Search found 1030 matches

by Grovkillen
Thu Apr 25, 2013 5:11 am
Forum: Technical / Scripting
Topic: Can not execute a program
Replies: 6
Views: 7853

Thanks for the input CyberCitizen but I tried and its not it.
by Grovkillen
Tue Apr 23, 2013 10:56 am
Forum: Technical / Scripting
Topic: Can not execute a program
Replies: 6
Views: 7853

I just got this error as well... this morning I could run the below code with no issues. After I messed around with the script I got this error and I cannot make any Run> command pointing to a .EXE file to run. The RP_WIN64PROCESS will nto fix it either. Any ideas? http://i38.tinypic.com/11kjbkh.png...
by Grovkillen
Tue Apr 23, 2013 8:59 am
Forum: Technical / Scripting
Topic: IfFileExists / IfNotFileExists
Replies: 2
Views: 2907

Okay, thanks for the info... I'll try them out.
by Grovkillen
Tue Apr 23, 2013 6:31 am
Forum: Technical / Scripting
Topic: IfFileExists / IfNotFileExists
Replies: 2
Views: 2907

IfFileExists / IfNotFileExists

Is it possible to have " AND " statements to evaluate if multiple files exist / do not exist? Example: IfNotFileExists>C:/FILE 1 .exe AND C:/FILE 2 .exe Gosub>MISSING_FILE Endif> If so, is it possible to know which file(s) that did not pass the test? I.e. if C:/FILE1.exe exist but C:/FILE2.exe are m...
by Grovkillen
Tue Apr 23, 2013 6:00 am
Forum: General Discussion
Topic: v13 Portable Installer
Replies: 11
Views: 21142

Super! Thanks for the info. :)
by Grovkillen
Mon Apr 22, 2013 4:31 pm
Forum: General Discussion
Topic: v13 Portable Installer
Replies: 11
Views: 21142

CyberCitizen,

What steps do you go trough before you do the postscan? I end up having some loose ends when trying to use it at a different computer (with no MacroScheaduler on it). This resulting in a none working portable app...
by Grovkillen
Mon Apr 22, 2013 11:59 am
Forum: Technical / Scripting
Topic: Access violation in module msched.exe
Replies: 13
Views: 14129

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

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

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

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

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

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

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

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

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...
Sign up to our newsletter for free automation tips, tricks & discounts