Search found 1381 matches

by support
Sun Oct 29, 2006 8:29 am
Forum: Technical / Scripting
Topic: Can a Dialog be made to "STAYONTOP"?
Replies: 21
Views: 30987

Marcus, shouldn't both uncompiled and compiled versions of this macro behave in the same way? They won't quite, because in one instance you have a visible main application form - the Macro Scheduler main form, and in another (compiled) the main form is a hidden control window. In the compiled versi...
by support
Tue Aug 08, 2006 5:09 pm
Forum: Beginners
Topic: Debugger sends keystrokes to itself?
Replies: 4
Views: 7182

Probably. There are situations where the debugger is unable to switch focus and therefore keysends end up in the debugger. A conundrum of debugging an automation script I'm afraid. E.g. starting the script part way through after a focus line will also have that effect.
by support
Tue Aug 08, 2006 5:07 pm
Forum: Technical / Scripting
Topic: Looking for a script to switch control between dual screens
Replies: 3
Views: 5843

Just use MouseMove to move the mouse to the required position. E.g. a negative X value will move to the left secondary monitor. However, it's not possible to hide the mouse cursor.
by support
Thu Jan 26, 2006 4:17 pm
Forum: Technical / Scripting
Topic: Problem Running Macro When Remote Session Closed
Replies: 6
Views: 9945

Did you set up Run as User Aswell as autologon? The service can only run under system account so the macro needs to mimic the user to have same access. There may still be situations where system services mimicing a user are not allowed the same eccess to certain objects. The best solution is to leav...
by support
Thu Jan 26, 2006 9:08 am
Forum: Technical / Scripting
Topic: Problem Running Macro When Remote Session Closed
Replies: 6
Views: 9945

Hi, When you close the remote session it logs the session out on the server. So Macro Scheduler will be exited. When you log back iin remotely the session is reopened and Macro Scheduler started again. The solution would be to either use VNC/PCAnywhere/RAdmin, instead of windows remote desktop/termi...
by support
Tue Jan 24, 2006 8:21 pm
Forum: General Discussion
Topic: Used AutoLogon But Macro doesn't run
Replies: 27
Views: 38088

One thing you can check for me... Once logged in by autologon see if the autologon service is running. Look in control panel / administrative tools / services. Is Auto Logon service still running? It shouldn't be.
by support
Tue Jan 24, 2006 8:17 pm
Forum: General Discussion
Topic: Used AutoLogon But Macro doesn't run
Replies: 27
Views: 38088

Hi, We need to try to replicate this issue. So far I have been unable to do so. so any and all info you can provide would be great. Windows version and how macro scheduler is set up .. directory structue, macro group directory etc. I also want to connect remotely to one or both of your machines to t...
by support
Tue Jan 24, 2006 8:20 am
Forum: Technical / Scripting
Topic: Changing Screen resolution
Replies: 3
Views: 7366

There are a number of ways to check the screen res and you will find some if you search the forums. However the Image Recognition library has a function which returns screen size so is probably simplest. You can download it at http://www.mjtnet.com/image_recognition.htm
by support
Tue Jan 24, 2006 8:15 am
Forum: General Discussion
Topic: Used AutoLogon But Macro doesn't run
Replies: 27
Views: 38088

Can you get any macro to run with autologon or is it just this macro that fails?
by support
Sun Jan 22, 2006 8:38 pm
Forum: Technical / Scripting
Topic: Backup Files Using FTP Commands
Replies: 1
Views: 4499

The way I would approach this would be to zip up the files to be backed up, using the command line options of WinZip or PKZip and then have only one file, or fewer files, to upload using FTPPutFile. This is only one way to do it. Another would be to create an FTP command file on the fly (assuming th...
by support
Thu Jan 19, 2006 6:39 pm
Forum: Technical / Scripting
Topic: Are Long Filenames possible?
Replies: 2
Views: 5525

You need to provide the full path on the destination. It needs a drive and folder spec.
by support
Sat Jan 07, 2006 9:08 am
Forum: Technical / Scripting
Topic: CPU-Usage
Replies: 6
Views: 8693

Re: CPU-Usage

IWhen the wait is 0.05 the load is 41%, with 0.1 it's 25%, with 0.3 it's 15%. This is quite much, compared with other applications which have =0% usage when a dialog is open. Yes but those applications are not written with a scripting language like Macro Scheduler which is very high level - they ar...
by support
Sat Jan 07, 2006 9:02 am
Forum: Technical / Scripting
Topic: WW_downTime
Replies: 4
Views: 6655

Hi,

That is not a system variable. Maybe the coder meant WW_TIMEOUT which is used to set the timeout time for WaitWindowOpen.
by support
Sun Dec 25, 2005 7:11 pm
Forum: Beginners
Topic: Specified window "Untitled" not present
Replies: 5
Views: 8058

Send the shortcut keys in lower case, not upper case. Upper case can be interpreted as having Shift key pressed. So instead of this:

Press ALT
send>N
Release ALT

You should do:

Press ALT
send>n
Release ALT
by support
Mon Dec 19, 2005 2:33 pm
Forum: Technical / Scripting
Topic: CopyFile using - long file names
Replies: 4
Views: 6723

Re: hi mtettmar...

but I noticed you did it slightly different from me - The program Im developing must allow the command to run from the root of the folder without any path given because I dont know where the user will install the app. But I got around it by using this code: I don't see how this would work on the ro...
Sign up to our newsletter for free automation tips, tricks & discounts