Barcode scanner input on PDA
843849Aug 8 2007 — edited Nov 2 2007I am writing an application for some PDA's running Windows Mobile 5.0 using NetBeans + CDC mobility pack and CrEMe's JVM.
I've created a test application which is just a jPanel with a jTextField.
I have a SDIO barcode scanner which inputs the number of a scanned bar code in to whatever focused text input field. It works fine with all the native apps on the PDA e.g. search box in contact manager, but it does work when I put the cursor in the jTextField in my app.
Does any one know why this would be and how can I fix it?