Thanks a lot, it worked!! ----- Original Message ----- From: "Jim McGowen" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Saturday, January 10, 2004 12:11 AM Subject: Re: Navigator button on Tungsten T2
> you can use the NaveKeyPressed macro defined in PalmNavigator.h. > > if ( NavKeyPressed( eventP, Left ) ) > if ( NavKeyPressed( eventP, Right ) ) > > "Marianne" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hi > > > > I am using a Tungsten T2 device, I just wanted to know which event is > fired > > when you press the right and left of the navigation button. > > I had assumed that these would send KeyDown Event and I used to handle > > "chrRightArrow" for right press, "chrLeftArrow" for left press, > > "chrDownArrow" for down press and "chrUpArrow" for up press. From these > the > > code for Up and Down press works fine but the code for Right and Left does > > not get excuted. > > Can anyone help me. > > > > Thanks in Advance > > > > Marianne > > > > > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
