Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Win32::CtrlGui::wait_for_window is only partially working

by fglock (Vicar)
on Feb 28, 2005 at 20:53 UTC ( [id://435189]=note: print w/replies, xml ) Need Help??


in reply to Win32::CtrlGui::wait_for_window is only partially working

Try inserting a pause:

use Win32::CtrlGUI; my $window = Win32::CtrlGUI::wait_for_window(qr/Notepad/); sleep 1; $window->send_keys("!fx");

I had a similar problem, with an application that was taking too long to finish drawing it's window.

If you had the same problem, you would have to check if specific fields inside the window are already drawn before sending keys.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://435189]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (7)
As of 2024-04-18 07:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found