Focus and Cursor
Posted: Tue Oct 06, 2015 10:46 am
Hello,
I am trying to code a simple screen to accept bar code scan input. (I just want to see if it will work for our application). Basically, I display a screen for the order to be scanned, then display a screen for item bar codes to be scanned. When an item BC is scanned, the value should be displayed in the "last scan" field and the focus should return to the "item scan" field for the next scan. (Eventually, the scans will update the order contents in a grid displayed below the scan input). My issues are 1) The focus will not return to the "scan item" field even though I am setting the focus indicator on. 2) I set my cursor to look like a pointer, and the cursor display is unchanged. I just want to make sure the focus is set for each subsequent scan and the user can clearly see that they are scanning in the right place. I am open to ways to make the presentation more user-friendly.
Thank you, Patti
I am trying to code a simple screen to accept bar code scan input. (I just want to see if it will work for our application). Basically, I display a screen for the order to be scanned, then display a screen for item bar codes to be scanned. When an item BC is scanned, the value should be displayed in the "last scan" field and the focus should return to the "item scan" field for the next scan. (Eventually, the scans will update the order contents in a grid displayed below the scan input). My issues are 1) The focus will not return to the "scan item" field even though I am setting the focus indicator on. 2) I set my cursor to look like a pointer, and the cursor display is unchanged. I just want to make sure the focus is set for each subsequent scan and the user can clearly see that they are scanning in the right place. I am open to ways to make the presentation more user-friendly.
Thank you, Patti