Search found 31 matches
- Wed Aug 10, 2005 8:46 pm
- Forum: Beginners
- Topic: Wait Needed Before SetFocus>
- Replies: 9
- Views: 13311
Focus wait
You're not talking to an expert. However, it seems that bringing a window into focus is an event that takes time. The appearance of the window has to change(the title bar color and perhaps the window border must change). I wish I knew some sure signal that would allow a script to know "the window ha...
- Tue Aug 09, 2005 11:53 pm
- Forum: Beginners
- Topic: Wait Needed Before SetFocus>
- Replies: 9
- Views: 13311
Wait Needed Before SetFocus>
I just posted a long question about a script I was getting error messages from, and after submitting it, the embarrassing realization hit me that I had neglected to set WIN_USEHANDLE=1. Problem solved. The only reason I'll leave this here is because it's such a neat device for waiting after executin...
- Fri Feb 25, 2005 4:57 pm
- Forum: Technical / Scripting
- Topic: BLOCK INDENT
- Replies: 1
- Views: 3619
BLOCK INDENT
1.Is there a way to indent a block of script more than just one space at a time? It's awkward to have to keep pressing Alt/e/b until the script is where I want it. 2.Why can't I get a hot keyed macro to acces the editor's menu? Let>SK_DELAY=40 SetFocus>Editor* Press Alt Send>eb Release Alt this scri...
- Tue Dec 14, 2004 6:51 pm
- Forum: Technical / Scripting
- Topic: Remove From Group
- Replies: 0
- Views: 3289
Remove From Group
I'm trying to put together a script which will remove from its group, a selected program from the Macro Scheduler program list. If I punch the buttons myself, everything works fine(alt, e, m, enter), but this script will not go beyond opening the edit window. ??? This script would be useful to one w...
- Wed Dec 01, 2004 2:36 am
- Forum: Technical / Scripting
- Topic: GetActiveWindow> grabs WHAT?
- Replies: 8
- Views: 9899
THANKYOU and one more question
THANKYOU! :D Everything is smooooth, quick and quiet! Thanks for explaining send> n (send SPACE n), I would have missed it. I've always used wait> and WaitWindowOpen> before, but now need to distinguish different irfanview windows- main window, clipboard, thumbnails, etc. Macro Scheduler would somet...
- Tue Nov 30, 2004 7:26 pm
- Forum: Technical / Scripting
- Topic: GetActiveWindow> grabs WHAT?
- Replies: 8
- Views: 9899
- Tue Nov 30, 2004 3:10 am
- Forum: Technical / Scripting
- Topic: GetActiveWindow> grabs WHAT?
- Replies: 8
- Views: 9899
Thanks for Waiting for window to change loop
YES! :D Thankyou! I recognize this kind of waiting for a change, from a similar waiting for a pixel color on a certain spot in a browser window to change, signalling a new window being opened. And then the same spot changing back, signalling the process is complete(I had very iffy results with this ...
- Mon Nov 29, 2004 7:56 pm
- Forum: Technical / Scripting
- Topic: GetActiveWindow> grabs WHAT?
- Replies: 8
- Views: 9899
GetActiveWindow> grabs WHAT?
How can I use WaitWindowOpen> in WIN_USEHANDLE=1 mode, since the handle of the window just executed is not yet known? I thought I had this problem of grabbing just the right window solved, but the following script maximizes and then minimizes Macrscheduler instead of notepad. If I can use WaitWindow...
- Sat Nov 27, 2004 2:04 am
- Forum: Beginners
- Topic: Use of WaitWindowOpen, WaitReady, etc.
- Replies: 1
- Views: 4630
One beginner to another
I'm a relative beginner, so these comments should be checked by someone who knows. Have you already sent an ExecuteFile> command to open WinOPS - Operations Plus? WaitWindowOpen> only waits for the file you have previously Executed. I find the correct pathname for the ExecuteFile> command by opening...
- Mon Nov 22, 2004 6:42 pm
- Forum: General Discussion
- Topic: Basic Question: Can't focus on a specific window
- Replies: 7
- Views: 11871
Window Handle picks between identically titled windows
Here is a script which will give you the window handle of the very last window opened(in this case notepad). when the message appears you will see a number which is the window's handle. (To check this number,I don't use the "view system windows" from the editor page- it seems to freeze up occasional...
- Sat Nov 20, 2004 3:00 am
- Forum: General Discussion
- Topic: Using MAcro Scheduler To Start Software...
- Replies: 26
- Views: 30480
TAB Control vs MouseMove/Click
When I started in MacroSch I learned from recording my own macroes. Having gone from the observed MouseMove/Click, method of pushing buttons, to TAB controls, I give a loud YES! :D to Bob Hansen's comment about it. They are more reliable and you dont have to worry about where the buttons are! No mor...
- Sat Oct 30, 2004 12:36 am
- Forum: Beginners
- Topic: ASK, HANDLE
- Replies: 2
- Views: 7934
- Thu Apr 15, 2004 6:33 pm
- Forum: General Discussion
- Topic: Wait...
- Replies: 14
- Views: 24446
The four WaitPixelColor values
I SEE , said the blind man! WaitPixelColor>absolute x coordinate, absolute y coordinate, color value, timeout value This comment, and this: The reference to "Paint" in the WaitReady command does not refer to the "Paint" program. It refers to the OS "painting" the screen images to the monitor, or doi...
- Thu Apr 15, 2004 9:25 am
- Forum: General Discussion
- Topic: Wait...
- Replies: 14
- Views: 24446
- Thu Apr 15, 2004 2:00 am
- Forum: General Discussion
- Topic: Wait...
- Replies: 14
- Views: 24446
1.Bob, Thanks for your reply. I don't understand #3. The tabbing is to find a button that opens the NEXT window. (is yours a script to open the first window?) This starts in an already opened window which I find after searching around through the sight for something I like. First the medium size pic...