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

Java Development

Reply
Trusted Contributor
user17
Posts: 110
Registered: ‎01-23-2012
My Carrier: airtel
Accepted Solution

how to create menu and sub choices

Hi All,

 

          How to create Menu and submenu like in the image. for eg: i need to display list of countries after i select one country then display citites along with other countries also.please help me how to do, thanks in advance

 

 

Please use plain text.
Developer
simon_hain
Posts: 13,829
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: how to create menu and sub choices

since 6.0 you can use http://www.blackberry.com/developers/docs/7.1.0api/net/rim/device/api/ui/menu/SubMenu.html
before that you would need to implement your own menu using popupscreen (for example).
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Trusted Contributor
user17
Posts: 110
Registered: ‎01-23-2012
My Carrier: airtel

Re: how to create menu and sub choices

Hi simon_hain ,

 

                       Thank you for your reply,  iam using os version 5 , so i think i need to create my own popupscreen.

 

 

 

 

 

Thanks

Please use plain text.