Search found 6 matches
- Tue Apr 22, 2008 3:27 pm
- Forum: Technical / Scripting
- Topic: onevent confusion
- Replies: 12
- Views: 12642
JRL it was run
I ran the script as you suggested and the word Warning was in the list there were no pre or trailing characters. I was hoping you were on to something there.
- Mon Apr 21, 2008 10:03 pm
- Forum: Technical / Scripting
- Topic: onevent confusion
- Replies: 12
- Views: 12642
- Mon Apr 21, 2008 3:58 pm
- Forum: Technical / Scripting
- Topic: onevent confusion
- Replies: 12
- Views: 12642
- Fri Apr 18, 2008 11:00 pm
- Forum: Technical / Scripting
- Topic: onevent confusion
- Replies: 12
- Views: 12642
Child Window
the suggestion is not working. The only thing I can figure is the difference bbtween these two windows is the one that is not being recognized "Warning" is a child window while the one that is being recognized "Information" is a standalone application window. could this be the source of my problem w...
- Fri Apr 11, 2008 3:50 pm
- Forum: Technical / Scripting
- Topic: onevent confusion
- Replies: 12
- Views: 12642
I can
I successfully pass the paramater to the subroutine in the information onevent. and even if I take that part out there is no change to the way the script runs. Warning still does not come up. I put a message modal in the SRT>Simple so I can see if it is even called. Warning never calls the subroutin...
- Thu Apr 10, 2008 10:36 pm
- Forum: Technical / Scripting
- Topic: onevent confusion
- Replies: 12
- Views: 12642
onevent confusion
I have two onevent's that notice when two different window titles open. the object is to hit the enter key when the window opens Code: OnEvent>WINDOW_OPEN,Information,1,Simple,Information OnEvent>WINDOW_OPEN,Warning,1,Simple,Warning WaitWindowOpen>Startup Options Exit SRT>Simple SetFocus>%Simple_Var...