Search found 6998 matches

by Marcus Tettmar
Thu Nov 21, 2002 10:46 am
Forum: General Discussion
Topic: MSched with UltraEdit (or EditPad) ...
Replies: 13
Views: 17233

Hi,

Ernest and I created a syntax file for UltraEdit and I have emailed it to the UltraEdit people for inclusion on their downloads page.

Will add it to the mjtnet site soon too.

Will look at TextPad next!

Marcus
by Marcus Tettmar
Thu Nov 21, 2002 10:41 am
Forum: Technical / Scripting
Topic: Searching huge text file - solution!
Replies: 13
Views: 21885

Hi H2000, I's the current command reference (7.1) seperately available for download ? So I won't be endangered to advise "historic" ways of MSched coding ... :wink: Yes, as always it is available for viewing from the support pages and available for download from the download page: http://www.mjtnet...
by Marcus Tettmar
Thu Nov 21, 2002 12:24 am
Forum: Technical / Scripting
Topic: Searching huge text file - solution!
Replies: 13
Views: 21885

RunWait and Spaces in path

Hi, In version 7.1 there *is* something like RunWait. Do this: Let>RP_WAIT=1 Run>yourbatfile.bat I often wonder if anyone ever reads the history list or the list of new features in our update announcements, and often wonder how many new features go completely unnoticed ;-) See the help file topic fo...
by Marcus Tettmar
Wed Nov 20, 2002 6:22 pm
Forum: Technical / Scripting
Topic: IF statement inside SRT(SubRoutines)
Replies: 1
Views: 7011

Hi,

Yes, you can have Labels, Gotos and Ifs inside subroutines, and I don't know of any issues with this. I have macros that do this. Can even jump out and into subroutines.

Perhaps there is something amiss with your specific script - feel free to send it to [email protected] for a checkover.
by Marcus Tettmar
Wed Nov 20, 2002 2:59 pm
Forum: Technical / Scripting
Topic: Closing Microsoft Word
Replies: 2
Views: 9492

Hi, I have found that the following closes Microsoft Word without causing any prompts at all. I don't think it *should*, but it does! CloseWindow>Microsoft Word* Or, using the new WaitWindowChanged function, you can do this: SetFocus>Microsoft Word* Press ALT Press F4 Release ALT WaitWindowChanged>0...
by Marcus Tettmar
Mon Nov 18, 2002 6:51 pm
Forum: Technical / Scripting
Topic: "Input" opens entire program? 7.1 pro.
Replies: 6
Views: 12995

It sometimes does this - depending on Macro Scheduler's current window state - in order to make sure the input box appears on top.
by Marcus Tettmar
Mon Nov 18, 2002 6:49 pm
Forum: Technical / Scripting
Topic: window recognizeing
Replies: 7
Views: 14138

Use:

SetFocus>Internet Explorer*

Internet Explorer may change it's title, but it always has the words 'Internet Explorer' in it.

See the help explanation for the wildcard.
by Marcus Tettmar
Mon Nov 18, 2002 3:39 pm
Forum: Technical / Scripting
Topic: window recognizeing
Replies: 7
Views: 14138

Hi,

Not sure what you mean? What do you actually want to do? Without a name the window would be pretty difficult to 'recognise' or distinguish.

If you just want to wait for the active window to change that is easily achieved with a loop and GetActiveWindow, or the new WaitWindowChanged command.
by Marcus Tettmar
Mon Nov 18, 2002 11:05 am
Forum: General Discussion
Topic: MSched with UltraEdit (or EditPad) ...
Replies: 13
Views: 17233

Hi, I know there is a syntax definitions file for TextPad: http://www.textpad.com/add-ons/synh2m.html Not sure how up to date this is though. Also Boxer Text Editor comes with Macro Scheduler syntax highlighting. If anyone wants to create templates/syntax definitions/autocomplete files etc for other...
by Marcus Tettmar
Mon Nov 18, 2002 9:28 am
Forum: Technical / Scripting
Topic: Find Window With Text Problem
Replies: 1
Views: 6922

I seem to remember already answering this question in the general discussion group. Please refer to there.
by Marcus Tettmar
Mon Nov 18, 2002 9:26 am
Forum: General Discussion
Topic: Find Window with Text Problem
Replies: 6
Views: 29214

Hi, If using FindWindowWithText then it sounds like you'll need the Edits flag set. However, since you already know the window, it sounds like the best approach is going to be a loop within which you set focus to the window, and grab the text using the clipboard and check to see if your phrase is in...
by Marcus Tettmar
Fri Nov 15, 2002 8:55 pm
Forum: Technical / Scripting
Topic: Version 7.1 does not run my macros properly
Replies: 2
Views: 8213

We have determined this is due to a change made to the Macro> command which we have to admit was not documented correctly. This command must now be given a filename, NOT a macro name. More explanation here: http://www.mjtnet.com/usergroup/viewtopic.php?t=56 The distributions have been updated with m...
by Marcus Tettmar
Thu Nov 14, 2002 1:27 pm
Forum: Technical / Scripting
Topic: Mouse Click
Replies: 15
Views: 23908

Helbreath

Hi, Sounds like there are some specific issues with this game. But there are some solutions posted in the general discussion category of this forum. Afraid none of us here at MJT Net Ltd know much about these online games but there are no known issues with sending mouse clicks and keystrokes on regu...
by Marcus Tettmar
Fri Oct 18, 2002 10:20 am
Forum: Technical / Scripting
Topic: Mouse Click
Replies: 15
Views: 23908

Re: Mouse Click

The most obvious ommission is any SetFocus line, or a MouseMove command. You aren't telling Macro Scheduler where to send the F4 or the Click. If you run this macro from Macro Scheduler, they will happen inside Macro Scheduler - the active window. If you assign it to a hotkey and press that hotkey w...
by Marcus Tettmar
Thu Oct 17, 2002 11:39 pm
Forum: Technical / Scripting
Topic: SRT-END names in documentation
Replies: 1
Views: 7671

You are absolutely correct - the name should be the same so that it knows it is ending the same subroutine. Thanks for spotting the error. The documentation will be updated (watch out for the next maintenence release!).
cron
Sign up to our newsletter for free automation tips, tricks & discounts