autoit scripting
Hello!
To clarify, english is not native for me. I hope you will understand me.
I have about 5-6000 files, which I want to modify. To change barcode type, positions and so. Doing this operations will take a month or more, so I found autoit can make it for a day or two. Autoit emulates keyboard and mouse navigation on the screen to perform tasks like mentioned above.
My question is about this properties window: is there a keyboard hotkey like shif+tab or ctrl+tab to switch from right panel to left panel? If I click on left panel with tab I can move to right panel, but from right panel I have to click again to right panel to be able again navigate with arrow keys. I ask because didn't like mouse emulation with autoit, this window position may change and script will not work correctly.
-
Are your labels identical in format/layout for the most part and can you get the data used in your labels presented/output in some form of electronic format? If so you could populate the data into some form of database and link a label to this configuring it so the users choose/enter a unique code that would allow you to select which item to print at print time. This would mean the label fields are populated at print time with the relevant data for each item probably drastically reducing the number of label designs you need
0
Please sign in to leave a comment.
Comments
1 comment