I have a motorola device with barcode scanner..
I have an editbox to scan barcodes..
it scans and sends enter automatically...
I insert barcode into a database table...
Later on I clean editText with anEditText.Text =""
I call
anEditText.RequestFocus
(which is very important because user will scan hunderds of barcodes immediately and i cannot tell the user to click editbox to gain focus...)
and it does not gain Focus...
Please tell me a method to overcome this and please don't tell me you do not guarantee editText to gain focus(i.e. i read articles here)
I have an editbox to scan barcodes..
it scans and sends enter automatically...
I insert barcode into a database table...
Later on I clean editText with anEditText.Text =""
I call
anEditText.RequestFocus
(which is very important because user will scan hunderds of barcodes immediately and i cannot tell the user to click editbox to gain focus...)
and it does not gain Focus...
Please tell me a method to overcome this and please don't tell me you do not guarantee editText to gain focus(i.e. i read articles here)