Search found 1026 matches

by Grovkillen
Wed May 01, 2024 5:17 pm
Forum: Enhancement Suggestions
Topic: QR code generator/reader
Replies: 0
Views: 12

QR code generator/reader

Is it possible to add internal QR code generation? Something like this: http://www.java4less.com/barcodedelphi/barcodesdelphi.php And as a follow up request, scan input image file for QR code and get QR data back (encoded data, position, rotation, skew etc.). I want to use these QR codes as markers ...
by Grovkillen
Wed May 01, 2024 5:04 pm
Forum: Enhancement Suggestions
Topic: Minimizing all
Replies: 0
Views: 9

Minimizing all

I'd like to see a "minimize all" command inside the Editor which minimize all the first level sub routines and block comments.

Also if possible have them listed as "bookmarks" for easier navigation in long code files.
by Grovkillen
Fri Apr 26, 2024 5:00 am
Forum: Enhancement Suggestions
Topic: RegEx replace match [UNDOCUMENTED FEATURE?]
Replies: 9
Views: 29531

Re: RegEx replace match [UNDOCUMENTED FEATURE?]

Global as in full match of the RegEx. It not being documented as in showing some examples with capturing groups.

The feature I'm asking for is to have the capturing groups put into an array (optional setting most likely).
by Grovkillen
Wed Apr 17, 2024 9:14 am
Forum: Enhancement Suggestions
Topic: CopyFile documentation
Replies: 5
Views: 12918

Re: CopyFile documentation

Bump on this.
by Grovkillen
Wed Apr 17, 2024 4:20 am
Forum: Technical / Scripting
Topic: WaitScreenImage Not Working With ScreenShot
Replies: 3
Views: 994

Re: WaitScreenImage Not Working With ScreenShot

Graphics are not consistent. I tend to only use this approach on known machines that I myself have control over. Most likely the resolution isn't close enough to your machine's resolution. So your solution needs to be made on "new screenshot per new machine" premises I'd say. Or choose another appro...
by Grovkillen
Thu Apr 11, 2024 8:18 am
Forum: Enhancement Suggestions
Topic: VBEval> gutter information incorrect
Replies: 1
Views: 393

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: 769

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: 769

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: 5657

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: 769

[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: 490

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: 490

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: 664

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: 5657

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: 632

Re: Closing Dialog

Minimal code to show error please.
Sign up to our newsletter for free automation tips, tricks & discounts