Hey Ron,

I had this problem along time ago in AirMail.  Take a look at
MEGAFinder www.toysoft.ca and see if this is what you are looking for.
MEGAFinder is a system find function that will find any files in ram and
anywhere on the card.

if so drop me an email I can help you.

regards,


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Ron
> Nicholson
> Sent: Thursday, February 06, 2003 4:59 AM
> To: Palm Developer Forum
> Subject: icons for MenuCmdBarAddButton ?
> 
> 
> The following code snippet seems to work just fine while my app is
> running.  The icon appears.  The button functions correctly.
> 
> > if ( sysNotifParmPtr->notifyType == sysNotifyMenuCmdBarOpenEvent ) {
> >     where = menuCmdBarOnLeft;
> >     bitmapId = 1234;
> >     resultType = menuCmdBarResultNotify;
> >     ...
> >     err = MenuCmdBarAddButton( 
> >             where, bitmapId, resultType, myNotifID, &name );
> >     ...
> 
> But when called by the Notification Manager while another app is
> running, the button seems be invisible, even though it still works
> (sends notification myNotifID when the invisible button is hit, etc.).
> 
> Does anything special need to be done to make a MenuCmdBar button
> icon resource visible?  (restrictions on bitmap type, or bitmapId?)
> Does the OS open my app and look in it for resources during a
> notification launch?  Or do I need to open the app manually before
> calling MenuCmdBarAddButton()?
> 
> 
> Thanks,
> 
> Ron Nicholson
> HotPaw Productions
>    <http://www.hotpaw.com/rhn/hotpaw>
> 
> -- 
> 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/

Reply via email to