Sorry, I did not answer all the questions:
Windows 10 Pro (10.0.17134 Build 17134)
IE 11 (11.112.17134.0)
Search found 25 matches
- Tue Jul 17, 2018 6:31 pm
- Forum: Technical / Scripting
- Topic: IEDoDownload
- Replies: 4
- Views: 3742
- Tue Jul 17, 2018 5:50 pm
- Forum: Technical / Scripting
- Topic: IEDoDownload
- Replies: 4
- Views: 3742
Re: IEDoDownload
Yes, the sample code works. BTW, I created a not so pretty work around. IEClickTag>IE[0],,,A,INDEX,%idx%,ie_res IEWaitDocumentComplete>%IE[0]%,ie_res IEGetAllText>IE[0],2,strText IEWaitDocumentComplete>%IE[0]%,ie_res Wait>5 SetFocus>snapshots - Internet Explorer* wait>3 Press ALT Send>s Release ALT ...
- Fri Jul 13, 2018 7:59 pm
- Forum: Technical / Scripting
- Topic: IEDoDownload
- Replies: 4
- Views: 3742
IEDoDownload
In the following section of code, execution stops at the IEDoDownload line. The download occurs and completes, but execution never proceeds. Any thoughts? Label>GotIt Position>timeago">,thisItem,1,pos,FALSE MidStr>thisItem,{%pos%+9},10,StDate GetDate>Today DateDiff>Today,StDate,D,DD if>DD>1 TimeStam...
- Sat May 27, 2017 2:00 am
- Forum: Technical / Scripting
- Topic: OAUTH2
- Replies: 2
- Views: 4330
Re: OAUTH2
Thanks Meryl. I did see this post, but the DLL is specifically for Twitter. I'm looking for generic solution.
- Wed May 24, 2017 5:04 pm
- Forum: Technical / Scripting
- Topic: OAUTH2
- Replies: 2
- Views: 4330
OAUTH2
Has anyone developed or know of a generic OAUTH2 dll or framework for MacroScheduler?
- Sat Oct 08, 2016 8:01 pm
- Forum: Technical / Scripting
- Topic: Issue with Download Manager under Windows 10
- Replies: 20
- Views: 37255
Re: Issue with Download Manager under Windows 10
My script does not work in Windows 10 when running MacroScheduler as admin, so I tried Marcus' test script and it does not work for me either. I am on 14.3.04 and Windows 10 Pro 64 bit.
- Wed Jan 27, 2016 4:57 am
- Forum: Technical / Scripting
- Topic: Execute an Outlook addin
- Replies: 2
- Views: 3321
Re: Execute an Outlook addin
Thanks, I will look into it.
JRL wrote:Perhaps VBA? Just a thought. I have not done this nor do I know if it can actually be done.
http://stackoverflow.com/questions/1225 ... lf-an-hour
- Mon Jan 25, 2016 5:40 pm
- Forum: Technical / Scripting
- Topic: Execute an Outlook addin
- Replies: 2
- Views: 3321
Execute an Outlook addin
I have an Outlook addin that syncs multiple calendars, however, it does not have a scheduler built in. I need to have this addin run at regular intervals. The addin places a button in the Outlook menu bar, but for some reason the class index for the class name seems to change on occasion. Does anyon...
- Mon Aug 04, 2014 4:41 pm
- Forum: Scripts and Tips
- Topic: Ask Dialog with Position Control
- Replies: 11
- Views: 24325
Re: Ask Dialog with Position Control
JRL, Yes it works fine on my screen. I had considered your approach but tried to do it without counting CRLFs incase someone just used CR or LF, but it is more accurate to do the count. So I just added this comment line under Usage: //Separate multi-line messages with %CRLF% not just %CR% or %LF% Th...
- Mon Aug 04, 2014 2:46 pm
- Forum: Scripts and Tips
- Topic: Ask Dialog with Position Control
- Replies: 11
- Views: 24325
Re: Ask Dialog with Position Control
JRL I made additional changes. It was not handling larger number of lines well. Also it was not resetting for subsequent ASK dialogs. I believe it is working under all conditions now. //Unremark the following two lines for example usage: //Let>Line1=Is Macro Scheduler the most useful software you've...
- Mon Aug 04, 2014 2:26 am
- Forum: Scripts and Tips
- Topic: Ask Dialog with Position Control
- Replies: 11
- Views: 24325
Re: Ask Dialog with Position Control
I forgot to mention that I get multiple lines with the insertion of %CRLF% for long messages.
- Mon Aug 04, 2014 2:24 am
- Forum: Scripts and Tips
- Topic: Ask Dialog with Position Control
- Replies: 11
- Views: 24325
Re: Ask Dialog with Position Control
JRL, I had to make a couple of modifications to your script to take care of multiple lines in the Ask message. In your original script if the message is more than 2 lines, the buttons are on top of the message. In the attached modified script, I calculate the height of the dialog box with the multi-...
- Thu Jul 31, 2014 7:13 pm
- Forum: Technical / Scripting
- Topic: Position the ASK dialog
- Replies: 4
- Views: 5313
Re: Position the ASK dialog
Thanks for this JRL. I hadn't gotten around to doing it yet, so I am very appreciative.
- Tue Jul 29, 2014 6:25 pm
- Forum: Technical / Scripting
- Topic: OnEvent PROCESS_NOTEXISTS
- Replies: 7
- Views: 5831
Re: OnEvent PROCESS_NOTEXISTS
Thank you JRL
I will put your suggestion in place later today and let you know.
I will put your suggestion in place later today and let you know.
- Tue Jul 29, 2014 3:59 pm
- Forum: Technical / Scripting
- Topic: OnEvent PROCESS_NOTEXISTS
- Replies: 7
- Views: 5831
Re: OnEvent PROCESS_NOTEXISTS
Thanks JRL The problem with the monitor approach is that the xcopy and progress bar are in a child process (script) of a parent that fires the child process off and then continues with a series of other functions that are being accomplished. I don't want the user having to wait for the copy of 500MB...