modles Posted September 1, 2006 Posted September 1, 2006 Hi I would like my file to run in kiosk mode, however i think i still need to be able to have access to keyboard shortcuts, i.e ctrl-1. I need this because i have to trigger a script when a barcode reader is used, an i am doing this by setting up ctrl-1 as a prefix to the barcode input. So i guess i need one of two solutions, the ability to trigger script from keyboard command in kiosk mode, or another way of tiggering a script when barcode reader is used. Help would be greatly appreciated cheers Ben
IdealData Posted September 1, 2006 Posted September 1, 2006 How about using a looping script that pauses after processing each scan? All you should need is the "enter" after your scan.
modles Posted September 1, 2006 Author Posted September 1, 2006 cant do that because i need the script to fire before input to goto correct field etc :
SteveB Posted September 1, 2006 Posted September 1, 2006 How about wiring the script(s) to buttons? Steve
IdealData Posted September 2, 2006 Posted September 2, 2006 Purely from a logical point of view... The DB must have been opened in some way so you should be able to run the "looping" script as the OPEN script - then it will be waiting for the reader.
modles Posted September 2, 2006 Author Posted September 2, 2006 but if i have an ever looping script, wont that cause the database to freeze up? obviosuly capturing the barcode reader is not the only function of the db. Although thinking about it, does that mean i should have another file that just does the looping to detect barcode reader, and this passes data onto main file? can i do this in kiosk mode, i.e have multiple files?
modles Posted September 5, 2006 Author Posted September 5, 2006 FYI - SecureFM plugin HotKey function sorts this problem You can set your own keyboard shortcuts which will work in kiosk mode. YAY!!!
Recommended Posts
This topic is 6655 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now