Yuen Kwee wrote:

yup i know that
this is the function that popSelectEvent does

Boolean CCategoryForm::OnSelIcon(EventPtr pEvent, Boolean& bHandled) { Int16 trgX,trgY;

<snip>

bHandled = true; // <------ true!
return true; }
To unsubscribe send an email to [EMAIL PROTECTED]


OK, and you are passing bHandled as the return value for your event handler? So when, exactly, does the icon disappear. Remember that if you tap on a trigger, and DON'T select one of the items, then you don't get a popSelectEvent. I can't remember if you would have to redraw the trigger in that circumstance.

Bob.

To unsubscribe send an email to  [EMAIL PROTECTED]
--
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to