Make menu in PopupScreen

Hi guys '

I do menu for my application. I made menus for screen and this screen contains PopupScreen.

When push the PopupScreen, the menu does not appear on the screen. I want to show the menus when push PopupScreen.

Is it possible to make menus for PopupScreen?

Please share the knowledge.

TNX'

It works really because I've done it before. Try to also specify DEFAULT_CLOSE. Just to be sure that you are doing here is a base class:

class MyPopup extends PopupScreen
{
    MyPopup()
    {
        super(new VerticalFieldManager(), DEFAULT_MENU|DEFAULT_CLOSE);
    }

    public void makeMenu(Menu menu, int instance)
    {
        if (instance == Menu.INSTANCE_DEFAULT)
        {
            menu.add(_myItem);
        }

        super.makeMenu(menu, instance);
    }

    protected MenuItem _myItem = new MenuItem("My Item", 100, 10)
    {
        public void run()
        {
            // do something here
        }
    };}

Tags: BlackBerry Developers

Similar Questions

  • the Windows dvd maker menu customization

    How to designate a picture especially on the menu slide? It seems a random image, despite the fact that I nominated a picture for menu.

    Hi Kay,

    The following links explain how to use creation of Windows DVD to burn a DVD.

    Burn a DVD-video disc

    http://Windows.Microsoft.com/en-us/Windows-Vista/burn-a-DVD-video-disc

    Also applies to Windows 7

    Burn a DVD-video using Windows DVD Maker disc

    http://Windows.Microsoft.com/en-in/Windows7/burn-a-DVD-video-disc-with-Windows-DVD-Maker

    Please report if you need help.

  • How to make menu drop-down menus to stay open long enough to use

    Since the last version of Firefox has been installed, I usually can't drop boxes at work, as they open from time to time, but won't stay open long enough to select an item.
    This does not happen in all other browsers that I use in my work as a web designer, or when using other programs...
    It happens on both computers, running Win7 professional office and the other, a Sony Vaio, running Win7 ultimate.
    The two are on their native resolution of 1920 x 1080. Change the resolution makes no difference.
    I tried different scales using CTRL + and CTRL - nothing helped.
    Is it possible to revert to the previous version as it has done since I have updated some time ago.

    Try to disable in Firefox hardware acceleration if the issue returns.

  • Make Menu larger fonts

    Hi guys.

    OK, I want to know if there is a way to enlarge the font in the menu along the top bar of the screen.

    I know how do to enlarge fonts & icons in the view menu in the finder, but I would like to know if the text itself & the icons in the menu bar at the top can be made larger?

    Thank you.

    No, this can't be done. You can change your screen resolution.

  • How to make menu in bridge and PS bigger bars?

    I just got a new computer with a 27 inch 4 k screen and it's great for the edition except the menu bar and toolbars are so small. All my MS programs I would like to expand their menus, but what about the Bridge and the PS?

    Hi KJStone,

    For Photoshop, you can go to preferences > Interface > UI Scaling > change to 100% or 200% accordingly.

    Bridge does not support Hi DPI

    Kind regards

    Mohit

  • Menu is not showing on screen

    I'm working on a Ui application, which has only one screen which extendes screen, each time with invalidate() it is repainted.

    When I highlights handel in the class Screen Keyup() and KeyDown(), on pressing the Menu key on the menu "device" is not displayed.

    But if I don't handel button Menu events shows correctly. is that really () KeyUp, KeyDown () methods are a problem?

    I used the MakeMenu method to create the Menu

    so please can some tellme what other way to handel highlights or make Menu

    Hi Vivek, make sure that your functions keyup and keydown will always return true.

  • How to change the position of the BB Menu?

    Hi all
    I would like to know how to change the position of the BB Menu. We made a personalized menu of BB and it appears in the upper right of the screen. I would like to know if it is possible to display the menu in the lower left side. We have checked RIM API, but did not find anything for this. Is there a way to do this? We could use other libraries or specific solution as it is very important for our project.

    Thank you

    Pedro

    It is not possible with the menus built-in mechanism.

    You can provide your own menu, using popupscreen and objectlistfield, for example. You can place this popup where you want.

  • Drop-down menu does not when the navigation bar collapses for mobile devices

    My menu drop-down does not work correctly when the navigation bar collapses on mobile devices. The menu, but it's completely to the left, not right where I like it and hidden under a picture so that none of the links are accessible. The site is http://www.medicinedancecounseling.com.

    Index-Z = stacking order.  So even if you make menu items at the top, they mask your portrait in a most flattering way.

    Nancy O.

  • List/menu with link

    Hello
    How could I make menu cards to the right of the page and if I click on each graphic link to the page of the corresponding graph should open, and I need to have the menu on all pages of the flowchart.

    You can create a list in the shared components (i.e. of the vertical side bar type list). Each item in the list of referred to a page with a table.

    On these pages, you create a list box, and then link to the list that you created before.
    You can use position 3 to place this region, because this places the region on the right side of the page.

  • Menu bar click first why?

    My question is basically the following: my menu bar is currently the rest of way:
    When the app loads, it must first click the bar of menus (first time only) to show him his item and then then the mouse on kicking in (I'm fairly new to Flex, basically working my way through with SDK) how can I make menu bar to display the items on mouseOver only, (no not to require having to click on it the first time once before) (, it starts display them correctly)?

    I tried fire also to manually a click event
    Quote:
    itemRollOver = "my_mainMenu.dispatchEvent (new MouseEvent (MouseEvent.CLICK, true, false)); »
  • Sail back to a remote resource in the Visual Studio plug-in

    Environment: 32-bit Windows 7, latest development environment Sun's Java, Visual Studio 8 most recent plugin beta BlackBerry 9700 Simulator works very well in the white list remote .NET/ASP/SQL Server 2008 to use as remote as possibly .asp page direct service calls, XMLHTTP and server applications.

    I built a skeleton plugin widget.  It has 7 menu options that call a message box to confirm the menu item pulled.  The menus are loaded from JavaScript on the onload of the index.htm.  I can navigate to a remote resource using the blackberry.ui.menu function which sets the location.href.  The remote site was whitelisted, so he gets up, badly formatted, but it is another question.

    After navigating to this remote web page using location.href... blackberry.ui.menu items still show, but they died, probably out of context.  They don't pull the confirmation message boxes as they do since the start of the page index.htm, and there is no way to return from the remote page back to the local index.htm.page.  At least not in the menu items.

    I tried adding permissions to the resource for blackberry.ui.menu and a lot of other elements in the config.xml file and nothing seems to help.  I have tried on the menu add a htpp:///index.htm 3 slashes to return to the local resource I've seen in other posts, but since the menu, I think, is out of context, it ignores or simply impossible to find the function.

    Any suggestions?

    I need to change the remote web site and handle menu events?

    Is it possible to make menu items available to the application in the world so it doesn't matter where I go, the menus are always available?

    I don't know what to try next.

    Kind regards

    Scott

    If you want that menu items that are used around the world for local and remote content, you will have a link in a JavaScript file in each of these occasions and save your menu items.

    It is a bug that the menu items are persistent after you navigate to another page. You can work around either by:

    (1) delete the menu items before moving on to the next page

    (2) on the loading of the next page, clear the menu items.

    If you change the location.href, and then use the back button on the device, it should return to the previous page in history.

  • BlackBerry smartphones, wiping a "BOLD"

    I need to delete my "BOLD".  When I do this, it goes through the process, but there are still third-party programs on the subject.  That is to say. Facebook.  Is there a better way to make sure that everything is deleted.  I have sync issues and I'm thinking no matter what the origin of the problem is not removed by the wipe.  Thank you!

    When you do the wipe, it should ask you if you want to remove the third part of the applications as well. Are you make menu/options/general options/security settings wipe handheld?

  • Jump crazy file size, bug in yet

    Hi, Encore CS4 is my problem.

    I made a DVD for the year with a 20-minute film created in first. The 20-minute film has music and Visual countdown. The film is on DVD only three times (three different times), so that I can have a total of 65 tracks of subtitles on the three films - the subtitles tracks tell me what exercise is planned, and so there are 65 different workouts.

    During playback, I choose the subtitle tracks with three different menus, which are completely static - no animation, no music. Buttons to choose what subtitle track will be used and that the track audio (there are three different audio tracks).

    All this works fine, I have burned several copies of the disc, make menu settings bit here and there. There's almost a full space on the DVD concert when I do these discs. The problem is that this last time, I decided I want to export my project as a disc image, instead of burn directly to DVD. I will pause here to say that I used the function extract project just before the selection of the disk image, and there is no problem.

    As soon as I chose the export as a disk image, the size of the "DVD-ROM content" (menus, subtitles) which was previously about 350 KB, climbed up to more than 41 gigabytes. So now my project is too large to fit on a single DVD, of course, and I couldn't make it go down.

    It's crazy how it is. I recorded everything in a new project and systematically removed the entire project: three timelines, menus, subtitles, so that there was literally no content any left on the disc. The project always told it is large 41 gigabytes.

    So, is that nobody knows how to reset the file size counters, counters, I don't know even what to call... anything I don't have to rebuild from scratch? And Yes, I continued to use "Check project" and it keeps telling me that I have deleted parts of the project that it is still too big.

    Thank you

    Chris

    The ROM content is not the menus etc. This is a completely separate option to add the material to the disc which is not part of DVD playback.

    There is a bug for some users of Mac, but you got that from the beginning. So I suspect that when you changed a disk image and specified the location to save it to, you accidentally added something to the area of disc ROM If this is the case, simply remove the ROM section on the building Board, and you should be fine again.

    If it makes no sense to me, post a screenshot of the Panel generate.

  • Muse scrolling sticky Navagation

    I tried to understand how to make menu in Muse always bars stay on top of my site when I scroll. I have watched several videos showing me how do, but still can't figure out how to operate? Any additional information would be very appreciated!

    1. your menu bar must be on a clean diaper, and this layer must be at the top of all the other layers. (Use the layer panel).

    2. the bar of menus must be fixed.

    In this video you can see how it works: tutorial Adobe Muse CC | PIN maintaining Navigation in the foreground - YouTube

    Fenja

  • How do you export to a DVD now this reminder is no longer available?

    Now that this recall is no longer available, how to convert your book finished playing on a DVD?  The Adobe Dynamic Link points only to After Effects. I edited my files from YouTube to make a movie that I want that my parents on their DVD player and TV screen.  I tried to H.264 and MPEG-2 and then use Any Video Converter to do the work, but the program does not work.

    Adobe Help file does not release of CC 2014 Premiere Pro because it's still. I still CS6 on my system, but I have to use CS6 Premiere Pro to connect the two programs.

    There must be an easier way.

    Thank you

    You cannot use dynamic links between CC14 and CS6.

    Just export from Premiere Pro as mpeg2-dvd (to use a predefined setting and tweak the bitrate). If the interlaced material in HD and then set the stem fields.

    Import files (audio and video) into, make menu and burn.

    If you want your dvd to look good on a HD TV you need to a Blu - Ray player or DVD player with upscaler.

Maybe you are looking for

  • During the transmission of a message, it is surrounded of how red lines I elinmate them

    During the transmission of a message, it is still blocked with red lines around the message and title. I've never had this happen with other programs such as Windows Live Mail, hope you can help eliminate this very annoying problem.Thank you.

  • How can I make Google my search engine on the home page of Mozilla?

    Somehow the search engine of Google om my Mozilla home page changed to Yahoo (not in the search bar, there is always Google). How can I get that back on Google?

  • Problem starting on Tecra M9

    At startup, laptop remains to the first splash screen.The Red "in touch with tomorrow Toshiba" logo. with the six icons below and the logo of intel in the lower right corner.I can't get the laptop to move forward beyond this screen. This message appe

  • Satellite A210-1AO - RAM max support

    Processor: AMD Turion 64 X 2 Dual-Core Mobile Technology TL-60/motherboard: IAALA LA-3631 P/RAM complectation: 2 048 (1 024 + 1 024) MB, DDR2 RAM 667 MHz/Vista 32-bit. For the optimization of the system PC Max RAM can I replace inside? And don't ship

  • I have a PhotoSmart C 6180. I can't get the Software Solution Center

    Where can I find something that will download on Vista 64-bit for thePhotoSmart C6180?  My hard drive has been replaced and my backup did not include printer drivers.  I loaded everything and it prints well, but I can't scan as the center of Solution