POPUP MENU?

Hi all

IM using forms 6i. Under the tree form in the object navigator module there is an object named POP UP MENU.

IM able to create the shortcut menu and add items in the object browser.

But I do not know how to assign this pop-up menu particular canvas or form element.

I need the exact use pop-up menu and how assign for example.

Good help will be appreciated.

Concerning
Sankar MN

Hello

SankarMCA wrote:
But how to display this menu during execution?

By right-clicking on the item.

And what is the difference between (mmb) module and popup menu?

Menu module works normally as as a file, change the menu on the top of the window but Popup Menu market as you call ownership of all items.

I don't know the exact purpose of pop-up menu as I am a beginner to the forms.

The purpose of the context menu it depnds on your need. As you want to call special features on the context menu item attached or that you want to call any form or a State, then you can use the context menu.

-Clément

Tags: Oracle Development

Similar Questions

  • A screen popup menu is opened after the closure of the dialog box

    Hello

    I have a test application with a screen containing a button.

    When I click on the button (pressing the button on my BlackBerry 9220 trackpad), it opens a dialog box.

    Then when I press ESC to my BlackBerry 9220, it closes the dialog box and I'm back on my screen.

    Now, if I add to my screen, a menu item, the changes in behavior:

    When I click on the button (pressing the button on my BlackBerry 9220 trackpad), it opens a dialog box.

    Then when I press ESC to my BlackBerry 9220, it closes the dialog box and opens a menu screen.

    So, I would add my item of menu but keeping the old behavior of my application after you close the dialog box.

    Any idea?

    Thank you.

    Best regards.

    Here is the code:

    Import net.rim.device.api.ui.UiApplication;
    Import net.rim.device.api.ui.component.ButtonField;
    Import net.rim.device.api.ui.component.Dialog;
    Import net.rim.device.api.ui.container.MainScreen;
    Import net.rim.device.api.ui.Field;
    Import net.rim.device.api.ui.FieldChangeListener;
    Import net.rim.device.api.ui.MenuItem;
    Import net.rim.device.api.util.StringProvider;
    SerializableAttribute public class TestApplication extends UiApplication
    {
    public TestApplication()
    {
    this.pushScreen (new TestScreen());
    }
    Public Shared Sub main (String [] args)
    {
    Application TestApplication = new TestApplication();
    application.enterEventDispatcher ();
    }
    }
    final TestScreen class extends FieldChangeListener implements screen
    {
    public TestScreen()
    {
    / * MyMenuItem MenuItem = new MenuItem (new StringProvider ("my menu item"), 0 x 230000, 0); * /
    ButtonField myButtonField = new ButtonField ("button my field");
    myButtonField.setChangeListener (this);
    This.Add (myButtonField);
    / * this.addMenuItem (myMenuItem); * /
    }
    ' Public Sub fieldChanged (field field, int context)
    {
    Dialog.Alert ("test");
    }
    }

    Here are a few screenshots:

    It comes from the popup menu. create the button with CONSUME_CLICK would be the simplest solution.

  • Prevent the popup "Menu" with each new screen

    I tried in vain to remove the popup "Menu" that appears down to the center of the screen of the device whenever I push a new screen in the display stack.

    Dominant onMenu(), makeMenu (menu Menu, int for example) or makeContextMenu(ContextMenu menu) attempts have all failed to reach my goal.  Here is a simple code that is affected by this problem I describe.  When I click on the button which brings me to the second screen, a context menu with only one 'Full Menu' appears down to the center of the screen.  Thanks in advance if anyone can help me to solve this apparently simple problem.

    public class TestApp extends UiApplication {
    
        public static void main(String[] args) {
            TestApp testApp = new TestApp();
            testApp.enterEventDispatcher();
        }
        public TestApp(){
            pushScreen(new TestScreen());
        }
    
        public class TestScreen extends MainScreen {
            ButtonField button1, button2;
            public TestScreen() {
                button1 = new ButtonField("Button1");
                button1.setChangeListener(new ButtonListener());
                button2 = new ButtonField("Button2");
    
                add(button1);
                add(button2);
            }
    
            final class ButtonListener implements FieldChangeListener {
                public void fieldChanged(Field field, int context) {
                    UiApplication.getUiApplication().pushScreen(new TestScreen2());
                }
            }
        }
    
        public class TestScreen2 extends MainScreen {
    
            public TestScreen2() {
    
            }
    
            public void makeMenu(Menu menu, int instance) {
    
            }
        }
    }
    

    You must set the CONSUME_CLICK style on the button.

  • How to get the name of the element when running from popup menue?

    Hello

    I am using the 10.2 forms and a form with 2 listitems (mouse and keyboard navigable = No./false) with the same popup menu.
    When I'm currently running then menu-trigger point: system.mouse_item is not defined and: system.cursor_item the value von hase something else.

    How to get the itemname of the element that is currently leading the context menu?

    Robert

    Hello!
    Can create a PRE-POPUP-MENU trigger on block level
    with a call to go_item (: system.mouse_item)
    You know, you're on what item in the list when the context menu is active.
    Concerning

  • How to remove 'Save as PDF' from the popup menu

    The item 'Save as PDF' leads to a shopping site called NITRO. I'm trying to eliminate it from the context menu. I installed the add-on Menu Edit and changed the item save as PDF from the visible to hidden on my PC Windows with Firefox 30 8.1. However, the issue has not disappeared from the context menu. Still on my PC with Linux Mint 17 with 30 Firefox for Linux Mint, the point went on the shortcut menu. My PC s linked with Firefox Synch.

    How can I remove this?

    Such an entry in the context menu is probably added by a PDF file about the extension, in order to check your extensions.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • Since updading to 10.11.4 the action popup menu is not complete

    MacBookPro mid 2012.

    ElCapitan.

    Given that I upgraded 10.11.4 the menu share point is not what it was before:

    When I select a file in the Finder, and then CTL + click on it, then I select "sharing...". "in the context menu: can I get the choice 'messages', 'notes '. Before there was a "Mail" choice too...

    How to get that back?

    Lex

    Hello

    I'm enjoying the honor of answering your question.

    The Share button shows 'No. Service' or missing menu items?

    https://support.Apple.com/en-us/HT203129

    If this does not help, backup the computer and reinstall OS X El Capitan of OS X Recovery.

    https://support.Apple.com/en-us/HT204904

  • Click with the right button on a XyPointAnnotation to a popup menu

    Hi all,

    Does anyone know how to implement a right click on a XyPointAnnotation to pop-up a menu? This is not one of the default event.

    Thanks in advance,

    CD

    In fact, I thought to myself. For those who are interested, here is the code in VB.net.

      Private Sub gr_PlotAreaMouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles gr.PlotAreaMouseDown
        Dim ann As NationalInstruments.UI.XYPointAnnotation = gr.GetAnnotationAt(e.X, e.Y)
        If Not IsNothing(ann) Then
          ContextMenuStrip1.Show(sender, e.X, e.Y)
        End If
      End Sub
    
  • How to make a popup, menu utilities Windows Moviemaker, smaller if I can change the length of the duration of the images?

    I am trying to extend the duration of the photos that I have in a project.  The Utilities menu appears giving me access to change the duration, but the pop-up window is so great that I can't at the bottom of the pop-up window to save my changes.  How can I make the window appear smaller in order for me to see the whole window on my monitor?

    It can help to reduce the size of the menu
    If you increase the resolution of your screen.

    Windows Vista - get the best display on your monitor
    http://Windows.Microsoft.com/en-us/Windows-Vista/getting-the-best-display-on-your-monitor

    Windows Vista - change the screen resolution
    http://Windows.Microsoft.com/en-us/Windows-Vista/change-screen-resolution

    As for the duration of the Photo...

    The change of setting to: Tools / Options /.
    Advanced... tab applies only to the added clips
    to the timeline * after * you change the setting.

    If you switch to view "Storyboard" and select
    all of the clips as a batch (select one and the type...
    CTRL + A)... you can add the 'Speed Up, Double.
    or "Slow down, half" effect of changing the
    duration. Simply select all clips / right click
    the effect on the menu... Choose...
    Add to storyboard table.

    'Speed Up, Double' cuts the duration of half.

    "Slow Down, half ' double life.

    These effects can be added up to six times.

    If you need finer adjustment...
    the info may be useful:

    To the timeline, you can change the
    duration for each clip manually. Drag the
    Garnish handle left or right to increase or
    reduce the duration. You can see a
    Tip displaying the change.

    Or... just to redo the project after changing
    the long-term: Tools / Options / Advanced
    tab.

  • How we can dynamically add or remove action from the popup menu in qml item

    Hi all

    I want to just dynamically add or remove action from the actionset item in the contextual menu especially in qml.

    Thanks in advance.

    Kind regards

    Ankur

    You can do so by joining the actionitem as attachedObjects. Once the page is complete (signal onCreationCompleted), you can add it to the page using addAction()

    To remove, you simply delete the page using removeAction()

    https://developer.BlackBerry.com/Cascades/reference/bb__cascades__page.html

  • Why IE of Windows 7 Home Premium gray on "Set as wallpaper" from the popup menu?

    I want to put the Bing image as the background image on the desktop of my Windows 7 Home Premium edition.

    However, when I gray right click on the image in the context menu the game as background with background save under... and background copy

    So I guess my real question is: How can I activate these entries in the context menu in IE of Windows 7 Home Premium.

    Thank you for your help in this matter.

    Hi Paul-986,

    I should have prefaced my answer with, "this option is not available in IE9, but here is an alternative."  Given that this option is not available in IE9, follow these steps to use bing as a background image:
    1. Go to Bing.com
    2. Press F12
    3. Click on browser Mode and select Internet Explorer 8
    Now, do a right click and set the image as a background.
  • I want to create a drop down popup menu style, but I don't know how.

    Hello, I'm slightly noobish at first, and an hour searching on YouTube did nothing for me. I would like to make some sort of popup on my film, which would have the information out, it is difficult to Word my question but I hope that at least someone understands me. For example, a larger rectangle which provides information on this comes out a little square, as an icon. I couldn't fit the rectangle inside without scaling, but I still want the words to be readable, can someone help me with this?

    I would use the titration for that module and keyframe of the scale and position.

  • Update from the Popup Menu of the Panel

    Hello everyone,

    to the internatinalization of Panel, I need to change the labels of the Flyoutmenu.

    The updatePanelMenuItem function uses the menuItemLabel as identifier, I think that--why not the MenuItem ID?

    So my question is:

    Is it possible to change the label of FlyoutMenuItem?

    Thank you!

    Hello

    an alternative would be to first clear the menu then load a localized version of your menu of the XML string.

    CSLibrary.setPanelFlyoutMenu("", setPanelCallback);
    

    Then

    CSLibrary.setPanelFlyoutMenu(myLocaleXMLmenuString, setPanelCallback);
    

    Loïc

    http://www.ozalto.com

  • Prevent "Enter them the Proxy details" popup menu drop-down

    I use CC on a Mac in a school.  The school network uses a proxy, which means that CC Desktop cannot have a permanent internet connection.  If she needs to authenticate with servers to prove that my license exists, I attached the internet connection from my phone with the Mac to get online temporarily. The rest of the time, I have to settle with Office CC not being able to go online...

    Every 4 to 5 minutes menu CC bureau place the clock falls from a window asking proxy username and password.  It's really, really annoying because it immediately becomes the active window and everything I made in other applications is interrupted.  For example, while I'm typing this message, he jumped down and half of my sentence ended in the user name field.  How he stop asking my username and password?  Even if I enter the correct details, he denies them (probably because the port is blocked, or something technical like that).

    I want to disable this:

    Screen Shot 2015-04-30 at 13.39.18.png

    I've recently updated the Adobe desktop application using the internet connection from my phone (which doesn't use proxy) and after the update, I've seen these settings in the menu.  I had not seen these parameters before, so I guess that's something that adobe added with the update.  Now, the desktop application does not load when one of the Adobe start applications, so I don't get a proxy request!  Also, I came across a thread creative cloud & authentication proxy servers? which addresses have been released by your network administrator. That should help...  This thread addresses are below.

    Good luck!

    https://na1mbls.licenses.Adobe.com

    https://IMS-NA1.adobelogin.com

    https://adobeid-NA1.Services.Adobe.com

    https://na1r.Services.Adobe.com

    http://activate.Adobe.com

    https://activate.Adobe.com

    http://Adobe.activate.com

    https://Adobe.activate.com

    1. ccmdls.Adobe.com:443

    IMS - na1.adobelogin.com:443na1r.services.adobe.com:443prod - rel - ffc - ccm.oobesaas.adobe.com:443

    1. LM.licenses.adobe.com:443

    www-DU1.adobe.com

  • Change Ok, the text of the Cancel button in the popup menu of the inputListOfValues?

    Hi all

    http://docs.Oracle.com/CD/E24382_01/Web.1112/e16181/af_lov.htm
    in the section
    Figure 13-2 the search dialog box popup for an element of list-of-values

    How can I change the contextual value 'Ok' and 'Cancel' in the dialog box.


    Thank you.

    You will need to bundle resources as part of stripping to change labels provided by JDeveloper.
    Check it for more details:
    http://docs.Oracle.com/CD/E24382_01/user.1112/e17456/adfsg_text.htm#CHDIEGEI

    Thank you
    Nini

  • How to create a popup menu level 3 or more

    Hello

    I know how to create a menu of level 2 for somehting like:

    Fruits > Apple

    Banana

    Oranges

    var choice = app.popUpMenuEx ( )

         {cName: "Fruits",

    oSubMenu : [ {cName: "Apple", cReturn: "Apple" }, {cName: "Banana", cReturn: "Banana" }, {cName: "Melon", cReturn: "Melon" } ]} ,

    But what the code would look something like (level 3):

    Fruits > Apple

    Banana

    Oranges > navel

    Valencia

    Moro (blood)

    or even something like this (level 4):

    Location has... > Site has... > properties... > Property1

    Property2

    Property3

    Site B >

    Site C >

    Location B >

    Location C >

    So overall, how would the above script for a 2-level menu modified for a 3, 4 or more contextual menu level?

    Hello

    You can add values to oSubMenu any level, therefore;

    var selection = app.popUpMenuEx)

    {cName: "Fruit",}

    oSubMenu: [{cName: 'Apple', return: 'Apple'},]

    {cName: "Banana", return: "Banana"},

    {cName: "Oranges",}

    oSubMenu: [{cName: "Navel"},]

    {cName: "Valencia"},

    [{cName: 'Moro (blood)'}] }

    ]

    });

    Console.println (Choice.toSource ());

    Give the menu in your first example.  If the value of creturn is the same as the canonical name, then you can just leave it off (as I have for menu level 3 rd).

    Concerning

    Bruce

Maybe you are looking for