Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
New Developer
Ekey
Posts: 53
Registered: ‎06-14-2010
My Carrier: None
Accepted Solution

Replace the Close menu

How do I replace the Close (and possibly other) default menuitems? Seems like I've read that was possible somewhere but I cannot find the link.

 

What I would like to do is have the particular screen I'm on be the one that 'closes" but not the app (unless on the main/index page). "Closing" the child pages will cause them to simply fall back into the calling form.

Please use plain text.
Developer
lasterra
Posts: 80
Registered: ‎06-26-2008

Re: Replace the Close menu

you have to overwirte onExit event, close menu will appear but you can control it

 

http://www.blackberry.com/developers/docs/widgetapi/blackberry.app.event.html

Please use plain text.