Search found 20 matches

by MikeSr
Fri Aug 10, 2012 3:27 pm
Forum: Technical / Scripting
Topic: How to set Directory Path
Replies: 2
Views: 3466

How to set Directory Path

Using the "Press" and "Send" commands I get the File save as to open. I would like to change the directory path here without using mouse clicks, and I don't see any key shortcuts at this point. I have tried the "Change directory"command but apperantly not using it correctly. Any ideas would be appre...
by MikeSr
Sun Nov 13, 2011 1:03 pm
Forum: Technical / Scripting
Topic: Stop and Restart Service
Replies: 1
Views: 2529

Stop and Restart Service

I have been looking for a command that allow a service to be stopped and started. Does it exist?
by MikeSr
Fri Feb 11, 2011 2:01 pm
Forum: General Discussion
Topic: Code Editor Opens on its own.
Replies: 5
Views: 12092

The macro run alone on a stand alone pc. There is no user "ever" moving a mouse or pressing any key. This is a data logging system. So, macro scheduler reviews status of internet connections , restarts them periodicaly, monitors the logging software for appropriate windows to be open etc.. While I d...
by MikeSr
Fri Feb 11, 2011 11:36 am
Forum: General Discussion
Topic: Code Editor Opens on its own.
Replies: 5
Views: 12092

I have the problem solved. I hope this reply provides some insight to the original problem. 1) The macro is running and Macro scheduler is visable. 2) When Macro scheduler console is open ( I have the window sized small just to see the "Run Now Stop" buttons and the Macro list) and the cursor left t...
by MikeSr
Tue Jan 11, 2011 2:44 pm
Forum: General Discussion
Topic: Code Editor Opens on its own.
Replies: 5
Views: 12092

Code Editor Opens on its own.

I am running version 11.1.23. My code has been running perfectly for months. Suddenly I noticed that the code window (editor) was open. I closed it and the macro continued. Take a look a while later and its open again. I have rebooted, Shutdown, and restarted, and now I have re-installed 11.1.23. Wh...
by MikeSr
Mon Aug 02, 2010 10:36 am
Forum: General Discussion
Topic: Macro Scheduler Pro looses registration
Replies: 1
Views: 4480

Macro Scheduler Pro looses registration

I am running version 11.1.20. I noticed my schedule would not run. Checking the "About" dialog, it showed the registration, yet a registration window was open asking for the license. It would not accept the license until I closed the MSP and then reopened MSP. It is working fine now, but curious how...
by MikeSr
Fri Feb 12, 2010 5:44 pm
Forum: General Discussion
Topic: msched.exe memory keeps growing
Replies: 9
Views: 10576

I installed on a XP Pro machine that I have. It initially show some memory fluxuation, but then settled down and stayed relatively steady.Some jumps occationally but then it would return to the previous memory usage value. So..... this looks like a Vista issue!!! What a suprise !!!. Hope Marcus can ...
by MikeSr
Fri Feb 12, 2010 5:16 pm
Forum: General Discussion
Topic: msched.exe memory keeps growing
Replies: 9
Views: 10576

I ran the test programs on two differant Vista Machines.
Both yield the same result. msched.exe memory is growing.
Are you using a Vista operating system?
by MikeSr
Fri Feb 12, 2010 4:32 pm
Forum: General Discussion
Topic: msched.exe memory keeps growing
Replies: 9
Views: 10576

Did you create two seperate macros? Macro 1 "MainTest" Macro 2 "MacroTwo" Macro 1 is calling Macro 2 Running just Macro 1 and commenting out the Call to Macro 2 allows the memory to remain the same. Running it as I mentioned causes the memory to increase by 2K per program scan. I monitor the memory ...
by MikeSr
Fri Feb 12, 2010 3:05 pm
Forum: General Discussion
Topic: msched.exe memory keeps growing
Replies: 9
Views: 10576

msched.exe memory keeps growing

Trying to understand why the memory usage keeps growing in the example below. Note: "MainTest" script is running and not calling the "MarcoTwo" script memory growth is nominal. If "MainTest" is calling "MacroTwo" then the memory usage grows! I built this quick test program to try to figure out why m...
by MikeSr
Wed Feb 10, 2010 10:15 pm
Forum: General Discussion
Topic: Onevent>Key_Down only fires once?
Replies: 12
Views: 10605

Thanks Marcus, I found the problem thanks to your help. The loop within Display was not allowing the Displayit SR to end. Now I got it. I will display the code again for others to see: Dialog>Dialog3 Caption=Dialog3 Width=280 Height=226 Top=327 Left=643 Max=1 Min=1 Close=1 Resize=1 Edit=Hours,16,57,...
by MikeSr
Wed Feb 10, 2010 9:53 pm
Forum: General Discussion
Topic: Onevent>Key_Down only fires once?
Replies: 12
Views: 10605

I guess I am not understanding well enough. When you say Move the Dialog Blog, does that mean all of that script or just the Dialog3 to enddialog
by MikeSr
Wed Feb 10, 2010 9:28 pm
Forum: General Discussion
Topic: Onevent>Key_Down only fires once?
Replies: 12
Views: 10605

Sorry, I was to quick to post the code. I was tinkering with it. Here is the correct code Label>Continue1 let>w=1 Label>trap If>w=250 Goto>Continue1 Else OnEvent>key_down,g,5,Displayit let>w=w+1 message>%w% Goto>trap Endif Srt>Displayit //********************************************************* //*...
by MikeSr
Wed Feb 10, 2010 9:23 pm
Forum: General Discussion
Topic: Onevent>Key_Down only fires once?
Replies: 12
Views: 10605

Here is the code: Label>Continue1 let>w=1 Label>trap If>w=250 Goto>Continue1 Else OnEvent>key_down,g,5,keys let>w=w+1 message>%w% Goto>trap Srt>Displayit //********************************************************* //****** Get Startup times once on startup only ****** //*****************************...
by MikeSr
Wed Feb 10, 2010 9:07 pm
Forum: General Discussion
Topic: Onevent>Key_Down only fires once?
Replies: 12
Views: 10605

Onevent>Key_Down only fires once?

I built a test script with a continuus loop monitoring the OnEvent>Key_Down. If fires and brings up my Dialog. I close the dialog and the loop continues, but the OnEvent won't work again unless I stop the script and restart.

Any ideas? Must be missing something here

Kind Regards,
Sign up to our newsletter for free automation tips, tricks & discounts