Search found 1021 matches

by Grovkillen
Thu Apr 11, 2024 8:18 am
Forum: Enhancement Suggestions
Topic: VBEval> gutter information incorrect
Replies: 1
Views: 58

VBEval> gutter information incorrect

When having more than one variable passed to the VBscript function the gutter information will mistake the comma for a command comma and display the VBScript Expression as part of the Result Variable.
by Grovkillen
Thu Apr 11, 2024 8:17 am
Forum: Enhancement Suggestions
Topic: [reviewed as not possible] Position Ask and Input dialogs
Replies: 4
Views: 261

Re: [reviewed as not possible] Position Ask and Input dialogs

I got my own library made for these kinds of input. I just thought I'd add some suggestions to any future update :)
by Grovkillen
Mon Apr 08, 2024 7:50 pm
Forum: Enhancement Suggestions
Topic: [reviewed as not possible] Position Ask and Input dialogs
Replies: 4
Views: 261

Re: Position Ask and Input dialogs

All right, it was just a suggestion. I've already been creating my own dialogs and just thought the standard dialogs was possible to manipulate a bit. Let's mark this one as not possible. :D
by Grovkillen
Wed Apr 03, 2024 8:21 pm
Forum: The Water Cooler
Topic: ( ? ) Artificial Intelligence (AI)
Replies: 3
Views: 1184

Re: ( ? ) Artificial Intelligence (AI)

I doubt it. :o
by Grovkillen
Wed Apr 03, 2024 5:40 pm
Forum: Enhancement Suggestions
Topic: [reviewed as not possible] Position Ask and Input dialogs
Replies: 4
Views: 261

[reviewed as not possible] Position Ask and Input dialogs

Am I missing something obvious or is it not possible to position the Ask and Input dialogs like we can do with the Message(Modal) dialogs? Also, is it possible to have the Input prompt text in the title instead of the "Macro Scheduler Input" text? I would like to be able to manipulate the Input a li...
by Grovkillen
Wed Apr 03, 2024 5:36 pm
Forum: Enhancement Suggestions
Topic: Dialog (interaction) trigger Windows sound
Replies: 2
Views: 146

Re: Dialog (interaction) trigger Windows sound

When I press enter on a TEdit object.
by Grovkillen
Wed Apr 03, 2024 8:35 am
Forum: Enhancement Suggestions
Topic: Dialog (interaction) trigger Windows sound
Replies: 2
Views: 146

Dialog (interaction) trigger Windows sound

Is it possible to make any dialog interaction silent? Now I "fix" this by removing the Windows sound schema but if we could silence the app itself it would be better from a user perspective.
by Grovkillen
Wed Apr 03, 2024 8:26 am
Forum: Enhancement Suggestions
Topic: Dialog inside sub routine, minimized not working correctly
Replies: 0
Views: 204

Dialog inside sub routine, minimized not working correctly

If I place dialog code inside a subroutine it's not possible to minimize it because the minimizer mistake the EndDialog> for END>.
by Grovkillen
Wed Apr 03, 2024 6:47 am
Forum: The Water Cooler
Topic: ( ? ) Artificial Intelligence (AI)
Replies: 3
Views: 1184

Re: ( ? ) Artificial Intelligence (AI)

Just tried it and even though ChatGPT can correctly identify what Macro Scheduler is it will consistently write an incorrect syntax. It will say that it's the correct syntax up until I give it a code which is correct syntax then it will do a 180 and agree that my code is better.
by Grovkillen
Tue Apr 02, 2024 4:54 pm
Forum: Beginners
Topic: Closing Dialog
Replies: 1
Views: 239

Re: Closing Dialog

Minimal code to show error please.
by Grovkillen
Fri Mar 29, 2024 8:08 pm
Forum: General Discussion
Topic: SetRoundMode> feels wrong
Replies: 1
Views: 33909

Re: SetRoundMode> feels wrong

Bump
by Grovkillen
Fri Mar 29, 2024 7:54 pm
Forum: Enhancement Suggestions
Topic: RegEx replace match [UNDOCUMENTED FEATURE?]
Replies: 7
Views: 27626

Re: RegEx replace match [UNDOCUMENTED FEATURE?]

Would be great if we could get the capturing groups back just like the "global match". I.e. RegEx>REGEX_PATTERN,TEXT_TO_PARSE,0,MATCHES,,0,, //MATCHES_1="full match like today" //MATCHES_1_1="contents of capturing group 1 ($1)" //MATCHES_1_2="contents of capturing group 2 ($2)" //... //MATCHES_1_N=...
by Grovkillen
Wed Mar 27, 2024 9:48 am
Forum: Enhancement Suggestions
Topic: Minimizing label comment turns into /* .. */
Replies: 1
Views: 139

Minimizing label comment turns into /* .. */

Minimizing label comment turns into /* .. */ , would be great if those label comments instead turned into: /* name_of_label */ So this: /* body_blank_main_html: <style>body{background-color:%HTML_COLOR_main%;}</style><body></body> */ becomes: /* body_blank_main_html */ Same idea as minimizing the SR...
by Grovkillen
Wed Mar 27, 2024 9:03 am
Forum: Technical / Scripting
Topic: CSVFileToArray combined with Separate delays DelArray
Replies: 4
Views: 410

Re: CSVFileToArray combined with Separate delays DelArray

Here's a proof of the problem you're facing: Let>k=0 Repeat>k Let>LIST_FOR_MDL= Let>k=k+1 LabelToVar>unsorted_list_%k%,TEMP_list Separate>TEMP_list,CRLF,TEMP_array ArraySort>TEMP_array Let>r=0 Repeat>r Let>r=r+1 Let>TEMP_row=TEMP_array_%r% ConCat>LIST_FOR_MDL,%CRLF%%TEMP_row% Until>r=TEMP_array_coun...
by Grovkillen
Tue Mar 26, 2024 6:29 am
Forum: Enhancement Suggestions
Topic: Right click on LabelToVar menu with "goto.." label
Replies: 0
Views: 232

Right click on LabelToVar menu with "goto.." label

Would be great if we could use the right click just as with the GoSub to jump to the label.
Sign up to our newsletter for free automation tips, tricks & discounts