Disable the Menu item

Greedings,

Lets give an example of a menu bar we have main menu-> article

to disable an element we use
set_Menu_Item_Property ('MENU.item', Enabled, PROPERTY_OFF);

How can we disable the good root?

Thank you

Lets give an example of a menu bar we have menu root-> point
How can we disable the good root?

If you want to disable the menu root, just set the menu property visible on No.

Hope this will help you.

If someone useful or appropriate, please mark accordingly.

Tags: Oracle Development

Similar Questions

  • Disable the menu item in the third party application (such as Photoshop)

    Please suggest me to disable the menu item in the third party application (such as Photoshop).

    Hello

    I suggest you to send your query to the following link:

    Photoshop Help Center: http://www.adobe.com/support/photoshop/

    Hope this information is useful.

  • How can I disable the menu items using manu, Photoshop cs6?

    How can I disable the menu items using manu, Photoshop cs6?

    I packed Photoshop cs6 using AAMEE CS6.

    I need some menu items to disable.

    can someone please process to do, or what records or files need to edit.

    Enjoy the immediate response.

    Thanks in advance.

    There is another discussion on the same topic: http://forums.adobe.com/thread/1234967?tstart=0

    Perhaps the same company has contracted two of your companies

  • Disable the menu item just before exit_form; is not turn it off.

    Hello

    Not sure if anyone has had this problem.

    I have a form to open a session
    This form called a loggin cmdlet when the applet is done with the connection he present a distpatch back to the login form.
    The login form is running a TIME-CUSTOM-POINT-EVENT

    In WHEN-CUSTOM-POINT-EVENT, I have the following:

    declare
    MenuItem v_mi: = NULL;
    BEGIN
    v_mi: = Find_Menu_Item (' MY_MENU.) CONNECTION ");"
    Set_Menu_Item_Property (v_mi, Enabled, PROPERTY_FALSE);

    v_mi: = Find_Menu_Item (' MY_MENU.) LOGOUT');
    Set_Menu_Item_Property (v_mi, Enabled, PROPERTY_TRUE);

    exit_form; -If I comment that it works, why?
    END;


    the exit_forms does not allow to disable my menu_items if I call it, but it works when I don't?


    Any Advisor.

    Kind regards.

    Published by: Miguel Cetz, Sep 24, 2008 11:46

    How did you call your form module. If the calling form used a DO_REPLACE as a parameter in CALL_FORM, the menu that you have disabled just one element is replaced by the appellant menu again.

    hope this helps

  • Run time shortcut menu - disable the menu item



  • Disable or remove the menu item 'Print the Pages' in reader

    Hello

    I would like to delete (or disable) the menu item print Pages in adobe reader

    See the attachment for the location of the menu item

    Thank you

    Mike

    Is not possible.

  • How can I disable the menu

    I created 2 elements menu say save, open, and I want to disable the menu item open. Can Hoiw I do this task?

    You can put the conditional code in your makemenu method to disable a menu.

    Something like:

    protected void makeMenu( Menu menu, int instance )
    {
        menu.add(saveMenu);
    
        if(condition == true)
        {
           menu.add(openMenu);
        }
    }
    

    Concerning

    Bika

  • Messages arrive, but the "Inbox" or any other folder open even if the content still there (and almost all the menu items do not work)!

    Using last Thunderbird on Windows 7. Had problems with the operating system and had to use a system restore. When I opened TB, it displays the folders in the left pane, but the credits of "Thunderbird Mail-...» "and the 3 topics: E-mail; Accounts; and advanced features. None of the files would open. I used the "Search messages" function and has been able to show existing and new messages in the 'Inbox '. Also wanted to know if files are always in my 'profile'... and they were all there where they should be. (And almost all the menu items are disabled).
    I wonder if I need to reinstall Thunderbird... maybe the OS issues this morning - and restore - have corrupted or damaged key elements of the program?
    Thank you...

    System Restore is not always a very good thing for applications.

    Reinstall is unlikely to help. But if your accounts are all imap and that you do not have a lot of other data (address book, for example) in Thunderbird, you could start from scratch.

    But before that, you should try Thunderbird started in SafeMode https://support.mozilla.org/en-US/kb/safe-mode-thunderbird

  • Access the menu bar drop down everything by changing the menu items

    Hello

    I use a design of producer/consumer.  In the producer, I have a structure of the event which generates messages for the consumer based on the event.  One of the events in the event structure is placed to get the menu selection.  In the loop of consumption, some States modify the menu bar items.  For example, if the program mode from automatic to manual, the items of the menu bar change accordingly.

    The problem I have is if the mode is changed to auto, for example, and then a menu bar dropdown can be reached quickly afterwards (sometimes happens accidentally even), before the menubar item change happens, there is a mistake and labview crashes.  I guess the problem is that the menu bar is connected the user while he tries to be changed. ?? Disable the menu followed until the elements are correctly changed does not help, because it does not prevent you from pulling a menu down, only to make a selection.

    Any advice?  This is the problem because it seems to me, in any case.

    Thanks as always!

    Greg

    You can set the cursor "Occupied" until such time that your Menu is updated.

    So user will not be able to click on the Menu.

  • How to disable the menu using JS?

    Hello.

    I have add menu with the help of JS.

    I want to disable an added menu item.

    But the active menu option is read only.

    App.menus.Item("$ID/main"). Submenus.Item ("MyTestMenu").menuItems.item ("My Menu Item 2"). enabled = false;

    How to disable the menu value?

    Thank you.

    Hi K159,.

    It's only the ScriptMenuAction.enabled property is rewritable. This prevents the script layer interfere with regular InDesign menu items.

    So, in light of your custom object of MenuItem (myMenuItem), his associatedMenuAction should refer to a ScriptMenuAction which can be turned off:

    myMenuItem.associatedMenuAction.enabled = false;

    This translates by disabling the menu option as well.

    @+

    Marc

  • Missing the Menu item in the import Panel?

    I am using LR3 for over a year - last version 3.6. Without apparent reason, the menu item "Do the second copy" no longer displays in the import Panel. Imported files are copied to the specified location the last time that the item was available. I looked in all the panels help, but don "t find any way to disable the second copy function, or to manage the second copy function. I'm Mac 10.6.8.

    Hugh,

    When you right-click on one of the headers Panel on the right side of the input dialogue, is "File management" checked? If not, click it or click "show all."

    HAL

  • Definition programmatically the menu item & quot; permit & quot;.

    I have a soft LOOK that offers a menu point which, when selected launches a dialog box.

    I need set the enabled property of the item of menu false after it is selected, that only one instance of this dialog box is expected to be launched, and I don't want to make the modal dialog box. I also need to set the property enabled to true when the dialog box is closed.

    I do this through the defaultDataDescriptor?

    BTW, the dialog box that starts is not a popup, it's in an AIR application in the main window, in what I call the 'activities '.

    I don't know if that's how I had to do, but I create an associative array object and when I disable a menu item in the ItemClick event (if it is a menu item that needs to be deactivated at the time), I store a reference to the menu item in the object. Then when I close the dialog box I have uses the reference to re - activate the menu item.

  • Disable the submenu item in OSControls xtra

    Hi all

    I am trying to disable the first item in a submenu to create with OSXtra using this line

    Sprite (20)..setItem([#submenu:0], [1], [#enabled: 0]) However, it does'nt ideas working why?

    Thank you

    >.setItem([#submenu:0], [1], [#enabled: 0]) sprite (20). However, it does'nt
    > any ideas work, why?

    The first parameter that you send to setItem() must be a linear list that
    Specifies the 'path' to the element you want to disable.
    If the first item in your menu has a submenu with 3 items in it and you
    to turn off the second item in this submenu, you would use:
    Sprite (20) .setItem ([1, 2], [#enabled: 0])
    If "main menu" has 6 points and the third has a submenu with 2 parts in stock
    and you want to disable the first in this submenu, you would use:
    Sprite (20) .setItem ([5, 1], [#enabled: 0])

  • How to disable the menu popping up when I press the ALT key.

    Is there a way I can disable the menu that appears when I press the ALT key? I use it as a shortcut on teamspeak and it's really annoying to see the menu everytime I press ALT.

    See this article:
    https://support.Mozilla.org/en-us/KB/what-happened-to-the-file-edit-and-view-menus

    If you have the menu bar to show all the time, the Alt will be disabled and hit don't reveal not the menu bar. Use show/hide toolbars for the menu bar always see in Firefox.

  • What is the menu item "Bring everything to the front ', and how to use it?

    What is the menu item "Bring everything to the front ', and how to use it?

    It's a selection in the window menu and means to bring all open windows of this application at the front and push all the windows open for other applications behind. This makes access to the easiest application windows. However, if you don't have that one window open in an application, then the menuitem does nothing.

Maybe you are looking for

  • Splitting the 'Photos' in a file full

    With the News Photos (version 2.0 released on 9/16), I would like to remove photos from my ex, but not to throw at the same time. I don't want to see upward and visible when I open the pictures. What I'd like is to have available a full file, because

  • Why - what is take a minute to connect to an Apple TV via AirPlay?

    We have recently updated our iPad Pros 10.0.1 and one of our Apple TVs to 7.2.1 (he is described as the Apple TV software version). We found that the Apple TV would go to a white screen as it linked. See how we were minutes a meeting where it would b

  • Satellite C660-13R - wireless and Ethernet are not working after format

    Hello I just formatted my laptop and I only get the Internet connection with a wireless usb antenna... Ethernet, or wireless appear to work. Before the format, that it worked fine. Here is the product http://www.Toshiba.co.UK/discontinued-products/sa

  • SanLink2 and Dell Compellent SAN?

    Hello world I'm currently developing a sharing of the AFP on a Mac Mini with our Dell's Compellent SAN fibre channel storage. I have a late 2014 Mac Mini connected through love at first sight for a SanLink2 adapter CF 16 G.  The adapter has two HBA t

  • stuck in a loop of update configering that your drive has failed

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! Ideas: You have problems with programs Error messages Changes of hundred rethat you did on your computer What you have already tried to solve th