views:

198

answers:

1

I've got an application that traps text entry at the window level (i'm using a barcode scanner) and occasionally the operator will click on view elements which then gain focus, taking focus off the window, and the window no longer recieves either previewtextentry or textentry events, any ideas?

A: 

Did you solve this issue? I am facing the same thing.

Ragha J
I made most other controls not able to recieve focus.
Firoso
oh and next time, comment.
Firoso
I found a way for this http://stackoverflow.com/questions/1495335/previewtextinput-is-not-fired-when-the-focus-is-on-checkbox-handling-the-previeLet me know if this is incorrect.
Ragha J