Forum Discussion
panka152
14 years agoContributor
Hi ,
Thanks for your kind help.....still I could not do it successfully, need more support from you.
The current script which works :
set ToolBar= p.find("Name","Window(ToolbarWindow32, "", 4)",10)
Toolbar.clickitem(11)
Problem with this script is I have to first find the index of the Push button [All are image buttons, and image have tooltip] and then execute the script....is there any way, where I can call the push buttons with text or tooltip?
Thanks for your kind help.....still I could not do it successfully, need more support from you.
The current script which works :
set ToolBar= p.find("Name","Window(ToolbarWindow32, "", 4)",10)
Toolbar.clickitem(11)
Problem with this script is I have to first find the index of the Push button [All are image buttons, and image have tooltip] and then execute the script....is there any way, where I can call the push buttons with text or tooltip?