Ok attached below is the original. I just made a simple b4a project to isolate the problem. For me with the simple project it still is acting goofy. I figured if I could get the simple project to work correctly, I could get my original project to work right.
yes, that's what i'm looking for.
the txtInputBarcode edittext is single line, yes? you have that attribute set, yes? is the forceDone attribute set?
when the scanner decodes the barcode and displays it in txtInputBarcode, the next thing that is to happen
always is txtInputQuantity receives the focus? is it an edittext also? if so, why? and why does it receive
the focus (if that's what's supposed to happen)? after the barcode has been scanned, there is no reason for any
view to receive the focus since you have no idea what the user is going to do. so exactly what is happening? and
please clarify why txtinputQuantity would be an edittext.
am i correct in assuming the screen with the edittext views and buttons is on a panel? and when you make the panel
visible, you set the focus to txtInputBarcode? does the softkeyboard pop up any any time?