Search found 1009 matches

by Grovkillen
Thu Jun 06, 2019 8:04 pm
Forum: Technical / Scripting
Topic: Date Format Problem
Replies: 5
Views: 3272

Re: Date Format Problem

GoSub>MONTHS_FIX Month>MONTH_NUMBER MidStr>1,1,TEST If>TEST=0 MidStr>2,1,MONTH_NUMBER EndIf> Let>VERBOSE_MONTH_NAME=MONTH_NAME_%MONTH_NUMBER% SRT>MONTHS_FIX Let>RAW_LIST=January|February|March|April|May|June|July|August|September|October|November|December Separate>RAW_LIST,|,MONTH_NAME END>MONTHS_F...
by Grovkillen
Wed Jun 05, 2019 6:03 pm
Forum: Technical / Scripting
Topic: OCR on PDF
Replies: 6
Views: 3327

Re: OCR on PDF

Make sure you are taking DPI into consideration.
by Grovkillen
Wed May 29, 2019 5:42 pm
Forum: Beginners
Topic: Create a simple dialog with memo box
Replies: 1
Views: 2104

Re: Create a simple dialog with memo box

You would then go a "read file" and add it's contents as the memo box text by using the "add dialog property". Please try yourself and submit any code if you still need help.
by Grovkillen
Thu May 23, 2019 9:16 pm
Forum: Enhancement Suggestions
Topic: Let CreateDir create a full path
Replies: 5
Views: 17875

Re: Let CreateDir create a full path

Thanks for that clean up :)
by Grovkillen
Thu May 23, 2019 1:50 pm
Forum: Technical / Scripting
Topic: Accessing Scroll Wheel on Mouse
Replies: 6
Views: 3755

Re: Accessing Scroll Wheel on Mouse

It could be something else stealing the focus in that 1% of the cases?
by Grovkillen
Thu May 23, 2019 1:18 pm
Forum: Technical / Scripting
Topic: Accessing Scroll Wheel on Mouse
Replies: 6
Views: 3755

Re: Accessing Scroll Wheel on Mouse

If you do a click (within the script) prior to the page down?

If you do a scroll wheel action with the mouse it will do a focus automatically, not by simply moving the cursor.
by Grovkillen
Thu May 23, 2019 12:38 pm
Forum: Technical / Scripting
Topic: Accessing Scroll Wheel on Mouse
Replies: 6
Views: 3755

Re: Accessing Scroll Wheel on Mouse

Sounds like a focus thing. The scroll wheel will set focus to whatever is below the pointer.
by Grovkillen
Thu May 23, 2019 11:03 am
Forum: Enhancement Suggestions
Topic: Let CreateDir create a full path
Replies: 5
Views: 17875

Re: Let CreateDir create a full path

I have created this snippet to do this: Let>TEST_PATH=%SCRIPT_DIR%\hello\you\how\are\you\doing GoSub>CREATE_FOLDERS,TEST_PATH Let>TEST_PATH=%SCRIPT_DIR%\YO\you\how\are\you\doing GoSub>CREATE_FOLDERS,TEST_PATH SRT>CREATE_FOLDERS Separate>CREATE_FOLDERS_var_1,\,FOLDER_ARRAY Let>TEMP_FOLDER= Let>CREATE...
by Grovkillen
Thu May 09, 2019 5:17 pm
Forum: General Discussion
Topic: Position of spaces
Replies: 14
Views: 16809

Re: Position of spaces

Buy RegexBuddy and you're a Regex-master in no time.
by Grovkillen
Sat Apr 27, 2019 3:42 am
Forum: Technical / Scripting
Topic: Excel Trouble
Replies: 12
Views: 8198

Re: Excel Trouble

Yeah it was a question. :P
by Grovkillen
Fri Apr 26, 2019 4:54 pm
Forum: Technical / Scripting
Topic: Excel Trouble
Replies: 12
Views: 8198

Re: Excel Trouble

XLGet> isn't xlsx compatible?
by Grovkillen
Thu Apr 25, 2019 5:36 pm
Forum: Technical / Scripting
Topic: [SOLVED] Launching xlsm from MS encounters errors.
Replies: 7
Views: 4295

Re: Launching xlsm from GS encouters errors.

You could run it through the "run" command perhaps?
by Grovkillen
Mon Apr 15, 2019 11:53 am
Forum: Technical / Scripting
Topic: How do I execute and record an external Python script.
Replies: 5
Views: 3881

Re: How do I execute and record an external Python script.

Do you have the libraries you're script is using?
by Grovkillen
Wed Apr 10, 2019 8:23 pm
Forum: Technical / Scripting
Topic: How do I execute and record an external Python script.
Replies: 5
Views: 3881

Re: How do I execute and record an external Python script.

Pipe to clipboard is better in my opinion. | clip
by Grovkillen
Thu Apr 04, 2019 4:18 pm
Forum: Beginners
Topic: Starting
Replies: 7
Views: 4456

Re: Starting

Have the script that is gonna be paused to look for a file or something. If the second script want to pause the first script it creates this file. If the first script detects this file it should pause itself until the file is deleted. So you need to make a loop which at a point in this loop look for...
cron
Sign up to our newsletter for free automation tips, tricks & discounts