Creating menu bar

Hi,
  i have created two menu bars master & transaction. In master 2 text i have created. first text is create master. while clicking on that it will move on to next screen. how can i write code for that..
pls help me.
shyja

Hi Shyja,
You query is how to write the code on the click of the text that you selected from the master menu.
First have you assign function code to that particular text or not.
if not then click on the SET PF-STATUS you have created. then go to the maintain status screen. there u select the master menu
just double-click the master menu textbox , it will display the text under it
first textbox contain the function code & the 2nd textbox contain the textname.
assign 4 digit function code for the corresponding text.
After that  Check this code.
START-OF-SELECTION.
SET PF-STATUS 'ZMENU_NOTEPAD'.
SKIP.
*WRITE :/ 'NOTEPAD APPLICATION'.
AT USER-COMMAND.
CASE SY-UCOMM.
  WHEN 'NEWF' .
      CALL SELECTION-SCREEN 0400.
  WHEN 'OPNF'.
    GET PF-STATUS STATUS PROGRAM PROG EXCLUDING FCODE.
    PROG = 'ZMAN_INPUT_OUTPUT'.
    EDITOR-CALL FOR REPORT PROG ."DISPLAY-MODE.
    SET PF-STATUS STATUS.
WHEN 'ENTE'.
    WRITE :/ 'You Clicked on the entered button'.
ENDCASE.
Reward points,if useful.
Regards,
Manoj Kumar

