Search found 132 matches

by gchichester
Sun Oct 18, 2020 10:47 pm
Forum: Technical / Scripting
Topic: MouseMoveRel not working
Replies: 1
Views: 1447

MouseMoveRel not working

As you can see this loop is waiting on GetRectCheckSum to = 170808221 but the screen need to be refreshed so I trying to the move the mouse to the refresh button at 441,503 and LClick then check again for the the updated CheckSum. Not sure why but I don't see the mouse curser move to the refresh but...
by gchichester
Sun Oct 18, 2020 5:40 pm
Forum: General Discussion
Topic: Mouse Movement
Replies: 2
Views: 8184

Mouse Movement

Is the mouse curser being hidden in v15,
I'm not see the mouse curser move but I do see the button click?
by gchichester
Thu Oct 15, 2020 2:54 pm
Forum: Technical / Scripting
Topic: Loop not working
Replies: 1
Views: 1521

Loop not working

Does anyone see what would stop this loop from working? I have confirmed that "result" does return SHIPMENT ADDED While the code is running I don't see the ALT-R (Refresh) button in the window turn active I have to refresh manually. [size=85][code]Let>FIP_SCANPIXELS=ALL WaitWindowOpen>Export Manager...
by gchichester
Sat Jan 14, 2017 2:18 pm
Forum: Technical / Scripting
Topic: Using Send & SendText delima
Replies: 8
Views: 9086

Re: Using Send & SendText delima

Thank You
Just what I needed, I had forgotten about using VB within MS much more efficient.
by gchichester
Fri Jan 13, 2017 12:06 am
Forum: Technical / Scripting
Topic: Using Send & SendText delima
Replies: 8
Views: 9086

Re: Using Send & SendText delima

Thanks for the thought!
If I understand the wait> command I think 0.75 is 3/4 of a second and is longer than 0.2 of a second.
And some are waiting for a full second, and I have even tried 2 and 3 seconds
by gchichester
Thu Jan 12, 2017 2:21 pm
Forum: Technical / Scripting
Topic: Using Send & SendText delima
Replies: 8
Views: 9086

Re: Using Send & SendText delima

The focused window is a Outlook New "Untitled Message", Sorry I failed to add that part of my code to the post. I could tell the window had focus because the first Send>OOLU DOC worked correctly without enclosing it with {" "} as well as the Send>JWilk It failed on the third Send>Booking Number send...
by gchichester
Wed Jan 11, 2017 3:50 pm
Forum: Technical / Scripting
Topic: Using Send & SendText delima
Replies: 8
Views: 9086

Using Send & SendText delima

What would cause the first two Send commands to work but the last fail? I have tried using Send & SendText with and without the {" "} I tried used the Code Builder as well with the same results I have verified Booking Number is not a variable I'm currently running v14.03.7 Send>{"OOLU DOC"} Press Ta...
by gchichester
Sun Jan 01, 2017 3:21 pm
Forum: General Discussion
Topic: MS Editor Version
Replies: 2
Views: 4258

Re: MS Editor Version

Djek,
Thanks, A reinstall fixed the issue.

Have a Happy New Year
by gchichester
Fri Dec 30, 2016 12:33 pm
Forum: General Discussion
Topic: MS Editor Version
Replies: 2
Views: 4258

MS Editor Version

Wondering if the MS Editor version 14.2.06 - December 2015 is the latest Version?

Thanks
Gil
by gchichester
Mon Nov 28, 2016 1:05 pm
Forum: General Discussion
Topic: Year Format not changing
Replies: 4
Views: 11292

Re: Year Format not changing

Thanks for the explanation.
by gchichester
Mon Nov 28, 2016 12:55 pm
Forum: General Discussion
Topic: Year Format not changing
Replies: 4
Views: 11292

Re: Year Format not changing

Thanks for your response!
When I reviewed the Watch List and saw 0: TODAY=11/25/16, I was expecting the year format to be 16
So If I understand correctly DatePart is not looking at the system Date format for it's results?
by gchichester
Fri Nov 25, 2016 3:10 pm
Forum: General Discussion
Topic: Year Format not changing
Replies: 4
Views: 11292

Year Format not changing

I have set the date format on the PC to Short Date 11/25/16 when I run this code the Watch shows; 0: BATCHDATE=DRG11252016 0: CYEAR=2016 0: CDAY=25 0: CMONTH=11 0: TODAY=11/25/16 0: BATCHPRE=DRG [code]GetDate>today DatePart>today,M,CMonth DatePart>today,D,CDay DatePart>today,Y,CYear Let>BatchDate=%B...
by gchichester
Sun Sep 11, 2016 5:40 pm
Forum: Technical / Scripting
Topic: Web Recorder can't login to Verizon FIOS router page
Replies: 3
Views: 4345

Re: Web Recorder can't login to Verizon FIOS router page

I'm having the same issue just opened IE11 to Google's home page and as soon as I click the Cross-hairs I get the error.
Currently using Windows 10 Pro , IE11, MS v14.3.02
Any updates a fix for this issue?

gchichester
by gchichester
Fri Feb 26, 2016 2:20 pm
Forum: Technical / Scripting
Topic: Developing a Choose file dialog
Replies: 2
Views: 5118

Developing a Choose file dialog

Would like to create a Choose file dialog that could do the following; Use button on dialog screen to open a default folder with a list of files Select file, copy, paste to another folder, rename Set Focus back to MS Dialog screen I looked at the Getfilelist, and the Dialogs - File Browse Example, b...
by gchichester
Fri Feb 26, 2016 1:59 pm
Forum: Technical / Scripting
Topic: Difference between Send> & ObjectSendText
Replies: 6
Views: 5060

Re: Difference between Send> & ObjectSendText

Yes that does help.
Thanks
cron
Sign up to our newsletter for free automation tips, tricks & discounts