Search found 536 matches

by Rain
Thu Feb 08, 2007 3:28 pm
Forum: General Discussion
Topic: Hide and show objects in custom dialog [Script Tip]
Replies: 9
Views: 11626

Hide and show objects in custom dialog [Script Tip]

To hide the objects in a custom dialog move them by using MoveWindow>Object Name*,-5000,-5000 To show them move them back to correct position by using MoveWindow>Object Name*,CORRECT_X_POS,CORRECT_Y_POS Dialog>Dialog1 Caption=Hide and Show Objects Width=392 Height=216 Top=CENTER Left=CENTER Max=1 Mi...
by Rain
Thu Feb 01, 2007 5:58 pm
Forum: Technical / Scripting
Topic: Using variable in message labels... odd problem
Replies: 5
Views: 6916

To change the message in a label you have tell Macro Scheduler which label to change in your case msLabel0, The next label down would be msLabel1 and so on. With variable "wait_msg" Let>wait_msg=Hi there Dum Dum! Dialog>WaitMessage Caption=Track Status Check Width=214 Height=93 Top=CENTER Left=CENTE...
by Rain
Sun Jan 28, 2007 3:12 pm
Forum: Enhancement Suggestions
Topic: Enhancement to Message command
Replies: 5
Views: 12337

Hi jpuziano, This script is working pretty well on my system, even at a high rate of speed // Minimize all windows Press LWinKey Send>d Release LWinKey // This part is optional. // I don't like the flickering of the scrollbar so I moved // the message window off screen just enough to hide the scroll...
by Rain
Sat Jan 27, 2007 6:10 pm
Forum: Beginners
Topic: Repeat a script x times
Replies: 3
Views: 12118

I don't know why but I never use the repeat> function I guess I'm set in my old ways of scripting. The script below will do the same exact thing, in this case repeat 5 times which can be changed to the number of times you want to repeat the script (see notes in the script) Scheduler\INSERISCI EMAIL....
by Rain
Sat Jan 27, 2007 5:53 pm
Forum: Enhancement Suggestions
Topic: Enhancement to Message command
Replies: 5
Views: 12337

Here is a short little script that will save your old message (in this example the time) and add the new message to the top.

Code: Select all

let>old_message=
label>loop
wait>1
gtm>new_message
msg>%new_message%%CRLF%%old_message%
let>old_message=%new_message%%CRLF%%old_message%
goto>loop
by Rain
Wed Jan 17, 2007 2:09 pm
Forum: Enhancement Suggestions
Topic: [Done] Add Ability to "Find" a Specific Macro
Replies: 2
Views: 7907

Hi jpuziano,

I have over 300 scripts as well and well over 30 groups. A find option would really speed things up when trying to locate a script.
by Rain
Wed Jan 17, 2007 1:50 pm
Forum: Technical / Scripting
Topic: Block msEdit input if not numeric?
Replies: 8
Views: 11961

Thank you JRL for spending your lunch hour to help me with my problem, your script does exactly what I want. I really appreciate it! I’ve played around with the one you posted before you edited it and got it to work. But now that I see SkunkWorks little 6 liner I have to go with his script. H...
by Rain
Tue Jan 16, 2007 4:34 pm
Forum: Technical / Scripting
Topic: Block msEdit input if not numeric?
Replies: 8
Views: 11961

Block msEdit input if not numeric?

Is there an easy way to block msEdit inputs that are not numeric?

I could use the StringReplace command but that would mean I have to do it for all letters, special characters and foreign characters. I was hoping there is an easier way to block those inputs.

Any suggestion?

Thank you,

Rain
by Rain
Mon Jan 15, 2007 3:56 pm
Forum: Technical / Scripting
Topic: Allow only one instance of compiled script
Replies: 7
Views: 8395

Another solution would be to add IfWindowOpen>Compiled Macros Dialog name,exit at the beginning of the script. That will shut the 2nd instant down immediately.
by Rain
Tue Jan 09, 2007 6:13 pm
Forum: Enhancement Suggestions
Topic: Help file suggestion
Replies: 2
Views: 7529

Thanks Dick.

I took a closer look at my script after I saw your reply and noticed that I had a typo. No wonder it didn't work :oops:

It's working now.
by Rain
Mon Jan 08, 2007 5:56 pm
Forum: Enhancement Suggestions
Topic: Help file suggestion
Replies: 2
Views: 7529

Help file suggestion

I love all the new features well the ones that I figured out so far. Would it be possible to add examples for the new features to the help file? For example the dialog example is outdated, none of the new features are included which may not be a problem for people that have used MS for quite some ti...
by Rain
Fri Dec 15, 2006 3:33 pm
Forum: General Discussion
Topic: Triggering an action at a specified time
Replies: 2
Views: 4807

In this script the macro compares the current time with the input time when to start recording. When both times are the same the macro goes to the Record part of the script. It's impossible to help with this step without knowing anything about the recording program you are using. It's probably a mat...
by Rain
Wed Dec 13, 2006 3:03 pm
Forum: Technical / Scripting
Topic: How to find Window
Replies: 1
Views: 3364

Use IfWindowOpen>Window Name*,Press_Button

You can find more information in the helpfile under IfWindowOpen or IFW
by Rain
Sat Dec 09, 2006 2:57 pm
Forum: Technical / Scripting
Topic: Can't send the word tab with Send Character/Text
Replies: 2
Views: 3783

Thanks JRL!

I can't believe I missed that :oops:
by Rain
Sat Dec 09, 2006 2:02 pm
Forum: Technical / Scripting
Topic: Can't send the word tab with Send Character/Text
Replies: 2
Views: 3783

Can't send the word tab with Send Character/Text

Macro Scheduler 8.1 Registered When trying to send the word "Tab" with "Send Character/Text>" the tab key gets pressed, this is not the case when I use "Ascii>". Is there a variable that can be set that tells Macro Scheduler to send the word tab and not the press the tab key? SetFocus >Notepad* Send...
Sign up to our newsletter for free automation tips, tricks & discounts