Search found 32 matches

by D_S
Wed Nov 19, 2008 6:33 pm
Forum: Enhancement Suggestions
Topic: Message/MessageModal Text Formatting
Replies: 2
Views: 6303

mtettmar wrote:You can create your own custom dialog instead.
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.
by D_S
Tue Nov 18, 2008 11:29 pm
Forum: Enhancement Suggestions
Topic: Message/MessageModal Text Formatting
Replies: 2
Views: 6303

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...
by D_S
Tue Jun 03, 2008 10:45 pm
Forum: Technical / Scripting
Topic: Clear Dialog Values
Replies: 2
Views: 4131

guess you can disregard my post...figured it out. Apparently I wasn't properly clearing the variables in all parts of my script..it's now working fine.
by D_S
Tue Jun 03, 2008 5:52 pm
Forum: Technical / Scripting
Topic: Clear Dialog Values
Replies: 2
Views: 4131

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...
by D_S
Tue Jun 03, 2008 4:38 am
Forum: Technical / Scripting
Topic: Clear Dialog Values
Replies: 2
Views: 4131

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...
by D_S
Thu May 15, 2008 3:19 pm
Forum: General Discussion
Topic: Send> and %CR%
Replies: 2
Views: 5042

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...
by D_S
Mon May 12, 2008 2:31 am
Forum: Technical / Scripting
Topic: External variables to compiled code
Replies: 0
Views: 3198

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...
by D_S
Tue Apr 01, 2008 6:28 pm
Forum: General Discussion
Topic: QuickButtons
Replies: 1
Views: 3720

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...
by D_S
Mon Mar 10, 2008 11:04 pm
Forum: Technical / Scripting
Topic: MSSCRIPT error when running a compiled Macro
Replies: 11
Views: 16338

disregard...found my answer
by D_S
Wed Aug 29, 2007 7:51 pm
Forum: Technical / Scripting
Topic: Sort alphabetically
Replies: 7
Views: 11565

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: Select all

Let>RP_WAIT=1
Let>RP_WINDOWMODE=0
Run>cmd.exe /c sort test.txt /O testsort.txt
[/code]
by D_S
Sun Mar 11, 2007 9:27 pm
Forum: Technical / Scripting
Topic: Using Input with non-standard characters
Replies: 0
Views: 3165

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...
by D_S
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: 15945

Have been working with macro scheduler on and off for about 2 years and know that whenever I'm stumped the board is the place to go. I really appreciate the help I receive from all !!!
by D_S
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: 15945

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...
by D_S
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: 15945

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...
by D_S
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: 15945

Sorry, am not understanding what this will do for me. I copied and pasted this into a temp script and ran it. Any numeric key pressed I get popup with multiples of the key pressed..any other key no action.
Sign up to our newsletter for free automation tips, tricks & discounts