You solved both issues, thank you!
Buck
Search found 20 matches
- Mon Sep 04, 2006 1:20 am
- Forum: Technical / Scripting
- Topic: Simple loop fails to exit
- Replies: 3
- Views: 6016
- Sun Sep 03, 2006 11:28 pm
- Forum: Technical / Scripting
- Topic: Simple loop fails to exit
- Replies: 3
- Views: 6016
Log: and the log typo is result of this darn forum 9/3/2006 17:51:21:584 - START: If>720<>1024 AND 460<768>WaitForWindow 9/3/2006 17:51:21:631 - START: GAW>window_title,X,Y,XWidth,YHeight 9/3/2006 17:51:25:482 - END: GAW>window_title,X,Y,XWidth,YHeight 9/3/2006 17:51:25:576 - START: wait>1 9/3/2006 ...
- Sun Sep 03, 2006 11:10 pm
- Forum: Technical / Scripting
- Topic: Simple loop fails to exit
- Replies: 3
- Views: 6016
Simple loop fails to exit
Hi, Here is my simple loop, just waiting on app to go full screen then I continue. What am I doing wrong? This damn thing will not let me post a log without merging with code sample! Log in next post! Label>WaitForWindow GAW>window_title,X,Y,XWidth,YHeight wait>1 If>%XWidth%1024 AND %YHeight%768,Wai...
- Tue Jul 25, 2006 9:11 pm
- Forum: Beginners
- Topic: Repeat until
- Replies: 5
- Views: 7624
- Tue Jul 25, 2006 3:51 am
- Forum: Beginners
- Topic: Repeat until
- Replies: 5
- Views: 7624
Repeat until
I'm getting errors with this code, is the syntax correct?
My purpose is simply to wait till a window switches to 1024x768 full screen
Code: Select all
Repeat>
GetActiveWindow>window_title,X,Y,X1,Y1
Wait>1
Until>%X%=0 and %Y%=0 and %X1%=1024 and %Y1%=768
- Wed May 24, 2006 6:15 pm
- Forum: Beginners
- Topic: Simple status bar
- Replies: 2
- Views: 6295
- Sat May 13, 2006 8:55 pm
- Forum: Beginners
- Topic: Simple status bar
- Replies: 2
- Views: 6295
Simple status bar
Hi,
I need a simple status bar with no top label,border, so forth. Very much like a tooltip/hint pop up. I've tried message and various dialogs and they all display additional stuff beside the item status variable I want. Is the visual basic tooltip command the only solution?
Buck
I need a simple status bar with no top label,border, so forth. Very much like a tooltip/hint pop up. I've tried message and various dialogs and they all display additional stuff beside the item status variable I want. Is the visual basic tooltip command the only solution?
Buck
- Sat May 13, 2006 8:32 pm
- Forum: General Discussion
- Topic: Tell us how Macro Scheduler helps you, what you use it for.
- Replies: 48
- Views: 367405
Hi, I initially ran across MS due to a game script site and my main use of MS is still to run that game. That of course opened up a lot of possibilities and I now use it at work to automate various program startups and log-ons. My only complaint is the basic GUI designer and /or lack of tutorial for...
- Sun Mar 19, 2006 6:50 pm
- Forum: Technical / Scripting
- Topic: Error message
- Replies: 1
- Views: 3602
Error message
Hi, I'm getting unknown identifier r at this point in my script, and funny thing is that I changed nothing other than update to MS 8.0 from 7.4. Thats not to say some kind of saving error could not have crept in though.. :) This point in the script we have a nice dialog screen and no input has been ...
- Sun Jan 29, 2006 2:46 am
- Forum: Beginners
- Topic: Finding the install path?
- Replies: 2
- Views: 5086
- Sat Jan 28, 2006 7:57 am
- Forum: Beginners
- Topic: Finding the install path?
- Replies: 2
- Views: 5086
Finding the install path?
I know I'll feel dumb when I see the answer, but I've searched this site and found nothing even close. How can I make this into a simple loop rather than having 24 if statements? /// Find Install Directory //////////// ////////////////////////////////////////////////// IfDirExists>C:\script Let>v_In...
- Fri Jan 27, 2006 7:00 am
- Forum: Technical / Scripting
- Topic: Changing Screen resolution
- Replies: 3
- Views: 8093
- Tue Jan 24, 2006 5:04 am
- Forum: Technical / Scripting
- Topic: Changing Screen resolution
- Replies: 3
- Views: 8093
Changing Screen resolution
Any easy way to chek the system screen size and change if needed?
For examble. if resolution is currently 1024-768 I would need it changed up to 1280x1024
Example code or link to same would be very helpful.
Buck
For examble. if resolution is currently 1024-768 I would need it changed up to 1280x1024
Example code or link to same would be very helpful.
Buck
- Thu Oct 13, 2005 4:39 am
- Forum: Technical / Scripting
- Topic: Multible instances?
- Replies: 7
- Views: 10131
- Wed Oct 12, 2005 3:31 am
- Forum: Technical / Scripting
- Topic: Multible instances?
- Replies: 7
- Views: 10131
Ok, definitely a program issue. I just formatted and did clean install of XP Pro on my 2nd sytem this weekend. Synamtec Virus running from server. Office 2003 installed locally. Macroscheduler installed and the game that it controls. Fresh install of version 7.4??? from this site. Macro will run no ...