Search found 70 matches

by MadQuestion
Mon Nov 20, 2017 1:41 pm
Forum: General Discussion
Topic: So does this happen for anyone else? Watchlist wont show?
Replies: 3
Views: 3897

Re: So does this happen for anyone else? Watchlist wont show

I tried this Marcus but it didn't work. I also tried show watch list but nothing helped. I had to reinstall to fix the problem
by MadQuestion
Sat Nov 18, 2017 3:41 am
Forum: General Discussion
Topic: So does this happen for anyone else? Watchlist wont show?
Replies: 3
Views: 3897

Re: So does this happen for anyone else? Watchlist wont show

So its fixed now and moves freely but making it too tight to the left will cause resizing issues I dont want to test it again now I have it fixed as I had to reinstall the macro scheduler to fix it.
by MadQuestion
Sat Nov 18, 2017 3:27 am
Forum: General Discussion
Topic: So does this happen for anyone else? Watchlist wont show?
Replies: 3
Views: 3897

So does this happen for anyone else? Watchlist wont show?

So I adjusted the size of the watchlist colum as shown below
ErrorBug.png
I then went to try and resize it bigger the cursor changed to show it was actively trying to resize it but nothing happened...... I now dont have a watchlist? What will rest this for me? I need that....
by MadQuestion
Thu Nov 16, 2017 12:21 am
Forum: Technical / Scripting
Topic: Generate Live Date and Time Labels with Compiled Dialogs
Replies: 5
Views: 3384

Re: Generate Live Date and Time Labels with Compiled Dialogs

Never mind guys I did it again trial and errored it out till I got something logical to work itself out..... Here is what I did to make it work for me on the basis that the mouse keeps moving.... AddDialogHandler>Dialog1,,OnMouseMove,UPDATETIME Show>Dialog1,res1 SRT>UPDATETIME GetTime>CURRENTTIME Se...
by MadQuestion
Wed Nov 15, 2017 11:45 pm
Forum: Technical / Scripting
Topic: Generate Live Date and Time Labels with Compiled Dialogs
Replies: 5
Views: 3384

Re: Generate Live Date and Time Labels with Compiled Dialogs

The mouse cursor would be moved at least three times per minute so perhaps there is a way to create a custom event handler to look out for the mouse moving and when it moves it runs a sub routine that checks the time and then updates the labels text property? Any one know what such a script would lo...
by MadQuestion
Wed Nov 15, 2017 11:40 pm
Forum: Technical / Scripting
Topic: Generate Live Date and Time Labels with Compiled Dialogs
Replies: 5
Views: 3384

Generate Live Date and Time Labels with Compiled Dialogs

Is it possible to set the label text property with current time and have it be updated every minute without making the script run in a loop? Perhaps there is some kind of event or action script that would cover this task or if it was possible to update properties with another compiled macro which wo...
by MadQuestion
Wed Nov 15, 2017 9:07 pm
Forum: Technical / Scripting
Topic: SetDialogProperty> Multiline Text Property
Replies: 1
Views: 1522

Re: SetDialogProperty> Multiline Text Property

OK so I figured it out without any forum help this time. Let>OLDMSGS=START Let>COUNT=0 Repeat>COUNT Let>COUNT=COUNT+1 GetDialogProperty>Dialog1,MESSAGE_WINDOW,Text,OLDMSGS SetDialogProperty>Dialog1,MESSAGE_WINDOW,Text,Message %COUNT%%CRLF%%OLDMSGS% Wait>1 Until>COUNT=41 I just needed to GetDialogPro...
by MadQuestion
Wed Nov 15, 2017 8:57 pm
Forum: Technical / Scripting
Topic: SetDialogProperty> Multiline Text Property
Replies: 1
Views: 1522

SetDialogProperty> Multiline Text Property

I am just wondering if there is a way to Set the dialog property of a memo box so that every time the scripts reads the command it takes a new line without deleting the text already in the memo box. Let>COUNT=0 Repeat>COUNT Let>COUNT=COUNT+1 SetDialogProperty>Dialog1,MEMO_BOX,Text,Message %COUNT%%CR...
by MadQuestion
Wed Nov 15, 2017 7:07 pm
Forum: Technical / Scripting
Topic: Getting video playback with dialog images?
Replies: 1
Views: 1622

Getting video playback with dialog images?

SO I was experimenting with dialog images and image sequences I have a sequence of flying through clouds video render into image sequence in .jpg I created a dialog to hold the images and play each frame in the correct sequence. I get small issues like playing a wav and then continuing the script wh...
by MadQuestion
Wed Nov 15, 2017 3:25 pm
Forum: Technical / Scripting
Topic: Closing Dialogs With Progress Bar
Replies: 2
Views: 2265

Re: Closing Dialogs With Progress Bar

I must of been putting my CloseDialog>Dialog1 on the wrong line or something. Thanks for the help
by MadQuestion
Wed Nov 15, 2017 12:21 am
Forum: Technical / Scripting
Topic: Closing Dialogs With Progress Bar
Replies: 2
Views: 2265

Closing Dialogs With Progress Bar

I am trying to close a dialog upon completing the position of the progress bar. Below is the sample code how would I edit this exact code to close dialog1 once the progress bar is full without having to click a modal button? Any suggestions are welcome. :D :) :( Dialog>Dialog1 object Dialog1: TForm ...
by MadQuestion
Tue Nov 14, 2017 11:52 pm
Forum: The Water Cooler
Topic: Dialog Designer Wizard For Future Update?
Replies: 13
Views: 29068

Re: Dialog Designer Wizard For Future Update?

I might try this as a side project to increase my scripting skills and if it works ill make it available in the forum for every who would like the same features as me with the dialog designer. I see what you are saying about the advanced possibilities. I understand that it may require the current de...
by MadQuestion
Tue Nov 14, 2017 6:09 pm
Forum: The Water Cooler
Topic: Dialog Designer Wizard For Future Update?
Replies: 13
Views: 29068

Re: Dialog Designer Wizard For Future Update?

Yes I had come to realize you had sent me a link to video link tutorials after I had posted. The dialog designer tutorials are very limited though and do not cover all of the objects within the dialog designer. There is no online videos for the adding of images to buttons or any image related tutori...
by MadQuestion
Tue Nov 14, 2017 5:51 pm
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

This is a great idea, thanks I will check it out. Compiling another exe may be a viable option at this point. Thanks Marcus :)
by MadQuestion
Tue Nov 14, 2017 1:15 pm
Forum: The Water Cooler
Topic: Dialog Designer Wizard For Future Update?
Replies: 13
Views: 29068

Re: Dialog Designer Wizard For Future Update?

Thanks for the link I have seen this already though. I think I may have actually read every post on the forum lol what I meant by a tutorial was more in the line of a video and less of the documented type tutorials. As im sure you know from reading some of my queries text is sometime hard to follow ...
Sign up to our newsletter for free automation tips, tricks & discounts