I wrote the following code to be able to scroll text in my window
by means of button on the Palm Device:
case keyDownEvent:
if (eventP->data.keyDown.keyCode == vchrPageUp)
{
<some actions>
But when I load the considered program to the Palm Device Emulator it
doesn't work.
Help me, please.Sincerely yours, Alexander. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
