Hi
The following code hangs my Palm, looks like a bug to me.
case menuOpenEvent:
if (G_prefs.PPL_mode)
{
MenuShowItem (MainOptionsDiameter);
}
else if(!G_prefs.PPL_mode)
{
MenuHideItem (MainOptionsDiameter);
}
handled = false;
break;
Anyone know how to fix it.
Thanks
Rik
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- Re: MenuHideItem and Menu show item crash my Palm V (os... Richard Anderson
- Re: MenuHideItem and Menu show item crash my Palm ... Richard Burmeister
