Search found 70 matches

by MadQuestion
Tue Nov 14, 2017 10:29 am
Forum: Technical / Scripting
Topic: Using The _LINE_NUM Variable To .txt file
Replies: 5
Views: 3275

Re: Using The _LINE_NUM Variable To .txt file

Basically when a non modal dialog is open for too long with no user interaction or input I want to log the wait as an error into the top line of a txt file but only after a lengthy period of time has passed. How would this be achieved?
by MadQuestion
Tue Nov 14, 2017 10:24 am
Forum: The Water Cooler
Topic: Dialog Designer Wizard For Future Update?
Replies: 13
Views: 29057

Re: Dialog Designer Wizard For Future Update?

Yes Marcus I understand that the label can be positioned manually that could still be the case I was just using that as an example another example to focus on would be inserting images into the dialog, there is a whole run around that could be automated for loading the image into the dialog property...
by MadQuestion
Tue Nov 14, 2017 10:15 am
Forum: Technical / Scripting
Topic: Using The _LINE_NUM Variable To .txt file
Replies: 5
Views: 3275

Re: Using The _LINE_NUM Variable To .txt file

Will the log still get logged with a compiled exe?
by MadQuestion
Mon Nov 13, 2017 11:19 pm
Forum: The Water Cooler
Topic: Dialog Designer Wizard For Future Update?
Replies: 13
Views: 29057

Re: Dialog Designer Wizard For Future Update?

Another great use for the wizard would be to auto insert the code for exporting the binary data for images and then setting the SetDialogProperty> for loading the image into the dialog. There are really too many ways a dialog wizard could be used for creating dialogs and still have the flexibility o...
by MadQuestion
Mon Nov 13, 2017 11:08 pm
Forum: The Water Cooler
Topic: Dialog Designer Wizard For Future Update?
Replies: 13
Views: 29057

Re: Dialog Designer Wizard For Future Update?

Yes I understand how the dialog designer works but I was just thinking a wizard could be more like the image recognition wizard. I have done a little edited image of the image recognition wizard menu to try and explain more clearly. This would be like the action tab for image wizard but edited for t...
by MadQuestion
Mon Nov 13, 2017 9:21 pm
Forum: Technical / Scripting
Topic: Using The _LINE_NUM Variable To .txt file
Replies: 5
Views: 3275

Using The _LINE_NUM Variable To .txt file

Is it possible to log the variable _LINE_NUM to a text file on the event that the _LINE_NUM variable has not changed in a certain period of time? Any tips or suggestions are welcome as this would greatly help me debug errors when the script runs into a dead end point without using the debugger. I wo...
by MadQuestion
Mon Nov 13, 2017 6:57 pm
Forum: The Water Cooler
Topic: Dialog Designer Wizard For Future Update?
Replies: 13
Views: 29057

Re: Dialog Designer Wizard For Future Update?

Hey Marcus, basically it would perform just like the image recognition wizard but where the image recognition wizard has its Action tab, what to look for, where to look, what to do when found, and advanced tabs. The dialog designer wizard could have a number of tabs for many different tasks such as ...
by MadQuestion
Sun Nov 12, 2017 7:38 pm
Forum: Scripts and Tips
Topic: Send emails from your gmail account with UI (VBscript)
Replies: 1
Views: 11008

Re: Send emails from your gmail account with UI (VBscript)

Do you have a version of this script for receiving emails for a gmail? Or how would you configure the above script to receive the emails rather than sending them? This is a great script, good job!
by MadQuestion
Sun Nov 12, 2017 7:09 pm
Forum: Technical / Scripting
Topic: Sending Email Error Message
Replies: 5
Views: 3904

Re: Sending Email Error Message

Thanks for your help I retried your suggestion and it worked for me finally I have the solution I need. This forum is a great way to get useful answers to any issues to do with macro scheduler. I am so glad there is a huge resource pool of knowledge here in this forum.
by MadQuestion
Sat Nov 11, 2017 1:47 am
Forum: Scripts and Tips
Topic: Random Serial Code Generator
Replies: 6
Views: 9680

Re: Random Serial Code Generator

Now how to make sure the script wont accidentally generate two identical codes over millions of cycles...... :| :idea:
by MadQuestion
Sat Nov 11, 2017 1:45 am
Forum: Scripts and Tips
Topic: Random Serial Code Generator
Replies: 6
Views: 9680

Re: Random Serial Code Generator

The lower and uppercase letters are randomly generated in this script Let>INPUT_PASSWORD=0 Let>INPUT_BROWSE=0 Input>NUMBERINSET,How Many Characters Per Set Need To Be Generated?, Input>NUMBEROFNUMBERSETS,How Many Characters Sets Need To Be Generated?, Input>NUMBEROFCODES,How Many Codes Need To Be Ge...
by MadQuestion
Sat Nov 11, 2017 1:32 am
Forum: Enhancement Suggestions
Topic: Dialog Designer Wizard
Replies: 0
Views: 8027

Dialog Designer Wizard

I was wondering if there was any plans for a Custom Dialog designer wizard for the future of Macro Scheduler? Would be great if there was a more user friendly and more important beginner friendly wizard to help with creation of custom dialogs. The image recognition wizard is great for its purpose bu...
by MadQuestion
Sat Nov 11, 2017 1:29 am
Forum: Scripts and Tips
Topic: Random Serial Code Generator
Replies: 6
Views: 9680

Re: Random Serial Code Generator

I suppose to get the lowercase and uppercase to be randomly chosen I could put this code in the letter section If>RANDOMGEN=1 Let>RANDOMGEN=Z Random>2,CASECHOICE If>CASECHOICE=1 LowerCase>%RANDOMGEN%,RANDOMCASE Let>RANDOMGEN=%RANDOMCASE% Endif If>CASECHOICE<>1 UpperCase>%RANDOMGEN%,RANDOMCASE Let>RA...
by MadQuestion
Sat Nov 11, 2017 1:19 am
Forum: Scripts and Tips
Topic: Random Serial Code Generator
Replies: 6
Views: 9680

Random Serial Code Generator

I have been looking for a way to write thousands of randomly generated serial codes into windows notepad. I wanted the codes to look something like this: 538CQ-7W0W6-63022-476BW-24VS1 They had to be completely random and still be totally unique, I have the random part nailed down but having trouble ...
by MadQuestion
Fri Nov 10, 2017 6:08 pm
Forum: The Water Cooler
Topic: Dialog Designer Wizard For Future Update?
Replies: 13
Views: 29057

Dialog Designer Wizard For Future Update?

I was wondering if there was any plans for a Custom Dialog designer wizrd for the future of Macro Scheduler?
Sign up to our newsletter for free automation tips, tricks & discounts