Hi Friends:
I have different UI objects on my screen:list,buttons
When I select on any list item the corresponding image associated with that list item is displayed on the screen.
I want to do penDown operations with that image.
When I include the penDownEvent in the FrmHandleEvent function all other events are disabled.Only the pendown event is working.When I click on the list or button ,those are not responding to their corresponding events.Every object is responding to the penDown event only.
Can you please help me how to enable other events besides penDown event?
my code looks like this:
Boolean InitialFormHandleEvent(EventType event)
{
switch(event)
{
frmOpenEvent:
handled=true;
break;
lstSelectEvent:
handled =true;
break;
penDownEvent:
//Display some information in the specified rectangle area
handled =true;
break;


    }
}
Thank you
Best Regards
Padmini Paladugu

_________________________________________________________________
Limited-time offer: Fast, reliable MSN 9 Dial-up Internet access FREE for 2 months! http://join.msn.com/?page=dept/dialup&pgmarket=en-us&ST=1/go/onm00200361ave/direct/01/



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

Reply via email to