12-10-2011, 02:52 AM
If using Internet Explorer or Firefox:
Open dialog from the floating toolbar: Windows,controls -> Accessible object actions.
Select "Do default action" or "Mouse actions".
Drag to capture the box.
Click Test to make sure that it will work.
Click OK, OK. It inserts code. Run the macro to test.
The code looks like this:
With Internet Explorer also can be used "HTML element actions" dialog. All is similar. Usually faster.
If using other browser, or accessible objects too difficult or does not work, try "Find image" dialog. It inserts code that finds a captured image and moves mouse to it. Then just add lef without coordinates.
Open dialog from the floating toolbar: Windows,controls -> Accessible object actions.
Select "Do default action" or "Mouse actions".
Drag to capture the box.
Click Test to make sure that it will work.
Click OK, OK. It inserts code. Run the macro to test.
The code looks like this:
Acc a=acc("Disable BBCode Disable BBCode" "CHECKBUTTON" win("Quick Macros Forum • Post a reply - Mozilla Firefox" "Mozilla*WindowClass" "" 0x804) "" "" 0x1011 0 0 "" 2)
a.DoDefaultAction
With Internet Explorer also can be used "HTML element actions" dialog. All is similar. Usually faster.
If using other browser, or accessible objects too difficult or does not work, try "Find image" dialog. It inserts code that finds a captured image and moves mouse to it. Then just add lef without coordinates.