Search found 1381 matches
- Sun Oct 29, 2006 8:29 am
- Forum: Technical / Scripting
- Topic: Can a Dialog be made to "STAYONTOP"?
- Replies: 21
- Views: 33699
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...
- Tue Aug 08, 2006 5:09 pm
- Forum: Beginners
- Topic: Debugger sends keystrokes to itself?
- Replies: 4
- Views: 7959
- Tue Aug 08, 2006 5:07 pm
- Forum: Technical / Scripting
- Topic: Looking for a script to switch control between dual screens
- Replies: 3
- Views: 6508
- Thu Jan 26, 2006 4:17 pm
- Forum: Technical / Scripting
- Topic: Problem Running Macro When Remote Session Closed
- Replies: 6
- Views: 11018
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...
- Thu Jan 26, 2006 9:08 am
- Forum: Technical / Scripting
- Topic: Problem Running Macro When Remote Session Closed
- Replies: 6
- Views: 11018
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...
- Tue Jan 24, 2006 8:21 pm
- Forum: General Discussion
- Topic: Used AutoLogon But Macro doesn't run
- Replies: 27
- Views: 41753
- Tue Jan 24, 2006 8:17 pm
- Forum: General Discussion
- Topic: Used AutoLogon But Macro doesn't run
- Replies: 27
- Views: 41753
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...
- Tue Jan 24, 2006 8:20 am
- Forum: Technical / Scripting
- Topic: Changing Screen resolution
- Replies: 3
- Views: 8090
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
- Tue Jan 24, 2006 8:15 am
- Forum: General Discussion
- Topic: Used AutoLogon But Macro doesn't run
- Replies: 27
- Views: 41753
- Sun Jan 22, 2006 8:38 pm
- Forum: Technical / Scripting
- Topic: Backup Files Using FTP Commands
- Replies: 1
- Views: 4987
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...
- Thu Jan 19, 2006 6:39 pm
- Forum: Technical / Scripting
- Topic: Are Long Filenames possible?
- Replies: 2
- Views: 6130
- Sat Jan 07, 2006 9:08 am
- Forum: Technical / Scripting
- Topic: CPU-Usage
- Replies: 6
- Views: 9794
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...
- Sat Jan 07, 2006 9:02 am
- Forum: Technical / Scripting
- Topic: WW_downTime
- Replies: 4
- Views: 7540
- Sun Dec 25, 2005 7:11 pm
- Forum: Beginners
- Topic: Specified window "Untitled" not present
- Replies: 5
- Views: 8943
- Mon Dec 19, 2005 2:33 pm
- Forum: Technical / Scripting
- Topic: CopyFile using - long file names
- Replies: 4
- Views: 7451
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...