Yes, I agree and I have but when using a simple message box it would be nice for the text to self adjust within the bounds of the box when the text is variable.mtettmar wrote:You can create your own custom dialog instead.
Search found 32 matches
- Wed Nov 19, 2008 6:33 pm
- Forum: Enhancement Suggestions
- Topic: Message/MessageModal Text Formatting
- Replies: 2
- Views: 6385
- Tue Nov 18, 2008 11:29 pm
- Forum: Enhancement Suggestions
- Topic: Message/MessageModal Text Formatting
- Replies: 2
- Views: 6385
Message/MessageModal Text Formatting
It would be nice if when formatting a message/messagemodal there was a way to auto center the text on a line that would adjust automatically within the boundaries of the message if I were to change the width. I find myself readjusting the width at times and then having to go back and change the numb...
- Tue Jun 03, 2008 10:45 pm
- Forum: Technical / Scripting
- Topic: Clear Dialog Values
- Replies: 2
- Views: 4230
- Tue Jun 03, 2008 5:52 pm
- Forum: Technical / Scripting
- Topic: Clear Dialog Values
- Replies: 2
- Views: 4230
Went back and cleaned up the code a bit and then modified the original post. For troubleshooting I put mdl statements in working copy everywhere and this is what I find.... I start the program and scan this string gm_2&4s.tld,11013202266,1,1,label is produced. At the end of the shipping label routin...
- Tue Jun 03, 2008 4:38 am
- Forum: Technical / Scripting
- Topic: Clear Dialog Values
- Replies: 2
- Views: 4230
Clear Dialog Values
I have a labeling program on 20+ pc's throughout the plant that the supervisors want to limit the users ability to modify the data entered into it. So I put together a frontend that has one input screen, the user scans a 2d barcode and the frontend has all of the necessary data to produce a label. T...
- Thu May 15, 2008 3:19 pm
- Forum: General Discussion
- Topic: Send> and %CR%
- Replies: 2
- Views: 5136
Send> and %CR%
I've been using this product for some time and I don't know what I'd do without it. Usually I've written compiled macros that provide data input to some programs screen. I usually write the code in the usual fashion Send>data wait>1 Press Enter Send>data2 wait>1 Press Enter etc My coworker showed me...
- Mon May 12, 2008 2:31 am
- Forum: Technical / Scripting
- Topic: External variables to compiled code
- Replies: 0
- Views: 3245
External variables to compiled code
I have a program that will be installed on 22 pc's...many are pretty slow. The user scans a barcode that will become the basis for several screen inputs. Found that since the pc's don't run the same the wait commands must be tailored to each pc...a pain if they're compiled. So I brought the wait's a...
- Tue Apr 01, 2008 6:28 pm
- Forum: General Discussion
- Topic: QuickButtons
- Replies: 1
- Views: 3782
QuickButtons
Found that I have to edit the registry directly to move the QuickButtons location from the Bottom to the Top but have not figured out how to move to either the Left or Right side. When I put Right in the registry it changes the Edge to Bottom. Can the program use either the left or right sides? It w...
- Mon Mar 10, 2008 11:04 pm
- Forum: Technical / Scripting
- Topic: MSSCRIPT error when running a compiled Macro
- Replies: 11
- Views: 16557
- Wed Aug 29, 2007 7:51 pm
- Forum: Technical / Scripting
- Topic: Sort alphabetically
- Replies: 7
- Views: 11691
Have used macro scheduler for a while and love it's capabilities but couldn't a simple DOS sort have done the same thing just as effieciently?
[/code]
Code: Select all
Let>RP_WAIT=1
Let>RP_WINDOWMODE=0
Run>cmd.exe /c sort test.txt /O testsort.txt
- Sun Mar 11, 2007 9:27 pm
- Forum: Technical / Scripting
- Topic: Using Input with non-standard characters
- Replies: 0
- Views: 3211
Using Input with non-standard characters
I'm trying to develop a macro that will take input from a 2d barcode scan via a usb wedge barcode scanner and then determine if the data is formatted correctly. The problem I'm having with it is that the barcode uses non-standard ASCII characters, ie asc 27, 29 and 30 and this seems to play havoc wi...
- Thu Jun 01, 2006 4:10 pm
- Forum: Beginners
- Topic: Is it possible to read data directly from a usb input device
- Replies: 14
- Views: 16241
- Thu Jun 01, 2006 4:55 am
- Forum: Beginners
- Topic: Is it possible to read data directly from a usb input device
- Replies: 14
- Views: 16241
Modified your code so that it automatically writes to file each time after the 5th number is entered. You're right about the enter from the scanner but this can be turned off in the scanner...I turned it on to run the code I had written. Thanks for the help. Dialog>Dialog1 Caption=Enter Badge Number...
- Wed May 31, 2006 11:50 pm
- Forum: Beginners
- Topic: Is it possible to read data directly from a usb input device
- Replies: 14
- Views: 16241
Thanks for the input, my original post had a non-modal dialog input that would capture the input from the scanner and immediately write it to file then return to the beginning of the script...continuous loop. This does a good job of capturing the scan but that's not my issue. I intend for this progr...
- Wed May 31, 2006 8:51 pm
- Forum: Beginners
- Topic: Is it possible to read data directly from a usb input device
- Replies: 14
- Views: 16241