10-24-2012, 01:57 PM
Hi again, I find the problem. Chrome changed the name of button to control.
Before it was:
; get Reload button acc
a=acc(buttonName "PUSHBUTTON" a "" "" 16)
Now, it work ok:
; get Reload button acc
a=acc(buttonName "BUTTONDROPDOWN" a "" "" 16)
To Spanish, the variable setting is:
; variables to change. Usually only the last two.
str toolbarName="Chrome" ;;can be partial
str buttonName="Cargar" ;;can be partial
str buttonDescriptionBeginsWith="Cargar" ;;begins with
Regards...
Leonel
Before it was:
; get Reload button acc
a=acc(buttonName "PUSHBUTTON" a "" "" 16)
Now, it work ok:
; get Reload button acc
a=acc(buttonName "BUTTONDROPDOWN" a "" "" 16)
To Spanish, the variable setting is:
; variables to change. Usually only the last two.
str toolbarName="Chrome" ;;can be partial
str buttonName="Cargar" ;;can be partial
str buttonDescriptionBeginsWith="Cargar" ;;begins with
Regards...
Leonel