How to create a Sub Menu?

I know it can be done. But just can't find how to do a
submenu that shows when you roll the mouse on main menu, and hides
if your mouse is anywhere else. I can imagine that I can create the
sub-menu with a movie clip symbol containing each command or choice
as a button. But waht I don't know it how to keep it hidden and to
make it only shown when you point the main menu that should
activate ths sub menu.
Thanks for your help

You can use click events on the main menu to trigger the
submenus and then use rollOver events to know which submenu to show
and which to make invisible.

Similar Messages

  • How to create a sub menu for the transaction se38

    Hi All,
    I have created menu item in se38 using menu exit.
    By using the enhancement SEU00002 .
    That menu item is displayed under utilities menu bar.
    But i am unable to create sub menu for that.
    My requirement is to create sub menu to the custom menu item.
    How can we create a sub menu to the transaction se38.

    Hi,
    it looks like that user exit SEU00002 offers only one extra function +CUS. This function then calls FM EXIT_SAPMS38E_010. Hence I do not think that it is possible to create sub menu with this user exit.
    Anyway you can try to modify SAP standard. You need to modify menu for SE38 and then add your code for handling new function codes. You can easily find where you will have to add your code for handling functions from your sub menu. You just need to look for usages of the FM EXIT_SAPMS38E_010.
    Cheers

  • How to create a dropdown menu with sub buttons that link back to the labels on click.

    im trying to create a dropdown menu buttons that when you rollover to the top central button the button it opens up like a drop down menu would containg two other subsectional buttons. This makes the sub sectional buttons seperate from the main stage making it difficult to simply give them a on click,  sym.play("label") function.
    the buttons work like this in symbols or sections stage/panel/homebutton inside home button is group dev containg another group dev containg the button which I need to link back to a "label" in the /panel/ symbol or section. Thank you very much.

    pdp_1 wrote:
    Hi!
    I would like to create a DVD menu that offers two languages. So the first page gives two options: Language 1 and Language 2. Then depending on which language you choose, you go to a menu that proposes different videos and a photo slideshow.
    Regardless on which language button you click on initially, you get the same content but in different languages.
    I've been looking at Premiere's templates, which I can certainly customize, but I really don't see how to create the double menu. Does anybody have an idea?
    Put the video with the first language on the timeline followed by the video with the second language.  Use chapter markers so you can have each video as a chapter in the menu.
    I use Premiere Pro, so I can't give more specific directions. Perhaps somebody like ATR will chime in.
    Also, I have another question: can I put videos from different projects in the same DVD with Premiere or must all of the videos that go into the DVD be in the same project?
    Thank you very much!!!
    pdp1
    They must be in the same project.

  • How to create the sub type field in hr abap infotype

    hi ,
        how to create the sub type field in hr abap infotype.
    regards,
    venkat.

    Try like this also
    creating of infotype please follow these steps ...
    Step 1: Create Infotypes
    i. Goto Transaction PM01 – To create Infotypes:
    ii. Enter the Infotype Number and say create all.
    iii. The following message would display:
    i. PSnnnn Does not exist. How do you want to proceed?
    iv. Click
    v. A maintain Structure screen appears.
    Fill in the short text description and the PS structure of the Infotype.
    Since the fields Personnel No, Employee Begin Date, End Date, Sequential Number,Date of Last Change, Name of user who changed the object are available in the PAKEY and PSHD1 structure, define the PSnnnn structure with only the fields you required.
    vi. Once the PS Structure is created, save and activate the structure.
    vii. In the initial screen of PM01, now click on .
    Create a new entry for the infotype.
    Fill in the values as mentioned below and save.
    Infotype Characteristics:
    Infotype Name of the infotype_ Short Text: __Short Description________
    *General Attributes :
    Time constraint = 1
    Check Subtype Obligatory
    Display and Selection:
    Select w/ start = 3 “Valid record for entered data
    Select w/ end = 5 “Records with valid dates within the period entered
    Select w/o date = 6 “Read all records
    Screen header = 02 “Header ID
    Create w/o end = 1 “Default value is 31.12.9999
    Technical Data:
    Single screen = 2000
    List screen = 3000; List Entry Checked.
    viii. In the initial screen of PM01, now click on .
    Choose the infotype entry in the list.
    Fill in the values as mentioned below and save.
    Technical Attributes:
    In tab section,
    The following attribute values are given:
    Applicant DB Tab = PAnnnn “Infotype Name
    Subtype field = SUBTY
    Subtype table = T591A
    Subty.text tab. = T591S
    Time cnstr.tab. = T591A
    Prim. /Sec. = I Infotype
    Period/key date = I Interval
    and .
    ix. Infotype Screen Modification:
    Edit Screen 2000 from PM01 for the Infotype.
    ABAP Editor for the Infotype Program MPnnnn00 will be displayed.
    Click . Flow Logic will be displayed. There string coding of your own logic.
    Regards
    Pavan

  • How to create a DVD menu like an animated Flash Menu?

    Hello.  I'm trying to figure out how to create an animated menu in Encore for a DVD, much like how menus are that are created in flash.  How can I create one in Encore for a DVD menu?  Thanks.

    Use After Effects:
    Adobe Encore * Using After Effects to enhance menus
    http://help.adobe.com/en_US/encore/cs/using/WSA5513911-0AD1-440c-BDAD-2E0E806B425E.html

  • How to create a sub head(code) in a catalog- for service notification

    Hi everyone,
    How to create a sub head(code) in a catalog- for service notification?
    Please guide with your valuable comments.
    Please guide its very urgent.
    Thanks and Regards
    Edited by: MPVash Vash on Oct 24, 2008 8:14 AM
    Edited by: MPVash Vash on Oct 30, 2008 7:38 AM

    Hi,
    Go to T-code QS41, give the catalog and code group and enter.
    U can click on the code after selecting the code group and create new  codes.
    In SPRO u should see which type of catalog is assigned to the notification type. This u can see in the overview of the notification type by selecting the notification type in SPRO.
    Regards
    Haricharan

  • How to create Drop down menu in the selection screen

    Hi all,
    How to create Drop down menu in the selection screen.
    Fast answer will be highly rewarded
    Regards
    Bikas

    hi ,
    TYPE-POOLS : vrm.
    TABLES:vbak,vbap.
    DATA : v(80) TYPE c.
    DATA: wa_vbak TYPE vbak,
          it_vbak TYPE vbak OCCURS 0 WITH HEADER LINE,
          wa_vbap TYPE vbap,
          it_vbap TYPE vbap OCCURS 0 WITH HEADER LINE.
      DATA: l_name TYPE vrm_id,
            li_list TYPE vrm_values ,
            v_count  TYPE i,
            l_value LIKE LINE OF li_list.
    PARAMETERS: p_test(20) AS LISTBOX VISIBLE LENGTH 60 MODIF ID DAT.
    INITIALIZATION.
    AT SELECTION-SCREEN OUTPUT.
      PERFORM get_data.
      LOOP AT it_vbak.
        l_value-key =  it_vbak-vbeln .
        l_value-text = it_vbak-vbeln .
        APPEND l_value TO li_list.
      ENDLOOP.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = 'P_TEST'
          values          = li_list
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
    AT SELECTION-SCREEN ON P_TEST.
      clear : li_list , li_list[].
      SELECT vbeln
             matnr
             meins
             FROM vbap
             INTO CORRESPONDING FIELDS OF TABLE it_vbap
             WHERE vbeln = p_test.
    START-OF-SELECTION.
      SELECT vbeln
             matnr
             meins
             FROM vbap
             INTO CORRESPONDING FIELDS OF TABLE it_vbap
             WHERE vbeln = p_test.
      LOOP AT it_vbap.
        WRITE :/ it_vbap-vbeln, it_vbap-matnr,it_vbap-meins.
      ENDLOOP.
    *&      Form  get_Data
          text
    -->  p1        text
    <--  p2        text
    FORM get_data .
      SELECT  vbeln
              FROM vbak
              INTO  CORRESPONDING FIELDS OF TABLE it_vbak.
    ENDFORM.                    " get_Data
    regards,
    venkat.

  • How to create a flash menu that links to specific slides with in a Captivate swf

    Hi,
    I was wondering if someone could step by step explain how to
    create a menu in flash that links to specific slides with in a
    captivate swf. I understand that there is a rdcmndGotoSlide
    command. I can't seem to get it to work.
    Thanks,

    pdp_1 wrote:
    Hi!
    I would like to create a DVD menu that offers two languages. So the first page gives two options: Language 1 and Language 2. Then depending on which language you choose, you go to a menu that proposes different videos and a photo slideshow.
    Regardless on which language button you click on initially, you get the same content but in different languages.
    I've been looking at Premiere's templates, which I can certainly customize, but I really don't see how to create the double menu. Does anybody have an idea?
    Put the video with the first language on the timeline followed by the video with the second language.  Use chapter markers so you can have each video as a chapter in the menu.
    I use Premiere Pro, so I can't give more specific directions. Perhaps somebody like ATR will chime in.
    Also, I have another question: can I put videos from different projects in the same DVD with Premiere or must all of the videos that go into the DVD be in the same project?
    Thank you very much!!!
    pdp1
    They must be in the same project.

  • How to create a shortcut menu for the pane

    Hi all
    Well - I know how to create a shortcut menu for a control, but how is it created for a pane? There is the possibility to add an event case for a shortcut menu linked to a pane (see picture), but how can I create this menu?
    Message Edited by becktho on 08-01-2006 11:32 AM
    Using LV8.0
    Don't be afraid to rate a good answer...
    Attachments:
    ScreenShot001.png ‏22 KB

    ahlers option works, sorry but I can't add images from work!
    Just use the shortcut Menu Activation filter event? to create a menu.
    Ton
    Message Edited by TonP on 08-01-2006 12:56 PM
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!
    Attachments:
    Example_BD.png ‏4 KB
    Example_BD.png ‏4 KB

  • How to create a sub

    Dear sir,
                       i new for labview how to create a sub vi 
    Solved!
    Go to Solution.

    nara2812 wrote:
    Dear sir,
                       i new for labview how to create a sub vi 
    Here are some other tutorials you might want to look at
    3 Hour Introduction
    6 Hour Introduction
    LabVEW Basics
    Self Paced training for students
    Self Paced training beginner to advanced, SSP Required
    LabVIEW Wiki on Training
    Learning NI
    Getting Started with NI Products
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How To Create Drop Down Menu With Tab

    hi
    How To create Drop Down Menu with tab in Header of application like website Horizontal Dropdown Menu In html.
    Thanks
    Manoj
    Edited by: Manoj Kaushik on Dec 30, 2009 4:16 AM

    Try the Apex forum {forum:id=137} someone there may have an answer.
    Which version, that could be important, XE out-of-the-box has apex 2.1 if it hasn't been upgraded to 3.x

  • How to Create inner Sub-Node in Menu bar

    Abap Masters,
                        I have Created Submenu name of <b>File</b>. But i want to include 3 inner                               Sub-Nodes in File. Like as
                       <b> Menu</b>
                       <b>File </b>> <b>Recent File</b>
                                         <b>Deleted File</b>   
                                         <b>All Files</b>   
    Can Anyone of the ABAP Master Help me ?

    hi,
          in ur program.
    write the following code.
    set pf-status 'MENU'.
    double click menu.
    u will be taken to menu painter,there in the menu bar section write main menu item name that is File in ur case.
    double click on File.
    u will get an option to add elements in the File menu give code and add the items.
    and further if u wanna add submenu items double click the menu item (recent file) to get an option for adding sub menu items.
    using the assigned codes give the funtionality in ur program
    if help ful reward some points.
    regards,
    Ravi

  • Create new sub-menu item....how???

    Hi,
    I have a site created with Dreamweaver templates.
    I can create a new page from a template but i want to make
    the page a sub-menu page.
    For instance i have an 'about us' page and from this 'about
    us' page i want to create a sub page. None os these areas have been
    locked but i can't find a way to do it.
    Is it possible?
    am i missing something?
    Any tutorials anywhere?
    Thanks for any help
    J

    You'll probably want to make any menu changes (since the menu
    may be an element that is present on all your pages...hence the use
    of a template) in the non-editable regions in Dreamweaver, then
    uploade the template and do a template update in Contribute
    (Edit-->Format-->Template
    Properties-->Apply-->OK-->Publish).
    As a rule, your menu/navigation should be laid out in the
    template prior to using the template to create new pages (not
    exactly sure what you mean by "sub pages"). In other words, your
    template navigation/menu determines the main navigation you want
    available on EVERY page you create with the template. If you then
    create a new page in Contribute using the template, you're free to
    create links (in the editable regions) to any page you want
    (existing or new), including pages that are already linked-to in
    the menu.
    Hope this helps!

  • Creating a sub menu

    Hey.  I didnt get a reply before, so I thought I would try a fresh post so I can explain things better.
    Basically, I have a navigation bar with several buttons.  When a button is pressed, a new sub navigation should be displayed in a different location.  So on my main nav, I have mouse events, and on the click event, each button points to an xml file
    function mouseClickEvent3(eve:MouseEvent):void
        setLoader("XML/path.xml");
    the setLoader method is
    function setLoader(xmlPath:String):void{
        loader.addEventListener(Event.COMPLETE, xmlLoaded);
        loader.load(new URLRequest(xmlPath));
    And on complete, it calls up xmlLoaded which holds
    if ((e.target as URLLoader) != null )
            settingsXML = new XML(loader.data);
            settingsXML.ignoreWhitespace = true;
            createMenu();
    The createMenu method is where the menus are created.
    function createMenu():void
        var menuItem:MenuItem;
        var i:uint = 0;
        for each (var link:XML in settingsXML.links.link)
            menuItem = new MenuItem();
            menuItem.menuLabel.text = link. @ name;
            addChild(menuItem);
            i++;
    Now all the menus get created no problem.  The problem is this.  One main button produces a sub menu with six buttons, which are displayed no problem.  I then click on another main button which has 3 sub buttons.  These 3 buttons replace the 3 buttons that the first button displayed, but the last three are not removed.  Sometimes, only two buttons seem to get replaced.
    What I really need to do is this.  Before any buttons are created, I need to somehow remove any buttons which currently exist.  I have tried things like this before the for each loop
    for (var y:Number=0; y<i; y++){
       removeChild(menuItem);
    Nothing seems to work though.  So any suggestions on how I can overcome this issue would be great.
    cheers

    Kool.  trying to follow your suggestion.  So I have created an Array outside of the function so it doesnt get recreated each time.  Then before I do
    addChild(menuItem); 
    I have
    ary.push(menuItem);
    The problem is that I cant see how this Array can help to remove items.  Before the for each loop, I have tried something like this without success
    for(var j:Number=0; j<ary.length; j++){
            removeChild(menuItem);
    If I do a trace on the arrays length outside the for each loop however, it is always 0 which will be the reason the child isnt removed. At the moment, I have it like this
    var ary:Array = new Array();
    function createMenu():void
        var menuItem:MenuItem;
        var i:uint = 0;
        trace(ary.length); //shows 0 every time
        for(var j:Number=0; j<ary.length; j++){
            removeChild(menuItem);
        for each (var link:XML in settingsXML.links.link)
            menuItem = new MenuItem();
            menuItem.menuLabel.text = link. @ name;
            ary.push(menuItem);
            trace(ary.length); //shows correct length
            addChild(menuItem);
            i++;
    My original thinking was that in English, for each menuItem that is on the stage to be removed, before new ones are created.  Its like I need a reset function which will completely remove any children which are displayed.  The problem is, If I create a for each loop, I am not sure what my arguement would be.
    Any further advise always appreciated.
    Cheers

  • How to create a dvd menu

    hi!
    how would I go about creating a dvd menu, either within a program or in a program that can be burned with another program? I have adobe and macromedia suites, so hopefully I have the programs that are necessary, but I don't even know where to begin.
    thanks!
    jtw
    www.jtwilliams.org

    Adobe Encore will create menus for you. Encore is now bundled with Premiere pro.

Maybe you are looking for