abbtech Posted May 15, 2007 Share Posted May 15, 2007 When Creating an auto script for a VNC installation, during setup it pops up a window (or at least i am classifying it as a window) that has the title "VNC Config: Question". I make my code just like every other window that proceeded it, but it never seems to "see" this pop up window, and continue with the script. i am using WinWait currently, and have tried WinActive, and WinExist with no luck. Why is this window any different than the others that worked fine? and what do i need to change in my script so that it recognizes it? as always, thanks for all your help! Link to comment Share on other sites More sharing options...
James Posted May 15, 2007 Share Posted May 15, 2007 This may be a popup then. Try searching for popup handling or something along the lines. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
PsaltyDS Posted May 15, 2007 Share Posted May 15, 2007 I make my code just like every other window that proceeded it, but it never seems to "see" this pop up window, and continue with the script. i am using WinWait currently, and have tried WinActive, and WinExist with no luck. Why is this window any different than the others that worked fine? and what do i need to change in my script so that it recognizes it? as always, thanks for all your help!What do you see with the AutoIt Window Info tool on this popup? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
abbtech Posted May 15, 2007 Author Share Posted May 15, 2007 never used it.. that may very well be my problem! I will check it out thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now