Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6854911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:41:32+00:00 2026-05-27T01:41:32+00:00

I create a custom menu in new class extends popupScreen. I went when the

  • 0

I create a custom menu in new class extends popupScreen. I went when the user clock on the menu button the menu display. I use this code

protected boolean keyDown(int keycode, int time) {
     if(Keypad.KEY_MENU == Keypad.key(keycode))
        {
         UiApplication.getUiApplication().popScreen(getScreen());
            Menu popup = new Menu();
            UiApplication.getUiApplication().pushScreen(popup);
            return true;
        }
        else
        return super.keyDown(keycode, time);
}

but I obtain error on this line UiApplication.getUiApplication().pushScreen(popup); causes by pushScreen. How can I change this code or there is another method to display this menu.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T01:41:33+00:00Added an answer on May 27, 2026 at 1:41 am

    In Blackberry, creating, displaying and hiding of Menu is handled by the system; you will be provided with callbacks at appropriate time. The callbacks you will need to code are:

    public boolean onMenu( int instance )
    {
    
     return true; // Menu is created
    }
    
    public void makeMenu( Menu menu, int instance )
    {
      MenuItem _desired_menu_item = new MenuItem()
      {
         public void run()
         {
    
         }
      }
      menu.add( _desired_menu_item );
      super.makeMenu( menu, instance)
    }
    

    That’s it! It would work. Please check Blackberry “UI and Navigation guide” for more details

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I added a custom menu to the menu button using the following code: @Override
I'm trying to create a custom HTML Helper to help simplify my masterpages menu,
Is this the only way to create custom model validation? To do it using
I used to have a function to create a custom menu by loading all
I can create menu items with icons: new = gtk.ImageMenuItem(gtk.STOCK_NEW, 'New') but how can
public class MinesweeperMenu extends MinesweeperPanel{ private JPanel picture = new JPanel(); private JButton play
I am using this link from Oleg and Demo to create context menu. Is
I have the following problem / bug: I made a custom button-class (called CustomBlitButton)
i created a custom menu called top-navigation. Now I'd like to style it with
I created a custom menu called sub-top-nav and now I'd like to override the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.