Hi,
As per the documentation -- Prior to Palm OS release 3.5, the OS did not
support changing or adding menu items. To some extent, this can be emulated
by switching between multiple menus. You have to create multiple menu bars.
You can programmatically switch to another menu bar by doing the following:
1.. Dispose of a menu if it is being used. Do this by calling MenuDispose.
Here is an example:
menuP = MenuGetActiveMenu ();
if (menuP != NULL)
MenuDispose (menuP);
2.. Tell the OS what menu to load if it needs to. Do this by calling
MenuSetActiveMenuRscID or MenuSetActiveMenu.
Please check the link below : http://oasis.palm.com/dev/kb/faq/1389.cfm
Thanks
Manikumar K
Developers' Nation DTS Engineer
Developers' Nation is the fastest, most reliable and affordable way to
resolve your technical issues.
Visit us : www.devnation.net
"Waseem Anis" <[EMAIL PROTECTED]> wrote in message
news:51530@palm-dev-forum...
>
> Thanx a lot for the help, but the feature you recommended is only
> implemented in 3.5 onwards SDK.
>
> I need this for 3.0 also.
>
> Please help,
> Thanx,
> WA
>
> -----Original Message-----
> From: Manikumar Kandhasamy [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 04, 2001 4:14 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Menu Help
>
>
> Hi,
> You can add New Menu Items dynamically using the function :
MenuAddItem
> You can hide the menu item using the function : MenuHideItem
> For more info check the Document :
> http://oasis.palm.com/dev/kb/manuals/1750.cfm
>
>
> Thanks
>
> Manikumar K
> Developers' Nation DTS Engineer
>
> Developers' Nation is the fastest, most reliable and affordable way to
> resolve your technical issues.
> Visit us : www.devnation.net
>
>
> "Waseem Anis" <[EMAIL PROTECTED]> wrote in message
> news:51519@palm-dev-forum...
> >
> > Hi,
> > Could somebody please help me with Menus.
> > I want to dynamically create and modify menus.
> >
> > Any help would be appreciated.
> > Thanx,
> > WA
> >
> >
> >
>
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/