Hi,
We currently have a stocktaking application which we are looking to streamline. Currently the order number is entered via an EditText, and this is looked up in a sqlite database. We have purchased a bluetooth QR code scanner and would like to use this to input the order number. The scanner connects to the tablet fine, and will output an order number followed by a return character in a native notepad application as well as Chrome etc.
When we perform the scan in the stocktaking application no text is output, however the EditText loses focus, and the FocusChanged event fires, so it is obviously picking up the return character. I have tried changing the Input Type from 'Number' as it was originally, to 'None', but that does not seem to have had any effect. I can't see any other properties which may hold the key here.
Within the scanner I have also tried slowing the read speed down as much as possible, in case the application was not running quickly enough to pick up the text being read in, no luck unfortunately.
It is also worth mentioning that the TextChanged event does not fire.
Any help greatly appreciated.
Thanks
Dave
We currently have a stocktaking application which we are looking to streamline. Currently the order number is entered via an EditText, and this is looked up in a sqlite database. We have purchased a bluetooth QR code scanner and would like to use this to input the order number. The scanner connects to the tablet fine, and will output an order number followed by a return character in a native notepad application as well as Chrome etc.
When we perform the scan in the stocktaking application no text is output, however the EditText loses focus, and the FocusChanged event fires, so it is obviously picking up the return character. I have tried changing the Input Type from 'Number' as it was originally, to 'None', but that does not seem to have had any effect. I can't see any other properties which may hold the key here.
Within the scanner I have also tried slowing the read speed down as much as possible, in case the application was not running quickly enough to pick up the text being read in, no luck unfortunately.
It is also worth mentioning that the TextChanged event does not fire.
Any help greatly appreciated.
Thanks
Dave