Search found 1030 matches

by Grovkillen
Thu Feb 07, 2013 9:19 am
Forum: Beginners
Topic: Invalid floating point operation with round or trunc funct.
Replies: 14
Views: 24509

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

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

[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: 8475

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

....

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

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? :)
by Grovkillen
Thu Jan 03, 2013 9:40 am
Forum: Enhancement Suggestions
Topic: Variable Event
Replies: 2
Views: 10167

I don't know...

... maybe this is not correctly understud by me but isn't this possible with the event CUSTOM? Copyied from help: CUSTOM Allows to create any kind of event trigger. EventParm is a subroutine which will be executed continually. ExtraParm is a variable name. When the variable name becomes TRUE the tri...
by Grovkillen
Tue Sep 18, 2012 9:36 pm
Forum: Enhancement Suggestions
Topic: 'Switch' or 'Case' would clean up some real ugly If loops
Replies: 8
Views: 16365

+1 on that.
by Grovkillen
Mon Aug 20, 2012 9:12 pm
Forum: Technical / Scripting
Topic: Using text fields to make stacks and bar charts.
Replies: 1
Views: 3830

Using text fields to make stacks and bar charts.

Hello you all! This is my first attempt of contributing to the community so please beer (intentionally) with me. I have made this example to show how it's possible to use text fields to have queues and stacks of files counted on the fly. The first snippet of code is the main code that monitor the fo...
cron
Sign up to our newsletter for free automation tips, tricks & discounts