I have a an application for Blackberry Webworks that contains a menu entry in one screen. I have added the blackberry.ui.menu feature to the config.xml and it works great. The issue comes when I then add the feature blackberry.ui.dialog. The menu entry doesn't show anymore. Adding other features different from dialog doesn't break it.

Why is this happening? How can I keep my menu entry and also use the dialog feature?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted
+100

You must declare the feature element(s) below in your configuration document:

Check the following link for help http://www.blackberry.com/developers/docs/webworks/api/blackberry.ui.dialog.html

link|improve this answer
Declaring only the blackberry.ui.menu feature works great, if I declare the blackberry.ui.dialog alongside the menu it breaks the menu. – PedroC88 Aug 31 '11 at 12:32
check this link – Farid Farhat Aug 31 '11 at 14:28
It is a known issue you can't create menus and dialogs at the same time??? Blackberry always amuses me. – PedroC88 Aug 31 '11 at 16:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.