How to add a menu item to the toolbar?

Hi,
I try to add a menu item to a module toolbar. However, the methods MenuItemAdd and MenuItemInsert did not work for me. There was no icon, no placeholder, not anything. Deleting of DIAdem predefined icons worked well.
I tried this one:
call MenuItemAdd("SCRIPT", "I", "MENUITEM", "TestName", "PicDelete")
I also tried all combinations of Modules, I, I.1, MenuItem, Unknown, Separator, etc. Nothing produced any result.
Does anyone have a hint for me?
thanks in advance,
Alex.

Hello Alex Maier,
with DIAdem 10.0 we provide the following example: "User Defined Menus". Attached you find the relevant script commands.
I hope this will help you.
Greetings
Walter
Attachments:
Menu_engl.zip ‏2 KB

Similar Messages

  • Help!  How to add a menu item to FNDMENU

    Hi, All
    I want to add a menu item under the "Help" menu of the FNDMENU.
    And this menu item will open a external website such as www.google.com in a new generated IE window when user chick on it.
    So How can I implemented this ? I am a newbie to Oracle Forms builder and Oracle EBS.
    Please give me some hint or materials about writing the processing for menu item.
    Thanks in advance

    Hi,
    You can use the context menu UI element.
    Please check wdr_test_events.
    Regards,
    Lekha.

  • Add Command Menu Item in the Menu Panal

    Hi,
    I want to create a nother Command Menu Item in the Menu Panal without drag a view to it , because i want to put some image only. So, How i can do it ?

    See section 9.1.3 of the JHeadstart Developers Guide.
    Steven Davelaar,
    JHeadstart Team.

  • How to add a display item like the one in 'Invoices screen' please ?

    The label operating unit is in a folder like feature . Is this a display item/ a folder ? I need to add the same thing as label . Thanks .

    twinklin_girl wrote:
    I figured out it's a folder. How to add folder functionality to a customized form please ?Please see the following docs/links -- Search for "APPFLDR"
    Customization in Oracle Applications [ID 743490.1]
    http://docs.oracle.com/cd/E18727_01/doc.121/e12897/T302934T302936.htm#d0e750
    http://docs.oracle.com/cd/E18727_01/doc.121/e12900/T458979T458984.htm#I_bx2Dlib
    Folder Functionality in custom form
    https://forums.oracle.com/forums/search.jspa?threadID=&q=APPFLDR&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Imac  finder: how to make 'sharing' menu show in the toolbar?

    just bought an imac with leopard. Q:in the finder tool bar how do you turn on the sharing menu? the default in the preferences has it turned on - but it doesnt show in my finder toolbar. help. i plan to use my macbook and imac with shared files that i can update from either computer,

    goto the finder menu->finder-> preferences. Click on the "sidebar" tab and make sure that "connected servers" and "bonjour computers" boxes are checked. This will enable "Sharing" section in Finder sidebar. Mind you, it will only show up if there is anything to share. If not you won't see it.

  • Help:  How to add a library item to hide the default Window menu

    Hi,
    In this post: Help: How to add a library item to hide the default Window menu, it described how to create an menu that will hide the default window menu.
    I'd like to know if there a way to put this component into library so that others can directly inherit this menu in other FORMS and how to implement it.
    Jimmy

    Hi,
    I found the solution and the post was not properly phrased. There is no need to add menu into library. All we need is to put the compiled menu into Oracle AS and add the menu name the menu module of the given form.
    Thanks.
    Jimmy

  • I want to get rid of the Bing screen but there is no "menu at the top of the Firefox window" for me to "select Tools and then select the Add-ons menu item. "

    I suddenly have a "Bing" screen when I sign onto Firefox---and I want to get rid of it. The support section of Firefox says
    1. "From the menu at the top of the Firefox window, seledt Tools and then select the Add-ons menu item."---but I see no "menu item" nor Tools, much less Add-ons.
    2. "In the Add-ons window, click on the Extensions panel."---but how do I find the Add-ons window?
    3. Find the Bing Bar and Search Helper Extension in the list and click Disable for each of them."---but what and where exactly is that?
    At the top of the screen is only a Yahoo icon on the left and to the right of it a search box, "Web Search,", "My Apps," Yellow Pages," "Weather," "Updates," and "Skype." to the right of those there is a green cross saying "Add more apps. to your toolbar" and to the right of that a sort of gear shift looking icon saying "toobar settings."
    So, in short, how do I get rid of the Bing screen and how do I access those Tools?
    Thanks.

    To get rid of Bing Search Window..............
    Click on View tab / Tools and un-check 'Search' (alias for 'Bing')

  • How to add Missing IMG Item in Solution manager

    Dear Gurus
    Kindly guide me how to add Missing IMG Item in Solution manager. If this Item's tcode doesnt exits.  how i can add in my Blue print & Configration portion
    Edited by: MAZ on Nov 17, 2009 11:52 AM

    Hi
    What is the error you are getting when you are adding the tcode.
    Have you checked the role of the system.....if not then
    in solar01 goto sap menu
    Business blueprint->sytem role...choose the appropriate system role
    In addition have you generate the Project IMG in the satellites system using solar_project_admin tcode  under system landscape tab
    check this guide
    https://websmp210.sap-ag.de/~sapdownload/011000358700002006042008E/HowTo_Impl_Bus_Proc.pdf
    Let me know further if this doesnt solve ur prb
    Regards
    Prakhar

  • VBA Code for Excel Add-in Menu Items

    Howdy.
    Every month my team needs to execute the same process on a couple hundred documents. It's time consuming and inefficient to say the least, so I'm looking for a means by which to call a couple of the menu items on the Excel BPC Add-Ins menu via VBA. Specifically, Park'n'Go; Expand All; and Send and Refresh Schedules.
    Basically what happens is this:
    Open File
    Set Park'n'Go to Live
    Expand All
    Refresh and Send Schedules
    Set Park'n'Go to Offline
    Save
    Exit
    Loop
    I know how to loop through the files and directories, I just don't know the commands for the functions from the menu via code. The macro recorder can't help me, and I've even tried to mimic a user's actions by using mouse coordinates and clicks, but that doesn't work b/c it doesn't allow for the necessary load time from BPC.
    Any help would be extremely appreciated.

    Hey Jeff,
    here are some vba commands that may help you.
    Open a certain file: (you can assign "Path" to a button or range)
    Dim Path As String
    Path = Application.GetOpenFilename("All Files (.),.")
    Opening the Park 'n Go dialog box:
    Application.Run ("MNU_ETOOLS_PARKNGO")
    Expand All:
    Application.Run ("MNU_ETOOLS_EXPAND")
    Sending data and refreshing the workbook:
    Application.Run ("MNU_eSUBMIT_REFSCHEDULE_BOOK_REFRESH")
    Saving a file OFFLINE:
    Dim FName As String
    FName = InputBox(prompt:="Please enter filename")
    If FName = "" Then
    Application.DisplayAlerts = False
    ActiveWorkbook.Close
    Else
    ActiveWorkbook.SaveAs Filename:="c:\" & FName
    ActiveWorkbook.Close
    End If
    Application.DisplayAlerts = True
    Hope, that will help you
    Karsten

  • Add a menu item in context menu at Sales Quotation

    How can I add a menu item in context menu at WH column in sales quotation screen? To access to the context menu, locate an active quotation and right click at an active WH column and a context menu will be shown.

    Hi Cherine,
    You can use the RightClickEvent to add your context menu depending on the position of the right click.
    You have a sample explaining how to use the RightClickEvent in the SDK UI Samples called 22.RightClick.
    Hope it helps
    Trinidad.

  • How to: define a menu item in an action

    I'm no dummy but I can't figure out how to execute a menu item through an action;
    add button>properties>action>execute menu item. A dialog appears which is blank, and gives me the option of canceling. Maybe a product defect.
    The help documentation defines what it means to execute a menu item, but doesn't expand on how to create one.

    That's great. I'd love to jump into j-script and learn all about it, what it can do, what it's limitations are.... But I'm actually just looking to use the program as it functions (or should) out of the box.
    This feature was accessible in Acro 8. I don't think that java should be necessary to perform this task. But maybe it is. Is anyone else able to use the "execute menu item" action? Because my build (acrobat 9.0 pro extended)only displays a blank selection dialog.
    Thanks for the reply Geo

  • Removing menu items in the upper right corner?

    I found some *.menu files in "System > Library > Core Services" folder that allow you to add menu items near the clock in the upper right corner of the Finder. I added some by accident just to see what they are and now I can't find a way to remove them. Does anyone know how? There is an "eject" icon and a "OS9 Startup" icon that I want to remove. There is also an American flag for the keyboard type.

    Wow, that was easy, thanks!
    Thought I was going to have to do a bunch of command line stuff.

  • How I add a LIBRARY ITEM to a page layout, top/bottom ?

    how I add a LIBRARY ITEM to a page layout, top/bottom ? in
    dwmr mx 2004 and cs4 ?

    Have you looked at the DW help file - it will explain all
    about library items :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    CSS Tutorials for Dreamweaver |
    http://www.adobe.com/devnet/dreamweaver/css.html
    Book: Ultimate CSS Reference (aff link) |
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap
    "lse987" <[email protected]> wrote in
    message news:gpsvtt$t5q$[email protected]..
    > how I add a LIBRARY ITEM to a page layout, top/bottom ?
    in dwmr mx 2004 and cs4 ?

  • How to add a radio station to the library

    just loaded itunes 6 (windows box) and can't find out how to add a radio station to the library

    If your current stations in WMP are .pls or .m3u URL's, they may work in iTunes also. Use the "Open Stream" command from the Advanced menu and put in the URL that includes .pls/.m3u. If the URL is a .mwv variety, those are Windows proprietary format and not supported by iTunes. Same with .ra streams (Real Audio).
    .pls & .m3u usually indicate MP3 based streams supported in iTunes. It's up to the original radio station/streaming site to select the format and make it available. Shoutcast.com & Live365.com are great resources for mp3 based streams.

  • How to hide/disable menu items using Javascript in Acrobat 9 pro or later

    We just wanted to know on how to hide/disable menu items for e.g. 'Open' menu item under 'File' menu in Acrobat 9 or later on Mac using Javascript. It would be useful if you could provide if any other option is in place already.

    Not sure it will work, but you can try using the app.hideMenuItem() method. See reference here.

Maybe you are looking for

  • 2006 MacBook Pro

    So my 2.33 late 2006 MBP recently started displaying jagged artifacts on startup, and i've narrowed the problem down to the ATI X1600 graphics card, or something related to that in the logic board. Obviously, the machine is far out of warranty, but a

  • My Z10 keeps dropping activesync password

    Hi there My Z10 keeps losing the password for my activesync account and I have to re-enter password many times throughout the day. This is a problem which grown steadily worse over the past two months. My other pop and imap accounts don't experience

  • Where can I find free website templates to use in Muse?

    Where can I find free website templates to use in Muse?

  • Automatic resolution settings

    This has been driving me crazy. Ever since I bought Photoshop CS5, when I bring an image in, it makes the resolution an arbitrary number (usually under 5ppi) and the size something crazy high. So I have to go in and manually adjust it to 300 or 72 or

  • Unable to close OK button of JOption dialog when 2 dialogs are displayed.

    1. Run the below sample program 2. Click the "Click me" button immediately. 3. two dialogs are displayed, one by mouse click and another by threa.d 4. Now OK button of both dialogs are not working. Expected behaviour: the ok button of second dialog s