in reply to Help needed for using Win32::Setupsup module
I have had to do this for a Win32 GUI app which didn't include all the edit boxes in the TAB sequence, and in that case I was able to use Win32::GuiTest to move the mouse pointer into the edit box, sent a mouse left click and then send the text - horrible in concept but worked perfectly in practice. You need to watch for screen resolution differences and calculate the mouse coordinates on the fly, but it can be done if the window always appears at the same position.
--
I'd like to be able to assign to an luser
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Help needed for using Win32::Setupsup module
by pijush (Scribe) on Nov 21, 2003 at 17:43 UTC | |
by pijush (Scribe) on Nov 21, 2003 at 19:19 UTC |