Forum Discussion
YMinaev
Staff
16 years agoHi,
1,2. See the "Handling the 'Object Not Found' Errors" help topic.
3. All coordinates are window-related. To perform actions with objects, you don't need to know their coordinates (all actions are object-based, not coordinate-based). You can obtain the current screen coordinates of the mouse pointer in scripts by using the Sys.Desktop.MouseX and Sys.Desktop.MouseY properties.
1,2. See the "Handling the 'Object Not Found' Errors" help topic.
3. All coordinates are window-related. To perform actions with objects, you don't need to know their coordinates (all actions are object-based, not coordinate-based). You can obtain the current screen coordinates of the mouse pointer in scripts by using the Sys.Desktop.MouseX and Sys.Desktop.MouseY properties.