Search found 1024 matches

by Grovkillen
Mon Apr 22, 2013 11:59 am
Forum: Technical / Scripting
Topic: Access violation in module msched.exe
Replies: 13
Views: 14007

Don't know if this is what you're looking for but this is a script I made some time ago just to evaluate a error I had. I hope you will find it somewhat useful. //The output VARIABLE_LIST will add these (and other variables) true value instead of the text... you will understand if you run the script...
by Grovkillen
Tue Apr 09, 2013 5:31 pm
Forum: Enhancement Suggestions
Topic: Glyphs on buttons in Custom Dialogs (.png support)
Replies: 2
Views: 8715

Okay, I'll stick with that solution. My top most wanted feature is still a HTML/CSS element for cusotm dialogs :)

Thanks for the quick response Marcus!
by Grovkillen
Tue Apr 09, 2013 2:24 pm
Forum: Enhancement Suggestions
Topic: Glyphs on buttons in Custom Dialogs (.png support)
Replies: 2
Views: 8715

Glyphs on buttons in Custom Dialogs (.png support)

Hi, Will Glyph.Data be .png compatable in the future? When I add binary data through "LoadBitmap" I only get it working when using .bmp files which are not very sexy looking. I really like the idea of having glyphs on my buttons since some of my scripts are very button intensive = not always that us...
by Grovkillen
Thu Mar 07, 2013 7:08 am
Forum: Enhancement Suggestions
Topic: [Done] HTML/CSS elements in Custom Dialogs
Replies: 20
Views: 26661

I've done some research and found that WebKit could be used to generate stuff like this. I don't know but maybe Delphi has something along those lines as well. If you want to generate PDF files built from HTML/CSS I found this pretty awesome stand alone program (triggered by command line switches): ...
by Grovkillen
Wed Feb 27, 2013 3:34 pm
Forum: Technical / Scripting
Topic: Progressbarcolor ...how to change it?
Replies: 4
Views: 5264

I also made a somewhat all right solution for this as well. You find it here>>
by Grovkillen
Sun Feb 10, 2013 2:03 pm
Forum: Enhancement Suggestions
Topic: [Done] HTML/CSS elements in Custom Dialogs
Replies: 20
Views: 26661

JRL & jpuziano:

I'm happy to read that you understand what I'm aiming for here. Thanks! :)
by Grovkillen
Thu Feb 07, 2013 4:07 pm
Forum: Enhancement Suggestions
Topic: [Done] HTML/CSS elements in Custom Dialogs
Replies: 20
Views: 26661

I'd like to do stuff like this: http://i49.tinypic.com/vzh374.png With different color on some indicator symbols... and please understand that I might want to have this in the middle of the text (i.e. change color and/or font). Like this example where as this word is bold and this word is italic . I...
by Grovkillen
Thu Feb 07, 2013 11:56 am
Forum: Enhancement Suggestions
Topic: Let CreateDir create a full path
Replies: 5
Views: 18427

Any ideas if this will be implemented?
by Grovkillen
Thu Feb 07, 2013 9:26 am
Forum: Beginners
Topic: Invalid floating point operation with round or trunc funct.
Replies: 14
Views: 24376

Let>DECIMAL_SEPARATOR=. Let>test_function=2.8*1.1 MDL>test_function Let>what_to_round=1.8 Let>rounded_value={round(%what_to_round%)} MDL>rounded_value Let>DECIMAL_SEPARATOR=, Let>test_function=2,8*1,1 MDL>test_function Let>what_to_round=1,8 //not working Let>rounded_value={round(%what_to_round%)} M...
by Grovkillen
Thu Feb 07, 2013 9:19 am
Forum: Beginners
Topic: Invalid floating point operation with round or trunc funct.
Replies: 14
Views: 24376

Okay,

I've done some research and the problem is that my system use "," as decimal separator and the round function only work with "." as decimal separator. So I need to convert all the input data to "." from "," which is not very good... is it confirmed that the math functions ony work with "." ?
by Grovkillen
Thu Feb 07, 2013 9:01 am
Forum: Beginners
Topic: Invalid floating point operation with round or trunc funct.
Replies: 14
Views: 24376

Same here

Okay, so I ran into this issue myself and when I copy/paste the code from the first post I get these two messages:

First message...
Image

Second message...
Image


EDIT: Version 14.0.2
by Grovkillen
Wed Feb 06, 2013 9:39 am
Forum: Enhancement Suggestions
Topic: [Done] HTML/CSS elements in Custom Dialogs
Replies: 20
Views: 26661

[Done] HTML/CSS elements in Custom Dialogs

I'd like to be able to add simple html font handles in cutom dialogs. As an example: l The code above would result in a green dot in a web browser and if i could use these kinds of things in a dialog the user experience would be much better. Indicator color is green... "<font face=wingdings color=gr...
by Grovkillen
Mon Jan 28, 2013 2:24 pm
Forum: Beginners
Topic: Extract certain data from clipboard
Replies: 2
Views: 8438

This is how I would do it.. if I know that the clipboard will always look the same that is! //Make a "nice" message box... Let>MSG_STAYONTOP=1 Let>MSG_HEIGHT=300 Let>MSG_WIDTH=500 //Add clipboard for example PutClipBoard>user name "Johe Doe" DBO "10/10/185" ID "12345678" Location "LA" GetClipBoard>m...
by Grovkillen
Mon Jan 28, 2013 1:58 pm
Forum: Scripts and Tips
Topic: LibFunc MessageBox Wizard
Replies: 4
Views: 21167

....

This is awesome work! Thanks for sharing!
by Grovkillen
Fri Jan 18, 2013 1:14 pm
Forum: General Discussion
Topic: Round function bug
Replies: 16
Views: 25496

Marcus Tettmar wrote:Also a possible enhancement for a future version is a flag to alter the default rounding system.
Is this about to happen? :)
Sign up to our newsletter for free automation tips, tricks & discounts