menelit
27th November 2008, 03:50 PM
Hello I have simple application on PPC (I'm using MFC) with CEdit. My user claim that he can't file this edit box, whatever he choose, he always see numbers in this field. This happens on Verizon XV6900, and he is using HTC on screen keyboard (from TouchFlo) this with 12 buttons. So to choose e.g "b" he must press twice "2".
I'm using this edit to search on index (index scroll automatically when user add next letter). To detect such situation I'm using ON_EN_CHANGE, and for this keyboard this doesn't work. I don't have this device. I know that on Smartphone like (SPV C500) I can use OnKeyDown() method, but I'm not sure if this work on PPC without hardware keyboard.
Thanks for any ideas.
I'm using this edit to search on index (index scroll automatically when user add next letter). To detect such situation I'm using ON_EN_CHANGE, and for this keyboard this doesn't work. I don't have this device. I know that on Smartphone like (SPV C500) I can use OnKeyDown() method, but I'm not sure if this work on PPC without hardware keyboard.
Thanks for any ideas.