Search found 438 matches

by adroege
Mon May 23, 2005 6:02 pm
Forum: Technical / Scripting
Topic: ReadIniFile - problems with relative pathing
Replies: 1
Views: 4027

ReadIniFile - problems with relative pathing

Why does the ReadIniFile command have problems with relative pathing? I have used the Macro> command successfully when specifying a relative path using the ..\ (dot dot backslash) notation. Support --- Is this a bug??? Note: the GetFileList has no problem with the path. It returns the correct file n...
by adroege
Thu May 19, 2005 3:52 am
Forum: Technical / Scripting
Topic: Character problem within a variable.
Replies: 8
Views: 11453


See this thread to see how I solved this problem:

http://www.mjtnet.com/forum/viewtopic.p ... highlight=
by adroege
Wed May 18, 2005 2:02 pm
Forum: Technical / Scripting
Topic: Debugger not resolving %SCRIPT_DIR% correctly
Replies: 4
Views: 6532

See the error message does not even reference the RIGHT DIRECTORY? It is not a matter of not recognizing the script name.

When it gets to this line I get the error message:

"Macro, C:\Program Files\MJT Net Ltd\Macro Scheduler\Open Security.scp, specified in Macro> command Does Not Exist"
by adroege
Wed May 18, 2005 1:35 pm
Forum: Technical / Scripting
Topic: Debugger not resolving %SCRIPT_DIR% correctly
Replies: 4
Views: 6532

Debugger not resolving %SCRIPT_DIR% correctly

Version 7.3.11.3 Pro I use the %SCRIPT_DIR% variable extensively when calling external macros, i.e. Macro>%SCRIPT_DIR%\Open Security.scp And this works fine. The problem occurs when I try to step through the code using F8. When it gets to this line I get the error message: "Macro, C:\Program Files\M...
by adroege
Fri Apr 22, 2005 7:45 pm
Forum: Technical / Scripting
Topic: Mask password in dialog box?
Replies: 8
Views: 12135

INPUT_PASSWORD=1 Doesn't work with Dialogs

The trick with INPUT_PASSWORD only seems to work when using the "input>" command. "tmallardi" had asked if it was possible when using a Dialog form. I now have the same need. I have the following dialog code: Dialog>Dialog1 Caption=Dialog1 Top=207 Width=388 Left=148 Height=205 Label=UserName,72,32 L...
by adroege
Tue Apr 19, 2005 2:31 pm
Forum: Technical / Scripting
Topic: New release 7.3.11e gives "Stream Read Error"
Replies: 11
Views: 13856

Stream Read error fixed by new version 7.3.11.3

Support found the issue with the Stream Read Error, and now it's fixed. Version 7.3.11.3 fixes the problem.

Version 7.3.11.3 14/04/2005

Fixed startup error that could be caused by zero sized macro list column
by adroege
Mon Apr 04, 2005 11:41 am
Forum: Technical / Scripting
Topic: Passing paramaters
Replies: 3
Views: 4793

Write the batch file like this:

Batch file contents:
C:\Path\CompiledScript.exe %1=%2 %3=%4


Then call it like you are used to:
C:\Path\Batchfile.bat /Value1=string /Value2=1
by adroege
Wed Mar 30, 2005 8:09 pm
Forum: Technical / Scripting
Topic: multiple instances of checkbox prevents use of SetCheckBox&g
Replies: 1
Views: 3534

Any thoughts on this?


Is this being included in a future release?


Thanks.
by adroege
Fri Mar 25, 2005 4:56 pm
Forum: Enhancement Suggestions
Topic: Playback speed enhancement suggestion
Replies: 3
Views: 9016

Playback speed enhancement suggestion

I think it would be helpful to have a "playback speed" option while running macros. This speed option would have "Normal" or various degrees of slowdown. I don't mean this to substitute for using lots of "IfWindowOpen", "WaitWindowOpen", etc commands which ARE necessary to make the macro reliable......
by adroege
Fri Mar 25, 2005 3:07 pm
Forum: Technical / Scripting
Topic: New release 7.3.11e gives "Stream Read Error"
Replies: 11
Views: 13856

I have posted the screen shots to the following url's
as proof.

http://www.alan-droege.com/streamreaderror.JPG

http://www.alan-droege.com/MschedException.JPG
by adroege
Thu Mar 24, 2005 7:14 pm
Forum: Technical / Scripting
Topic: New release 7.3.11e gives "Stream Read Error"
Replies: 11
Views: 13856

My company paid for the registered version.... Yeah! Anyway, I tried to install the registered version 7.3.11 on my XP machine and this "Stream Error" also happened on this machine. So it seems the problem is not limited to the eval version. I have groups which exist as subdirectories under the main...
by adroege
Tue Mar 22, 2005 8:26 pm
Forum: Technical / Scripting
Topic: New release 7.3.11e gives "Stream Read Error"
Replies: 11
Views: 13856

I tried installing the eval version on another WIN98 SE machine without a problem. This computer never had MSCHED to begin with. I tried reboots, and re-installs back on the original machine which had problems (Using the Minumum install option) and the same problem occured each time. I then performe...
by adroege
Tue Mar 22, 2005 6:34 pm
Forum: Technical / Scripting
Topic: New release 7.3.11e gives "Stream Read Error"
Replies: 11
Views: 13856

7.3.11 Stream Read Error

I installed it on windows 98 SE --- Overtop of MSCHED 7.3.10.5 which was previously working.
by adroege
Tue Mar 22, 2005 2:03 pm
Forum: Technical / Scripting
Topic: New release 7.3.11e gives "Stream Read Error"
Replies: 11
Views: 13856

New release 7.3.11e gives "Stream Read Error"

I just noticed that there was a new version posted today, and so I downloaded and installed 7.3.11 eval version. However it will not run. After dismissing the eval screen by clicking "continue", I get a little popup window which says "Stream read error". After I click OK on that, I get the popup wi...
by adroege
Wed Mar 09, 2005 6:20 pm
Forum: Enhancement Suggestions
Topic: Trailing spaces to be automatically performed at each save
Replies: 6
Views: 13096

That was the point I was trying to make....... The fact that nothing new needs to be done in this area to handle trailing spaces. Just write the code to avoid this problem. Even when I need to send a space as a keystroke character, I never use Send>(space) as this is too easy to get deleted. I set a...
Sign up to our newsletter for free automation tips, tricks & discounts