Similar Messages

  • Adobe premiere elements 12 - how to create menu bar action for my inserted image button

    adobe premiere elements 12 - how to create menu bar action for my inserted image button without using their movie menu theme

    forbemag
    I do not think that I am completely focused into this completely, so let us see if the following is going to help.
    You are going to need a base for your button. When you mention "image" button, I am assuming that you are using that term to differentiate between a text button and a thumbnail type button.
    The menus (main and scene) take their origin in .psd files on the hard drive and strict nomenclature and structure for Layers Palatte. And, the buttons on the menus trace back to the menu markers on the Timeline, main menu marker and order of placement of scene markers. The scene thumbnail will only appear when there is a scene marker on the Timeline to which it.
    In view of all that
    Where have you already inserted this "image (button)"...into the Layers Palette of a Photoshop document or other? Is this "image (button)" in a structured Layer Group in the Layers Palette with sublayer groups, text layers, graphic/background layer"?
    Let me give you an example
    If you have a button (with thumbnail) on the main menu and you want that to open to a specific scene in your movie, then you use a main menu marker on the Timeline at the spot that you want that button to target.
    If I am getting closer to what you seek, then please further clarify the DVD navigational envisioned scheme.
    Thanks.
    ATR
    Add On...I did not see the exchanges between us and SG until after I had posted mine. I thought that your discussions were concluded. Please excuse the interruption.

  • How to create menu bar in jsp page using struts-tles

    I have started working with struts-tiles. I want to create menu bar using struts-tiles. please guide me.

    I've done this very recently. In fact, tiles has very little to do with the menu itself.
    In your layout, define where you want the menu to go.
    <tiles:insert attribute="menu" />Now, in the actual file, create your menu structure. This part is up to you. I've used http://www.brainjar.com/ as a starting point for the client side actions.
    On my menu page, I call a method on a custom object that returns the menu bar object. Currently, I'm working on putting this menu into some sort of cached object so it doesn't have to rebuild it on every page request.
    Perhaps I've misread your post and you're looking to use tiles, in and of itself, to simulate menus? Otherwise, I hope my post helps.

  • Creating menu bar in Photoshop

    I created a menu bar with individual buttons and hover
    buttons in photoshop. I want the background buttons positioned in a
    set place and to have the hover buttons work when I hover over each
    button. What's the best way to do this? I started with making a div
    wrap, but now I'm not sure if I should be doing this in a table. Is
    there an example anyone knows of to do this with divs or a table?
    --Theresa--

    quote:
    Originally posted by:
    Newsgroup User
    Export the images for the buttons (NOT the HTML) from
    Photoshop, and build
    the page in DW.
    You can put each button's image in adjacent table cells, or
    in adjacent list
    elements, depending on your layout skills. You can use
    Dreamweaver's
    SwapImage behavior to roll the buttons on hover, or you can
    use CSS to do
    that, again depending on your skills.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Traveler815" <[email protected]> wrote in
    message
    news:[email protected]...
    >I created a menu bar with individual buttons and hover
    buttons in
    >photoshop. I
    > want the background buttons positioned in a set place
    and to have the
    > hover
    > buttons work when I hover over each button. What's the
    best way to do
    > this? I
    > started with making a div wrap, but now I'm not sure if
    I should be doing
    > this
    > in a table. Is there an example anyone knows of to do
    this with divs or a
    > table?
    > --Theresa--
    >
    I have my spliced image buttons with the menu text and saved
    them as .gif format to use in DWCS3. I'd like to use the CSS but
    I'm not sure what I need to include.
    I'm working on the CSS behavior for
    <div id="menubar-container">
    <div id="menubar-bar">
    <div class="menubar">
    stylesheet:
    #menubar-container {
    height: 47px;
    width: 970px;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    #menubar-bar {
    margin: 0 auto;
    width: 960px;
    height: 47px;
    #menubar {
    height: 47px;
    background-color: #CCCCCC;
    and because I'm not 100% sure of what I'm doing I've been
    trying a few CSS codes and to work up the proper code in my html
    page... here's more of my CSS sample (mess)
    #menu-home { width: 125px; }
    #menu-home a span {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 125px;
    height: 47px;
    background:url(../Images/btn_Products.jpg) -118px 0
    no-repeat;
    #menu-home a:hover span { background-position: -118px -40px;
    background: url(../Images/btn_Products_hover.jpg);
    #menu-products { width: 125px; }
    #menu-products a span {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 125px;
    height: 40px;
    background: url(../Images/btn_NewsEvents.jpg) -235px 0
    no-repeat;
    #menu-products a:hover span { background-position: -235px
    -40px;
    background: url(../Images/btn_NewsEvents_hover.jpg);
    Is there a better way?
    --Theresa--

  • Create Menu Bar shortcut

    Hi,
    I want to assign something from the Bluetooth menu bar icon to a shortcut.
    When you click it, you are given a list of devices towards the bottom. When you hover on one it says Connect to Network. So the shortcut I guess would be something like this:
    Bluetooth — iPhone — Connect to Network
    But I'm not sure how I create this in the standard System Preference Shortcuts. Is it possible?
    Thanks!

    When making a shortcut, you don't need the full path. Just the command you want to assign a shortcut to (ie Connect to Network). However, I don't think you can assign a shortcut for Status Menu items. I've never succeeded.

  • Howto create menu bar

    Basis. A web page for the local Slash Mulch site. An
    informational site, who, what, where, how. Trim your trees and
    bring the slash to the site and drive off with some mulch for ...
    whatever. blslash.org
    I'm using Gallery for standard photos of the site and I'm
    using a small DV recorder (640x480) files.asf out. Some stills just
    don't give the big picture. So I've found I can ffmpeg -i vid.asf
    vid.swf. Works great. Upload vid.swf, a little php and up pops my
    video. I used: jeroenwijering.com/?item=JW_FLV_Media_Player.
    Here's my problem: How do I get the start/pause/time bar
    [> || ------------------|----------] at the bottom of the video?
    Searching the web hasn't been fruitful - is it a "menu bar"? a
    "start/pause bar". I'm not even sure what it's called. I know the
    info is out there - in here.... Can/would someone give me a URL (a
    see spot run type of page)
    Thanks
    bug

    When making a shortcut, you don't need the full path. Just the command you want to assign a shortcut to (ie Connect to Network). However, I don't think you can assign a shortcut for Status Menu items. I've never succeeded.

  • I want to create Menu Bar like

    I like the menu bar in http://www.twofold.com/
    Do I need to do Photoshop for design the menu text? or just typing in Dreamweaver?
    Do I do need javascript programming?
    How can I make it so text is on the background, can see through background?
    Thanks

    DeafEagle wrote:
    I like the menu bar in http://www.twofold.com/
    Do I need to do Photoshop for design the menu text? or just typing in Dreamweaver?
    Do I do need javascript programming?
    How can I make it so text is on the background, can see through background?
    Thanks
    The easiest way when using DW3+ is to use the SpryMenuBar as you have already done here http://forums.adobe.com/thread/870090?tstart=0
    Gramps

  • How to create menu bar in ADF

    Hi,
    I'm trying to get a drop down menu in my web app using ADF Faces.
    Currently I'm using an af:menuBar tab with a menu model like this:
    - File
    - New ...
    - Open...
    -View
    - Toolbars ...
    On clicking file new open options should come .
    It only displays the top level nodes (i.e. the File and View)
    Is it possible to make a drop down menu using ADF Faces?
    Using adf 11.1.1.5.0
    Thanks.

    You mena something like this
                <af:menuBar id="mb1">
                  <af:menu text="menu 1" id="m2">
                    <af:commandMenuItem text="commandMenuItem 1" id="cmi1"/>
                    <af:commandMenuItem text="commandMenuItem 2" id="cmi2"/>
                    <af:menu text="menu 3" id="m4">
                      <af:commandMenuItem text="commandMenuItem 3" id="cmi3"/>
                      <af:commandMenuItem text="commandMenuItem 4" id="cmi4"/>
                    </af:menu>
                  </af:menu>
                  <af:menu text="menu 2" id="m3">
                    <af:commandMenuItem text="commandMenuItem 5" id="cmi5"/>
                  </af:menu>
                </af:menuBar>Copy this code to your page and run it to see the menu...
    Timo

  • Creating multiple  Spry menu bars in one site

    I've been creating a website and I am required to use multiple templates to manage all the different sections of the site.  To make it much less of a hassle, once I created one template, I simply saved that template as another template so I would not have to start all over again.  On the first template I created a spry menu bar with a certain amount of buttons.  And because I created the other templates with that template, those templates had the same menu bar containing the same settings.  The problem is, because of the specified settings of the spry menu bar, if I change the amount of buttons from the original to one less, the whole bar on that template will get off center and messed up because the settings for the menu bar are not set to that certain amount of buttons, but if I change the settings to suite that amount of buttons, then the settings for all the templates change and that messes up the other menu bars on those templates because they have a different amount of buttons.  Currently my templates all contain 10 buttons and I am wanting to create a new menu bar with only about 4 - 6 buttons.  I thought going up to insert and inserting a brand new menu bar would do the trick but when I did that it inserted a menu bar that had all the settings of the already-created menu bar, (ie same background images, and hovers, etc.) as well as the width which, because the width is suited for 10 buttons, it does not properly make the default 4 button menu bar center correctly.  And if I try to change the settings on this menu bar then the same thing happens with everything changing and getting messed up.
    So after this long explanation, my question is, how can I insert multiple spry menu bars into one site that are not correlated with each other in terms of all the settings so that when changed, will not affect each other?  I am guessing I am having this problem because I created all the templates from one template so they are all interlocked, but the page that I tried to insert the brand new menu bar on was not created from any of the templates and was the first page I made at the very start.
    http://phonytrojanmusic.zxq.net/ Here is the link to the site. The first page that opens up is the page that I tried to insert the brand new menu bar on.  If you click on band choir or elementary you will see the menu bars with 10 buttons that are all interlocked in terms of settings.  Also, I'd like to note that if I delete a button in one template, it does not delete that same button in the other templates, nor does it add a button to the other templates if I add one.  Only the physical appearance changes because the settings are meant for only one amount of buttons.  Sorry for the novel!

    Alright well I just tried to use 2 complete different templates.  I created one brand new template from scratch, added the menu bar, gave it an ID of "band", and configured it to suite 10 buttons accordingly.  Then I started off from scratch again with a starting html page with a different css style sheet and added the menu bar and gave it a different ID of "choir" but the settings of the two different bars still act as one set of settings!  I dont know how to fix this problem.  Please tell me what to post if anything will help you. Im guessing the solution is very simple but I have tried everything.
    here is the code for the two different menu bars (one in each template)
    choir
      <ul id="Choir" class="MenuBarHorizontal">
          <li><a href="#">Programs</a>      </li>
          <li><a href="#">Home</a></li>
          <li><a href="#">Blog</a>      </li>
          <li><a href="#">Directors</a></li>
    <li><a href="#">Gallery</a></li>
    <li><a href="#">Forms</a></li>
          <li><a href="#">Calendar</a></li>
          <li><a href="#">Links</a></li>
          <li><a href="#">Contact</a></li>
        </ul>
    band
    <ul id="Band" class="MenuBarHorizontal">
          <li><a href="http://phonytrojanmusic.zxq.net/index.html">Programs</a>      </li>
          <li><a href="http://phonytrojanmusic.zxq.net/band/bandmain.html">Home</a></li>
          <li><a href="http://centerburgtrojanmusic.blogspot.com/">Blog</a></li>
          <li><a href="http://phonytrojanmusic.zxq.net/band/directors.html" class="MenuBarItemSubmenu">Directors</a>
            <ul>
              <li><a href="http://phonytrojanmusic.zxq.net/band/directors/cooper.html">Cooper</a></li>
              <li><a href="http://phonytrojanmusic.zxq.net/band/directors/teschler.html">Teschler</a></li>
              <li><a href="http://phonytrojanmusic.zxq.net/band/directors/lee.html">Lee</a></li>
            </ul>
          </li>
          <li><a href="http://phonytrojanmusic.zxq.net/band/shows.html" class="MenuBarItemSubmenu">Shows</a>
            <ul>
              <li class="MenuBarHorizontal"><a href="http://phonytrojanmusic.zxq.net/band/shows/field.html">Field</a></li>
              <li><a href="http://phonytrojanmusic.zxq.net/band/shows/concert.html">Concert</a></li>
            </ul>
          </li>
          <li><a href="http://phonytrojanmusic.zxq.net/band/gallery.html">Gallery</a></li>
          <li><a href="http://phonytrojanmusic.zxq.net/band/forms.html">Forms</a></li>
          <li><a href="http://trojanmusic.org/cal.html">Calendar</a></li>
          <li><a href="http://phonytrojanmusic.zxq.net/band/links.html">Links</a>      </li>
          <li><a href="http://phonytrojanmusic.zxq.net/band/contact.html">Contact</a></li>
        </ul>
    I currently do not have any links attached to any of the buttons in the choir bar.  Something went wrong and now I have to make the whole site over again so it is not very accessible.  Please post back asap!

  • Labview - How to create custom menu bars, drop down menus, pop ups etc.

    Hi,
    I have  a very naive question. How does one create menu bars with custom labels (not NIs defaults), drop down / side menus, pop ups etc.?
    Thanks in advance
    Paul

    Search for the following on the NI website: Run-Time Menus, Run-Time Shortcut Menus.
    For pop ups, search for 'dialog' in the Examle Finder (Help -> Find Examples)
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • Creating menu structure in Jdeveloper 10g

    Hi all ,
    Can any one suggest us for the following issue
    We have to create an application using ADF and there we are not able create menu structure in 10g version ..
    Is it possible ? if yes please help us...
    Thanks
    Karthik

    Dear Venkat ,
    The URL which you have given didnt helped us ..
    It shows how to create menu bar but not menu tree
    Suppose for example if we have button in menu and if we click that then we are expecting drop down list in that line itself ,
    Can you help us in this ..
    Thanks,
    Karthik

  • Photoshop menu bar...

    Hello,
    So I finally made a menubar in photoshop, styled exactly how I want it... but when I brought it over to DW I could not select the text or figure out how to create the links ...  help please.
    how do you select the text in a photoshop created menu bar to create links?
    thanks!
    Ains

    Hi
    This is because no links have probably been applied to the menu bar.
    You would be better advised to save each individual menu bar item and use these as background images for your menu items. To create links in Dreamweaver see - http://livedocs.adobe.com/en_US/Dreamweaver/9.0/index.html.
    PZ
    www.pziecina.com

  • ADF 11 g Menu Bar creation with labels coming from database.

    Hi Team,
    I am new to Web Center and ADF 11g along with jdeveloper11g. I have a requirement where I need to create a Menu bar using ADF's menu bar component.The labels displayed in the menu bar would be coming from the database.Menu and sub menu would be a tree structure. Meaning a sub menu may again have a list of menu's.I tried searching the forum but could find examples which created menu bar using task flows so they did not helped me much.
    Any tutorial link, code snippet or guidance would be deeply welcomed.
    Regards
    [email protected]

    Hi,
    I am not sure how to implement this in a menu bar, but you can mimic the behaviour with an af:tree
    <af:tree value="#{bindings.Departments.treeModel}" var="node"
                         selectionListener="#{bindings.Departments.treeModel.makeCurrent}"
                         rowSelection="single" id="t1">
                  <f:facet name="nodeStamp">
                     <af:goLink text="#{node}" id="ot1">
                    </af:goLink>
                  </f:facet>
                </af:tree>If you have a two level hierarchy master-detail you will get an initial expanded list the first level nodes that expand to show the second level.
    If you want to initially show the master collapsed then you can add a dummy master to the master view object with one row only,
    creating with this way a pseudo three level hierarchy.
    To create the binding automatically just DnD from datasources the master as a tree and then add the detail level to the created binding
    If you figured out a better way please tell!
    Hope I helped :)
    Gabriel

  • HOW DO I USE 'SPRY MENU BAR?'

    Please i need an indept explanation of how to use spry to create menu bars to my satisfaction. Your useful information shall be highly appreciation. Thanks!

    Spry menus have been deprecated and, if you are using an older version of Spry, it will not work on Mobile!
    So don't.
    You can do drop-down menus with rollover effects and everything simply by using straight HTML and CSS. You do have to know HTML and CSS though. Another great way to simply use a plugin is to go to Project Seven and buy their system (there are others out there, but the guys at PVII are particularly crafty and their menu systems work with all browsers, including the really bad Microsoft ones).
    Here is a link to a tutorial that will show you how to do a straight HTML and CSS3 dropdown menu yourself.

  • How to create a Menu Bar at the bottom of the Panel?

    Hi all,
    I want to insert Menu bar into the bottom of the Panel but it always appears at the top and I want to create a menu at the bottom and in the left so when i click to that menu, all the menu items will appear above like window icon of Microsoft. So can you show me how to do it?
    Thanks!
    Regard,

    Put another JPanel at the bottom and insert your menubar there.

