Dear Keith, Thank you for your response... Just posting key events to the Palm OS event queue is right when sending general key....(ex:ASCII etc.) But I'd like to implement text selection function using shift+cursor key(left,right,up,dawn)... As I know,shift key event doesn't work on the Palm OS... Left and right cursor selection is simple using FldSetSelection funcion,because it works on the Char offset basement... But I don't know how to implement up and down cursor selection.... I tried to implement up and down selection by checking 'enter key' basement.... But one line doesn't always contain 'enter key(0x0A)'....
Do you any other solutions to implement text selection using shift+cursor key? Or are there special key events regarding shift+cursor key ? Haejo Kim. "Keith Rollin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Haejo, I don't have the answer to your question. But I am curious: why do you need to know that? Wouldn't your driver just have to post key events to the Palm OS event queue? What is it doing that it needs to know the actual cursor position? -- Keith > -----Original Message----- > From: Haejo Kim [mailto:[EMAIL PROTECTED] > Sent: Friday, March 07, 2003 4:13 PM > To: Palm Developer Forum > Subject: How can I get cursor position? > > > I'd developing keyboard driver... > > I used FieldType struct(below example)getting information > regarding cursor > position(insPtXPos,insPtYPos) below Palm OS5. > But I can't use that FieldType struct on the OS5. > The main question is how can I get information regarding > current cursor > position(x,y)... > > Haejo Kim. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
