At 4:35 PM -0300 3/26/01, Bruno Galvão wrote:
>I´ll take a look at  KeyCurrentState()  function ...
>I think it´ll work ...

Bruno, it's easier than that. Just look for vchrPageUp or
vchrPageDown in your event handler:

if(eventP->data.keyDown.chr == vchrPageUp)
        // do something for up key

if(eventP->data.keyDown.chr == vchrPageDown)
        // do something for down key

Dave Johnson


--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to