Maybe you are looking for

  • Can't Log in to Windows using the fingerprint scanner.

    Hi,      I've had my HP ENVY MJ-j120dx Coe i7 (Windows 8.1 64-bit), product number E8A11UA#ABA for about a year now, and I did a full system wipe using the recovery software that was built in.  Before the wipe the fingerprint scanner worked perfectly

  • IPhoto won't display my portrait photos. Help please!

    I haven't had this problem until recently. I import photos into iPhoto from my Nikon D90 via SD Card slot in my macbookpro and I have been having this problem. All the portrait photos that are imported display a blank black image on the overview and

  • Transaction Completed : status I1023 in SRM PO.

    Hi Friends, We are in SRM 5.0, Ext.Classic scenario. Some of the POs in our Production system have the status Transaction Completed [in BBP_PD: status I1023]. These POs have been successfully replicated to R/3-ECC, but we are unable to change or dele

  • Required file could not be found

    When I try to sync songs onto my ipod it gives me the (1418)-error or it says that the ipod could not be updated, because the rquired file could not be found. PLEASE help

  • EVERYTHING IS GONE

    In trying to make a back-up so I didn't lose all my photos one day, I somehow deleted them all by changing a filename in the "pictures" folder on the hard drive. iPhoto help says not to do this, but doesn't say how to fix it if this does happen. Any