Search found 105 matches

by bnc1
Tue Mar 26, 2013 11:43 am
Forum: Technical / Scripting
Topic: WebRecorder Favorites not working
Replies: 6
Views: 6897

WebRecorder Favorites not working

I am using Macro Scheduler v14.0.6 with WebRecorder v4.01. My OS is Windows 7 x64 with browser IE9. When I start MacroRecorder and click on Favorites all of my IE9 favorites show up correctly. When I click on any individual favorite, nothing happens and nothing shows up in the URL bar. This happens ...
by bnc1
Mon Mar 25, 2013 12:53 pm
Forum: Technical / Scripting
Topic: IEGetTagPos
Replies: 2
Views: 3920

IEGetTagPos

Has anyone successfully used the Webrecorder command IEGetTagPos in Macro Scheduler v14? The help file is a bit flaky. The documentation has command listed as "IEGetTagPost" (extra 't') and the example has "IEGetTagPosX" (extra "X"). I have tried using it with values obtained from IEClickTag but I a...
by bnc1
Fri Mar 02, 2012 2:11 pm
Forum: Technical / Scripting
Topic: Windows 8 customer preview
Replies: 2
Views: 3019

I found a workaround. In a working copy of MS 13 on Win 7, select all macros, right click, clear the "Schedule Enabled" option, and exit. I then copied the macros.dat file from Win 7 to Win 8. This prevents MS 13 from erroneously scheduling all the macros when using Win 8. :idea:
by bnc1
Fri Mar 02, 2012 12:21 pm
Forum: Technical / Scripting
Topic: Windows 8 customer preview
Replies: 2
Views: 3019

Windows 8 customer preview

I thought I would try Macro Scheduler Standard v13.1.03 on my test system with Microsoft's new Windows 8 (x64) just as an experiment. MS installed OK but as soon as it started up it tried to execute simultaneously every macro that was installed (samples) ! I forced MS out with task scheduler and del...
by bnc1
Wed Feb 29, 2012 12:27 pm
Forum: Technical / Scripting
Topic: CF_RESULT issue
Replies: 4
Views: 5739

I also get a FALSE value for CF_RESULT even though the file copied OK. I am using MS v13.1.2 with Win 7 x64.

Code: Select all

let>CF_OVERWRITE=1
copyfile>C:\test.txt,G:\test.txt
mdl>CF_RESULT
exit>0
by bnc1
Thu Jan 19, 2012 11:16 am
Forum: Beginners
Topic: Timed Input Response
Replies: 1
Views: 3589

The Ask> command may be what you are looking for. Set varaiable ASK_TIMEOUT for a timeout value.
by bnc1
Sat Dec 03, 2011 12:32 pm
Forum: Technical / Scripting
Topic: Mschedsvc service
Replies: 4
Views: 4283

Armstrong

Did you uninstall v12 before installing v13 ? I did not. I am still running tests with both versions.
by bnc1
Sat Dec 03, 2011 9:53 am
Forum: Technical / Scripting
Topic: Mschedsvc service
Replies: 4
Views: 4283

Mschedsvc service

I have MS v13.0.03 up and running on a Win 7 Pro x64 system. I noticed via task manager that service mschedsvc and associated process msschedsvc.exe are active on my system. The problem is that the exe originates from MS v12 folder C:\Program Files (x86)\Macro Scheduler 12 . I don't see any msscheds...
by bnc1
Fri Dec 02, 2011 12:55 pm
Forum: Technical / Scripting
Topic: Locating window scroll bars
Replies: 2
Views: 3767

There are some nice new commands in MS v13 (FindObject and ObjectSendKeys) and a new wizard (Send keys to object) that I was able to use to send a page down command to a window scroll bar. This is a major improvement over my previous coding which used a jumble of FindImagePos and multiple Mouse and ...
by bnc1
Wed Nov 23, 2011 1:41 pm
Forum: Technical / Scripting
Topic: Version 13 text commands after a macro call
Replies: 1
Views: 2106

Version 13 text commands after a macro call

In v13.0.01 it seems that once another script is called with a Macro> command, the "connection" to the text libraries is lost. In this case if further text commands are executed then GetTextReset and Setfocus commands are needed ?? For example the following generic code works in v12. GetTextinRect> ...
by bnc1
Wed Nov 23, 2011 12:08 pm
Forum: Technical / Scripting
Topic: Version 13 some text commands causes script to lose focus
Replies: 2
Views: 2839

mtettmar wrote:Therefore if you stick a SetFocus after GetTextInit or GetTextReset you should be sorted.
hmmm .. actually the Setfocus only seems to work if its placed after the GetTextinRect command. As stated in my initial post, adding setfocus commands does not always work in my situation.
by bnc1
Wed Nov 23, 2011 11:37 am
Forum: Technical / Scripting
Topic: Version 13 some text commands causes script to lose focus
Replies: 2
Views: 2839

Version 13 some text commands causes script to lose focus

I am having problems with v13.0.01 scripts that use text commands like gettextatpoint and gettextinrect. These text commands seem to cause the script to lose focus. This does not happen in v12. In the script listed below the send command does not work in v13. Adding a setfocus command after gettexti...
by bnc1
Tue Nov 22, 2011 2:27 pm
Forum: Technical / Scripting
Topic: Version 13 script control popup
Replies: 4
Views: 5513

Version 13 script control popup

When I run the following code in v13.0.01 I keep getting a script control popup message that states : "The script you are executing is taking longer than expected to run" . The popup disappears fairly quickly. Script elapsed run time is only one second. Is there a way to suppress this popup ? VBSTAR...
by bnc1
Tue Nov 22, 2011 2:13 pm
Forum: Technical / Scripting
Topic: Version 13 Help File Bug?
Replies: 6
Views: 5303

Re: Version 13 Help File Bug?

Rain wrote:The help file is unusable when I run it from the main window and then open either the script editor or new macro windows from the main UI.
Yes I have noticed the same Help file annoyance in v13.01 :twisted:
by bnc1
Thu Dec 02, 2010 10:05 am
Forum: Technical / Scripting
Topic: Passed Variables
Replies: 6
Views: 5129

Code: Select all

Let>car=10

let>pct=%
let>newvar=%pct%"car"%pct%
stringreplace>newvar,",,newvar

mdl>newvar
:D :D :D
Sign up to our newsletter for free automation tips, tricks & discounts