How to place buttons instead of menu in menu module

hi iam having a form with menu module ,instead of menu i need buttons... can any one help me

hi
still i am not sure what do u want to achieve?
if u wanna create u r own toolbar then try something like this, but while creating buttons then u have to use codes too.
There is an easier way to get the "toolbar" you want to have.
1. Build a mmb with all the functions you want to have both in the menu and in the toolbar.
2. For each menuitem, you can define in the properties
- If it should be shown in the menu, then set "Visible In Menu" to Yes
- If it should be shon in the horizontal toolbar (or vertical toolbar), then set "Visible In Horizontal Menu Toolbar" ("Visible In Vertical Menu Toolbar") to Yes
- For showing an item in a toolbar, you will have to set the property "Icon Name" additionally to the name of an existing icon (the same way you do for buttons)
3. Compile and generate the menu
4. Build a form and attach your menu as Menu-Module in the properties of the form.sarah

Similar Messages

  • How to place buttons over Menubar

    Hi everybody,
    I want to put two buttons (minimize and close) over menubar's right hand corner. I done want to have the title bar in my Swing application. I have removed the title bar. After that I tried putting my Image buttons at the top right corner, but it is coming down to menubar. Then I set the y-coordiate of buttons as -10 then it has gone inside the menubar, it is not coming above that.
    How can i do in that way? Any suggestions will be greatly appreciated.
    Thanks in advance,

    I have added the buttons in MenuBar. But the control is not going to actionPerformed() of MinimizeAction class when I click on that button.
    Here is the piece of code how i add a button to menubar:
    ImageIcon icon = new ImageIcon("Images/minimize.jpg") ;
    Action minAction = new MinimizeAction(this, icon, "Minimize", new Integer(KeyEvent.VK_M) ) ;
    btnIconize = new JButton(minAction) ;
    JMenu minMenu = new JMenu(minAction) ;
    and the MinimizeAction Class is :
    class MinimizeAction extends AbstractAction{
    public MinimizeAction(ImageIcon icon, String desc, Integer mnemonic) {
    super("", icon);
    putValue(SHORT_DESCRIPTION, desc);
    putValue(MNEMONIC_KEY, mnemonic);
    public void actionPerformed(ActionEvent e) {
    System.out.println("minimize action");
    where is the problem. anybody, please help me.
    Thanks

  • How to place the "go" button at left size in dashboard prompt

    how to place the "go" button at left size in dashboard prompt

    Change your code to this and it should work:
    PARAMETERS : p_date LIKE sy-datum ,
                  p_uname LIKE sy-uname.
    DATA: field1(8) TYPE c .
    AT SELECTION-SCREEN .
       IF p_uname IS INITIAL.
         field1 = 'P_UNAME'.
         SET CURSOR FIELD field1 .
         MESSAGE e001.
       ENDIF .
    I think you need to have the MESSAGE statement (or something similar).  If you don't have a message class assigned to your program, instead of
    MESSAGE e001.
    you can use
    MESSAGE 'Please fill in all required fields' TYPE 'E'.
    - April
    Message was edited by:
            April King

  • How do i get that little pop up menu with all the editing choices on it that i used to get?  Is there a way to get the editing box to pop up as I make a new event instead of editing an event after i just made it ??????

    How do i get that little pop up menu with all the editing choices on it that i used to get?  Is there a way to get the editing box to pop up as I make a new event instead of editing an event after i just made it ??????

    Michal,
    iCal Help is a good place to start. Here are a couple of examples:

  • How to place toggle buttons in webui

    Hello,
    How to add toggle buttons in webui.
    I kept three button for status in quotation as open inprocess and completed.
    But problem with button is we are unable to find in which status the quotation is.
    so I want place toggle buttons instead of button so that the selected button will be highlighted which resembles current status.
    But toggle buttons are not working in bsp application.
    Please specify how to solve this problem.
    Thanks For Upcoming Help.
    Regards,
    Tejaswy.

    Hi Teja,
                     If your requirement is to add three buttons based on the status , then here are the steps:
    1. In the view BT115QH_SLSQ/SQHOverView , redefine the method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS.
    2. Get the current context node value 'BTADMINH'.
    3. From the relations "BTHeaderStatusSet" you get the status details.
    4. write the code
        ls_button-text = 'Open'
        ls_button-on_click = 'Open'.                         
        ls_button-page_id  = me->component_id.
        IF status = 'Open'.
        ls_button-enabled  = 'X'.
        ENDIF.
        APPEND ls_button TO rt_buttons.
        ls_button-text = 'InProcess'
        ls_button-on_click = 'InProcess'.                         
        ls_button-page_id  = me->component_id.
        IF status = 'InProcess'.
        ls_button-enabled  = 'X'.
        ENDIF.
        APPEND ls_button TO rt_buttons.
        ls_button-text = 'Complete'
        ls_button-on_click = 'Complete'.                         
        ls_button-page_id  = me->component_id.
        IF status = 'Complete'.
        ls_button-enabled  = 'X'.   
        ENDIF.
        APPEND ls_button TO rt_buttons.
    Hope this helps.
    Regards,
    Ruby.

  • I purchased dungeon hunter alliance from the app store and accidentally hit the x button instead of the installed button to install the game how do I install the game now

    Can someone help me, I purchased the game dungeon hunter alliance froom the app store and accidentally hit the x button instead of the install button so now how can I install the game to my computer macbook

    Hi ...
    You accidentally "hid" the purchase ..
    Follow the instructions here.  Mac App Store: Hiding and unhiding purchases
    Once the app is available ...
    How to re download apps from the Mac App Store:
    Open the App Store. From the menu bar click Store > Sign In
    Click Purchases from the top of the App Store window.
    Select which apps you want to re download. Then right or control click where you see Installed  then click Install.
    Make sure and use the same Apple ID used for the original purchase.

  • Adobe Bridge shortcut button missing in PS CS6 menu bar, how to install as in PS CS5 [essentials]

    Adobe Bridge shortcut button missing in PS CS6 menu bar, how to install as in PS CS5 [essentials]

    Yes, Bridge shortcut has been removed from PS CS5. However, you can go to File->Browse in Bridge option to open the file in Br CS6.
    Similar query has been answered here.
    http://forums.adobe.com/message/4285441

  • How can you enable back the Android native Menu button in AIR 2.7?

    I've noticed in AIR 2.7 for Android, that now the bottom icons in Android 3.0 Honeycomb are hidden (replaced by small dots) in AIR 2.7, whereas in AIR 2.6 they were always visible. That's cool. Since the bottom bar can never be hidden in Android 3, at least now those icons are less visible (unless you intentionally touch the bottom bar, then the icons show up for a few seconds).
    BUT I also noticed in AIR 2.7 compiled apps, the native "Menu" icon is not visible anymore, even after touching the bottom bar. In AIR 2.6 you could see and press that button (which can be captured from AIR so you can show a custom settings menu or whatever).
    So, quoting the subject --> How can you enable back the Android native Menu button in AIR 2.7?

    There is a work around and a reason for the menu issue.  Honeycomb doesn't natively support a menu softkey, it is only to support old apps comiled in phone API levels.  If you compile a Honeycomb app in 2.7 or 3.0, it is expected you manage the settings within the larger tablet UI framework.  See below link for more info and work around. 
    http://forums.adobe.com/message/3964792#3964792

  • How may I change the height of the menu bar to allow my large icons/buttons to maintain their size?

    I recently updated from FF28 to FF31. Totally different UI, I get that. I waited to update until I could psych myself to try something different. I have the Default Australis Theme and Noia Fox Theme, which is designed with larger icons/buttons for those with visual needs. On my screen at the moment I have the title bar, menu bar, tab bar, and url/addon bar with the "hamburger" menu to the right. I placed icons in the menu bar, kept the home icon on the addon bar, and then there are the default icons in the menu popup. When I enable the Noia Fox Theme, the icons look great on the url/addon bar, even in the menu popup; clear, large, easy to see. However, the icons in the menu bar (not the menu popup) are less than half their original/intended size. So I switch to default Australis Theme, restart, and same issue, though not quite as dramatic since Default theme is smaller to begin with.
    My thinking then is that there is a setting within the menu bar which resizes the icons/buttons to a small default size. Can this setting be changed to allow the icons to retain their original size (or close to it) and if so, how? I like the location of the menu bar on my screen, below the title bar, above the tab bar. Works nicely with the new The Fox Only Better addon which attaches to the tab bar and hides the url bar, a "new" feature for me and I'm liking it. I know I can get CTR with an additional bar, and I did try that. The issue then is that the additional bar appears below the tab bar and is not movable to above the tab bar and below the title bar.
    At the moment, I have just the two themes, security addons added and The Fox Only Better. I've not added other appearance addons yet so as to keep potential conflicts/issues to a minimum. I've not tinkered with internal FF default settings other than to say don't track me (I think that's all I did). So to the best of my limited understanding, I've kept changes and customizations to a minimum. And yes, per your educated guess feature for questions posted, I am running Win 8.1 and FF 31.
    I think I've offered enough detail so others can try to duplicate the issue. If not, let me know and I'll try to respond as soon as I can. Thanks so much for any help offered.
    ~ wkothlow

    You can double the height of the menu bar area using a custom style rule. I couldn't immediately find an icon that would take advantage of the space so I'm not sure this will solve the problem, but you could try it.
    The custom style rule could be as simple as:
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    /* double height (from 2x to 4x the 13px base font size) */
    #toolbar-menubar{
    height:4em !important;
    (Result shown in the screen shot, using the preview feature of the Stylish extension.)
    You can apply custom style rules to Firefox's UI using either of these methods:
    (1) Create or edit a userChrome.css file. This article has more information: http://kb.mozillazine.org/UserChrome.css
    (2) Use the Stylish extension: https://addons.mozilla.org/firefox/addon/stylish/
    Since I don't have this theme to test myself, if this doesn't work well, you might contact the theme author using the theme's support thread, which is on an independent forum: http://forums.mozillazine.org/viewtopic.php?f=48&t=2230157

  • Screen rotation lock is missing. It seems to have been replaced by a "mute on/off" button instead. How do I fix this?

    It seems to have been replaced by a "mute on/off" button instead. How do I fix this?
    I'm using an iPod 3G running 5.1.1.

    I have the same issue as the person in this thread. https://discussions.apple.com/message/15245430#1524543
    I have also fixed my issue thanks to that thread, thank you.

  • How to use mp3 files on a form standard button, instead of wav-files. Need to save space.

    I would like to use mp3 files instead of Wav-files on the standard button, in the forms edit menu. I know it is possible in the interactive menu to add buttons with mp3 sound. But those buttons has not the same options and appearance as the forms buttons. We create learning books with lots of sound files in each PDF, so with wav-files the PDF gets quite heavy in Gb.

    Smokerz – Thanks for the feedback. I managed to get iTunes to find the movie files on my TC by simply dragging the icons of the files on the TC into the Movies folder in iTunes. This immediately made them available for streaming on my Apple TV. Also, I learned with great relief that, despite their large size, dragging icons of my movie files into iTunes did not copy them to the C: drive on my desktop computer. Thus, it looks as if the job is pretty much done. Thanks again for your advice.

  • HT201263 how to place your device into recovery mode without home button?

    How to place your device into recovery mode without home button?

    Try these programs:
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    The Firmware Umbrella - TinyUmbrella

  • How many push buttons can u place on selection screen application tool bard

    hi
    how many push buttons can u place on selection screen application tool bar
    and what is default function code for that buttons.

    Hi Chaitanya,
    You can place maximum 5 push buttons on Application Toolbar.
    please award the points incase if you are able to get the solution.
    Thanks
    Sivaram

  • How to suppress the showing up of the menu when press soft buttons...

    I'm writing a game with fullscreen mode. When I press soft buttons in fullscreen mode, the menu shows up. How can i suppress it when i press the soft buttons for my own executions.
    I have tested a game on Nokia 6600.

    U missed understand my mine.
    I want to suppress the system menu when i press soft buttons in fullscreen mode. I want to execute my own codes when i press soft buttons.
    thanks

  • I have just rented a film and clicked the menu button instead of pause. When I go back to the film to rent again it says I have already rented this go to settings and check for downloads. But there is no download option in settings?

    I have just rented a film and clicked the menu button instead of pause. When I go back to the film to rent again it says I have already rented this go to settings and check for downloads. But there is no download option in settings?

    It does... Apple TV has a problem with the assignment to the itunes account after updating. Restore to factory settings or unlog and news login to the itunes store helps to see the rented/downloaded film(s).

Maybe you are looking for