Posts: 1,271
Threads: 399
Joined: Mar 2003
An OnScreenDisplay settings dialog would be very cool.
It would be nice to have that in the editor context menu.
Would be nice for many other functions too.
For basic functions like run it could be a great to re-edit parameters in the run dialog.
I really miss the possibility to adjust settings visual.
Once you have used a qm dialog you have to deal by yourself with the code.
Please tell me when you need further feedback on this.
Posts: 58
Threads: 19
Joined: Mar 2005
I tried to make something like this so I could learn dialogs
Be warned that this is probably twice as long as I planned because the largest block of code was pasted once.
Custom color overrides selected color (Custom color must be format 0x)
I could not figure out CF_FLAGS so I used a bad method to get fonts and it appears to not find all fonts, as well as have a ton of broken fonts
On OK it activates window "Quick Macros - Main -" and then pastes the code
If the fonts were improved I would think it would be actually pretty cool
*edit* folder was missing findr function
*edit* Uploading a version with working fonts
OnScreenDisplayDialog.qml (Size: 8.96 KB / Downloads: 620)
Posts: 1,769
Threads: 410
Joined: Feb 2003
WOW!!!
that's awesome! i'm gonna have to try this out!
Posts: 58
Threads: 19
Joined: Mar 2005
edit*
Most fonts do not work because I add
C:\Windows\Font\micross.ttf
to the list box when I should add Microsoft Sans Serif
If I right click a font, I can get that information in Properties->Details->Title
but I cannot figure out how to get it programatically.
*
Uploaded a version with working fonts (Thanks Gintaras for Font help!)
*Attachment in my previous post*
Posts: 45
Threads: 13
Joined: Jul 2009
Bro this is awesome
Thanks for the share