Luc Le Blanc wrote: > My app normally displays a virtual keypad for easy input (visible > at http://auriga.neopages.org/images/keypaden.gif or > http://auriga.neopages.org/aurigaen.html#KEYPAD). The backspace > (top) arrow key is a repeating button, while other arrows and OK > buttons are regular buttons. The letter and digit keys, which are > also regular buttons, are shown depending on user-selected layout. > On an E2, none of the letter or digit buttons get displayed, while > arrows are not functional (I had to use the reset switch to exit > this keypad).
In the end, I couln't make on-device debugging run under USB, so I put a couple of alerts with the line number to track code execution. The E2 would freeze after a WinScreenLock I call to prevent flicker while setting up the keypad layout. Removing this line solves the problem, even though screen locks are successfully performed (on an E2) at other times in this form. The E2 is the only device with such a behavior. Go figure! Luc Le Blanc -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
