WINDOWS TITLE
Moderators: JRL, Dorian (MJT support)
WINDOWS TITLE
i have been trying to run a macro using the window title to use waitwindowopen, waitwindowclosed, and can use the wait command to get by, but would rather use window commands. the problem is even when i use the wildcard, the macro can't seem to get the right window title. i have tried to use the view window option, but i get and access violation error message. how can i see what the actual window title is?
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Hi RTAIRA,
There are trillion possibilities matching your described scanario. Often it could be a timing isuse. A samle script will be extremely helpful to help us help you. Alternatively, you may try out GetActiveWindow to find out the currently active window.
Label>Start
GetActiveWindow>Window,X,Y
Msg>Window
Label>End
Happy scripting.
There are trillion possibilities matching your described scanario. Often it could be a timing isuse. A samle script will be extremely helpful to help us help you. Alternatively, you may try out GetActiveWindow to find out the currently active window.
Label>Start
GetActiveWindow>Window,X,Y
Msg>Window
Label>End
Happy scripting.