Search found 6996 matches

by Marcus Tettmar
Tue Dec 03, 2002 4:45 pm
Forum: Technical / Scripting
Topic: IfWindowOpen
Replies: 3
Views: 11053

Hi, The window probably just isn't open yet. The IfWindowOpen could be occuring too soon in the script and the window is not yet open. You might want to increase the wait time before the IfWindowOpen command, or use a WaitWindowOpen with a timeout. If it times out the warning window didn't appear. I...
by Marcus Tettmar
Fri Nov 29, 2002 2:58 pm
Forum: General Discussion
Topic: Seperate Data from MSched.exe?
Replies: 1
Views: 8781

Hi, macros.dat, groups.ini and groups.dat store info about the macro schedules and settings and groups and must be in the same directory as msched.exe msched.hlp and msched.cnt make up the help system and can be anywhere you like but would need to be in the same folder as msched.exe if you want to a...
by Marcus Tettmar
Fri Nov 29, 2002 9:55 am
Forum: General Discussion
Topic: volume control
Replies: 8
Views: 14129

Re: volume control

... now I've lost the macros in the program selection. They and many more seem to have disappeared. I shall reboot and assume they will be there all fresh and scrubbed. Dunno why your macros have disappeared! The script files themselves should still be there. If they don't come back do File / New M...
by Marcus Tettmar
Thu Nov 28, 2002 7:42 pm
Forum: General Discussion
Topic: volume control
Replies: 8
Views: 14129

Hi, Interesting. This function enumerates all check box objects on the given window and when it finds one with the specified label it sends the BM_SETCHECK message to it. This is the windows message that is sent when a checkbox is checked/unchecked. Now it sounds like your checkbox is doing some oth...
by Marcus Tettmar
Thu Nov 28, 2002 9:21 am
Forum: Technical / Scripting
Topic: detection of end of process
Replies: 13
Views: 18907

SUG wrote:Well, MacroScheduler need a variable like RP_TASKDONE that make the macro to wait till the end of a event within a program execution. Of course, it would be different from RP_WAIT.
:(
If only this were possible!
by Marcus Tettmar
Wed Nov 27, 2002 5:35 pm
Forum: Technical / Scripting
Topic: detection of end of process
Replies: 13
Views: 18907

Hi, Here's how you do the same thing in Macro Scheduler: Let>RP_WAIT=1 Run>program path and name And get the return code in the %RP_RESULT% variable. If you need to set the working directory issue Change Directory before hand. ** However, this is off topic and isn't the solution to the topic here. T...
by Marcus Tettmar
Wed Nov 27, 2002 10:00 am
Forum: General Discussion
Topic: Forum navigation
Replies: 2
Views: 10616

View previous and View next topic links are now at the bottom of the postings as well as the top.
by Marcus Tettmar
Wed Nov 27, 2002 9:22 am
Forum: Technical / Scripting
Topic: enabling/disabling macros
Replies: 4
Views: 11035

I would love to know how the macros kept running even after they had been deleted! Were they still showing up in the macro list? If they're not there then Macro Scheduler doesn't know about them. Weird.
by Marcus Tettmar
Wed Nov 27, 2002 8:18 am
Forum: General Discussion
Topic: More window pain
Replies: 3
Views: 10244

Hi,

Two problems with your script:

1. Nothing to wait until sndvol32.exe is ready before proceeding. After the ExecuteFile do WaitWindowOpen>Volume Control

2. Your GetCheckBox and SetCheckBox have 4 parameters, but these commands only take 3 - window title, checkbox caption and result/setting.
by Marcus Tettmar
Tue Nov 26, 2002 9:17 pm
Forum: Technical / Scripting
Topic: Persistant Invalid Page Fault Error
Replies: 2
Views: 8876

Hi, Please send a copy of the script and the error message to support@mjtnet.com - it could be something to do with the application that is trying to get focused and/or the setfocus type. If you could send the script, the error and details of how you are running the script to support@mjtnet.com that...
by Marcus Tettmar
Tue Nov 26, 2002 8:36 pm
Forum: Technical / Scripting
Topic: detection of end of process
Replies: 13
Views: 18907

Hi,

Try the WaitReady command.
by Marcus Tettmar
Tue Nov 26, 2002 6:29 pm
Forum: General Discussion
Topic: Update to 7.1Pro and legacy scripts
Replies: 1
Views: 8633

Hi, Do: File / New Macro and then hit the Import button, locate your script and save. Do this for each script. Had you installed over the top of the old version with the minimal install option (recommended by the installer for users of previous versions upgrading) you would have seen all your macros.
by Marcus Tettmar
Mon Nov 25, 2002 10:02 pm
Forum: Technical / Scripting
Topic: Error in recording macros
Replies: 4
Views: 9335

Hi,

We've fixed this in version 7.1.12 so that the regional settings are not important. You can get the update from http://www.mjtnet.com/dldregd.htm

Eval version from http://www.mjtnet.com/downloads.htm
by Marcus Tettmar
Mon Nov 25, 2002 9:59 pm
Forum: Technical / Scripting
Topic: If File Changed error
Replies: 5
Views: 10913

Just to let you know build 7.1.12 fixes this issue and can be obtained from http://www.mjtnet.com/dldregd.htm
by Marcus Tettmar
Mon Nov 25, 2002 9:13 pm
Forum: Technical / Scripting
Topic: If File Changed error
Replies: 5
Views: 10913

Hi,

We have fixed this - it was indeed due to 2 figure dates in this particular command. Will let you know when the update is available for download.
Sign up to our newsletter for free automation tips, tricks & discounts