Search found 1132 matches
- Mon Jan 28, 2013 2:24 pm
- Forum: Beginners
- Topic: Extract certain data from clipboard
- Replies: 2
- Views: 9747
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...
- Mon Jan 28, 2013 1:58 pm
- Forum: Scripts and Tips
- Topic: LibFunc MessageBox Wizard
- Replies: 4
- Views: 23289
....
This is awesome work! Thanks for sharing!
- Fri Jan 18, 2013 1:14 pm
- Forum: General Discussion
- Topic: Round function bug
- Replies: 16
- Views: 31358
- Thu Jan 03, 2013 9:40 am
- Forum: Enhancement Suggestions
- Topic: Variable Event
- Replies: 2
- Views: 11650
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...
- 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: 19948
- Sat Aug 25, 2012 9:27 am
- Forum: Technical / Scripting
- Topic: Using text fields to make stacks and bar charts.
- Replies: 1
- Views: 5196
- Mon Aug 20, 2012 9:12 pm
- Forum: Technical / Scripting
- Topic: Using text fields to make stacks and bar charts.
- Replies: 1
- Views: 5196
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...