Is it possible to trigger an event when clicking context menu trigger icon?

When opening a context menu on a UI element, is it possible to trigger an event to handle, eg. set the lead selection for this context element to which the UI element is bound, when clicking the menu trigger icon ?

First, these NW04s menus are not really context menus. They are static menus that are rendered within the view layout. Real context menus will come later.
There is no "onMenuOpen" event for an application.
Armin

Similar Messages

  • Finder menu not accessible. When clicking finder menu all icons blink. Clock gone. Safari quits "help data plug in" Etc.

    When I attempt to click anywhere on my top menu bar all of my desktop icons blink and I am not able to access anything such as my apple icon, shut down or restart or file, etc. My clock is gone, my search bar is gone, etc. Safari also keeps quitting unexpectedly while using the "help data" plug in. I can attempt to add video of the action if necessary if you need it.  Any help would be really appreciated. First time using the community. Thank you!

    Update: If I click somewhere in the menu bar everything flashes as previously posted. But if I click the menu bar again after the flash I can then access the options in the bar, but everthing still missing as reported and safari crashing.

  • Is it possible to fire an event when radio buttons are clicked in a report?

    Hi All,
    I have got a requirement. In the selection screen i have certain input fields and three radio buttons. When radio buttons are clicked i have to grey out certain input fields. Is it possible to fire an event when i write program through se38??
    Thanks
    Rakesh

    Hi Rakesh,
    Check this code.
    SELECTION-SCREEN BEGIN OF BLOCK FINPUT WITH FRAME TITLE TEXT-001.
    PARAMETERS  : FILENAME(132) TYPE C LOWER CASE  NO-DISPLAY,
                  FDLOAD RADIOBUTTON GROUP RAD1
                  USER-COMMAND R1 ,
                  FUPLOAD RADIOBUTTON GROUP RAD1 .
    SELECTION-SCREEN END OF BLOCK FINPUT.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-002.
    PARAMETERS : FUNAME(132) TYPE C LOWER CASE MODIF ID AA.
    SELECTION-SCREEN PUSHBUTTON /33(30) ACTION USER-COMMAND
                     BTNACT MODIF ID AA VISIBLE LENGTH 8 .
    SELECTION-SCREEN PUSHBUTTON 43(30) CANCEL USER-COMMAND
                     BTNCAN MODIF ID AA VISIBLE LENGTH 8  .
    SELECTION-SCREEN END OF BLOCK B1.
    SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-002.
    PARAMETERS : FDNAME(132) TYPE C LOWER CASE MODIF ID BB.
    SELECTION-SCREEN PUSHBUTTON /33(30) ACTIONS USER-COMMAND
                     BTNACT1 MODIF ID BB VISIBLE LENGTH 8.
    SELECTION-SCREEN PUSHBUTTON 43(30) CANCELS USER-COMMAND
                     BTNCAN1 MODIF ID BB VISIBLE LENGTH 8.
    SELECTION-SCREEN END OF BLOCK B2.
    DATA : ACTNAME(8) TYPE C,SCRGRUP(2) TYPE C.
    INITIALIZATION.
    ACTIONS = 'Download'.
    CANCEL = 'Cancel'.
    ACTION = 'Upload'.
    CANCELS = 'Cancel'.
    ACTNAME = 'Download'.
    SCRGRUP = 'AA'.
    AT SELECTION-SCREEN ON RADIOBUTTON GROUP RAD1.
    IF FUPLOAD = 'X'.
         MOVE 'Upload' TO ACTION.
         MOVE 'Upload' TO ACTNAME.
    ELSEIF FDLOAD = 'X'.
         MOVE 'Download' TO ACTION.
         MOVE 'Download' TO ACTNAME.
    ENDIF.
    AT SELECTION-SCREEN.
    IF SY-UCOMM = 'R1'.
        IF ACTION = 'Download'.
          SCRGRUP = 'AA'.
         MESSAGE S007(ZMESSAGE).
        ELSEIF ACTION = 'Upload'.
          SCRGRUP = 'BB'.
         MESSAGE S008(ZMESSAGE).
       ENDIF.
    ELSEIF SY-UCOMM = 'BTNCAN' OR SY-UCOMM = 'BTNCAN1'.
      LEAVE PROGRAM.
    ENDIF.
    *AT USER-COMMAND.
    CASE SY-UCOMM.
       WHEN 'ACTIONS'.
         LOOP AT SCREEN.
           IF SCREEN-NAME = 'FUNAME'.
           ENDIF.
         ENDLOOP.
    ENDCASE.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR FUNAME.
      PERFORM call_filedialog CHANGING FUNAME.
    PERFORM call_filedialog CHANGING FUNAME.
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 = SCRGRUP AND ACTNAME = 'Download' .
      SCREEN-ACTIVE = 0.
      MODIFY SCREEN.
    ENDIF.
    IF SCREEN-GROUP1 = SCRGRUP AND ACTNAME = 'Upload'.
      SCREEN-ACTIVE = 0.
      MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    FORM call_filedialog CHANGING fname.
      DATA: li_filetable TYPE STANDARD TABLE OF file_table,
        lv_return TYPE i,
        lw_filetable TYPE file_table.
      CALL FUNCTION 'TMP_GUI_FILE_OPEN_DIALOG'
        TABLES
          file_table = li_filetable
        EXCEPTIONS
          cntl_error = 1
          OTHERS     = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      READ TABLE li_filetable INDEX 1 INTO lw_filetable.
      fname = lw_filetable-filename.
    ENDFORM.                    "call_filedialog
    Reward Points, if useful.
    Regards,
    Manoj Kumar

  • Is it possible to add a button to the right-click context menu for a user in Outlook 2010 using VBA?

    I've tried many things and read up quite a bit but I cannot figure this out.
    I cannot create an add-in so I have to use VBA.
    I want to add a a button to the right-click context menu when I right-click on a user. Is this possible?

    Hello,
    Yes, it is possible to customize the context menu in Outlook. See
    Customizing Context Menus in Office 2010 for more information.
    But VBA doesn't allow to customize the Fluent UI in Outlook, you need to develop an add-in instead.

  • Missing options of "Enter Private Browsing" "Open new tab" and "Open new window" when right click (right context menu) firefox icon on taskbar

    Missing options of "Enter Private Browsing" "Open new tab" and "Open new window" when right click (right context menu) firefox icon on taskbar.
    i already tired complete uninstall and reinstall, but the options are still missing.
    print scr: http://www.freeimagehosting.net/9znkp
    Thank You in advance for help. Best regards

    Hello,
    ''jstavene wrote:''
    can find nothing under the tools menu for private browsing?
    Then it's not the same issue.
    If Firefox is set to '''Never remember history''', then you're in “permanent private browsing” mode, in which case the menu item ''Stop Private Browsing'' will be grayed out. Perhaps that's the case, and you don't find the menu item easy to see?
    * [[Settings for privacy, browsing history and do-not-track]]
    If that's not the case, then menu items can be hidden using the userChrome.css file. Check if it exists, and if it's there, rename it, then restart Firefox.
    * http://kb.mozillazine.org/UserChrome.css
    In Firefox Nightly (what will become Firefox 20), per-window private browsing has been added, so the menu item under the Tools menu is gone. It's been replaced by New Private Window under the File menu. I don't suppose it's very likely that you're using such a cutting-edge test version of Firefox though.
    If that doesn't solve the problem, since it's a different issue, it would be best if you would ask a new question.
    * https://support.mozilla.org/questions/new

  • Fireaction event on click of lov image icon

    hi tapash,
    i need to set fireaction event on click of lov image icon , i have tried using
    pagecontext.isLovevent() but this is fired only at the lov value on click back to the main page not immediatly after the image icon is clicked. so please suggest me some solution on this.
    with thanks
    prabhakara.p

    hi sumit,,
    actually the funtionality is i need to pass one value to lov query in controller.The query results are being displayed on the lov page after i set that value in where clause. Since i need to set that value in where cluase before the query execution(lov page display) thats why i need to set fireaction on image onclick of icon.
    column1 column2
    lov 1 val1
    lov 2 val2
    for example if i click lov2 immediatly i need to pass val2 in the where clause before the query execution...
    i hope u got this and thanks in advance please reply soon and i willl be greatfull to u since its very urgent...
    prabhakarn.p
    Message was edited by:
    user630121

  • I updated my Itunes the other day and now, when clicking on the itunes icon, the program does not open?? I have tried uninstalling and reinstalling, resetting the computer, checking permissions, running as adminstrator.. nothing is working?? Help!!

    I updated my Itunes the other day and now, when clicking on the itunes icon, the program does not open?? I have tried uninstalling and reinstalling, resetting the computer, checking permissions, running as adminstrator.. nothing is working?? Help!!

    Amazing steps you've done so far! The great news is this is very unlikely an issue with your iPhone.
    I've run into a similar issue lately as well. I narrowed it down to one song that was causing 30 songs not to sync. I removed the song from the sync list (unchecked it) and all 29 songs were able to sync.
    You may be running into a similar issue. This may be a problem with this version of iTunes, an issue with one song or a group of songs; hard to know for sure. It's important to narrow down and isolate the cause. Most imporantly get that music back on there!
    The way to narrow down the casue add just a few songs at a time (even 1, just to get that first sync finished). Manually syncing is what you'll need here.
    Plug in your iPhone, on the Summary screen (shows a picture of your iPhone, the iOS version, Restore iPhone....; etc). Under the Options area at the bottom choose to Manually Manage Videos and Music then choose Apply in the lower right. The music that's on your iPhone now should be removed from your iPhone now. You're now able to sync music manually.
    The link below explains how to drag the songs from the iTunes library on the computer on to your iPhone which will start the sync. Add just one song just to see if you can get 1 of those hundreds of songs on there. If you can, awesome! Keep adding until you find the song or group of songs that are causing this issue.
    http://support.apple.com/kb/HT1535
    Please let me know how things are going.
    Cheers!

  • I have Mac OS10.4.11 with MS Office 2004 installed. Yesterday, when clicking on the Entourage icon, in the dock, to receive my Email, the icon disappeared and I lost my Email service from the HD and from Spotlight, as well. Word, Excel and PP are still OK

    I have Mac OS10.4.11 with MS Office 2004 for Mac, installed. Yesterday, when clicking on the Entourage icon, in the dock, to receive my Email, the icon disappeared and I lost my Email service from the HD and from Spotlight, as well. Word, Excel and PP are still OK. Could this be a virus?

    Just thinking, if things are really missing...
    "Try Disk Utility
    1. Insert the Mac OS X Tiger Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)

  • 1) (Right click) Context menu is IE's context menu(!) and when I attempt to use a sight that uses scripts (a site that I've used extensively and which I use to conduct my online college courses - application is Angel), it goes blank

    1) (Right click) Context menu is IE's context menu(!) and (2)when I attempt to use a sight that uses scripts (a site that I've used extensively and which I use to conduct my online college courses - application is Angel), it goes blank
    == This happened ==
    Every time Firefox opened
    == 2 days ago ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; WWTClient2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Creative AutoUpdate v1.10.10)

    Previous post from "Not Anonymous" but from the original poster; I used the link provided in the email notification and now have to indicate who I am???
    Thanks; starting FireFox in safe mode and disabling all add-ons did solve the problem; however, a new problem has emerged. To re-enable the add-ons, you need to open up and use the add-ons control panel through FireFox. Any attempt to do so causes the FireFox add-on control page to close immediately.
    Thanks for your help.

  • When clicking on the Finder icon in the dock the Main Menu grays out ... what's wrong ... how do I fix?

    Product: iMac, OS X 10.9.5 (13F34)
    Processor: 3.5 GHz Intel Core i7
    Memory: 32 GB 160 MHz DDr3
    Storage: 3.12 TB Fusion Drive
    PROBLEMS:
    1. When clicking on the Finder icon in the dock, the main menu grays out and the window with documents, applications etc., does not pop up.
    2. iMac is not showing up in iCloud.com and, not syncing with my MacBook Pro, iPad Mini and iPhone.
    This situation seemed to appear after doing updates on my iMac.
    TROUBLESHOOTING I'VE TRIED:
    1. rebooted,
    2. repaired permissions,
    3. booted in safe-mode and let the basic tests run then rebooted to normal mode. Afterwards, the problem seemed to be corrected, however, it re-appeared shortly thereafter and still exists.

    Go to the Finder's General preference pane and reset the New Finder windows show: option.  Try changing it to some other folder, try it and then back again.
    If that doesn't jump start it try moving the com.apple.finder.plist file from your Home/Library/Preferences folder to the Desktop, reboot and then reset the Finder preferences.
    For Mavericks and Yosemite go to your Home folder and use the View ➙ Show View Options menu to bring the this window:

  • When clicked on Yahoo weather icon, Safari default search changes to Yahoo search. Would there be a fix for this?

    Hi Apple,
       When I click on the Yahoo icon on weather app, it takes to safari as expected, but it changes the search engine to Yahoo (i have to go back to settings and change the search back to google). This for me is a usability issue. Do you have this issue in pipeline to be fixed?
    Thanks,
    Aditya

    I'm not getting that behaviour at all.  It looks a bit like it's changed to Yahoo because you get a Yahoo search box in the webpage and it says "Yahoo search results..." at the top, but the search box within Safari is still Google.

  • Is it possible to create a hyperlink in a context menu entry?

    We use Altium Designer, which export schematics to PDF.
    For the parameters it uses the context menu of the pdf specs.
    One entry in the menu is a path to a document.
    Is it possible to get an hyperlink to this Path/URL, to open it directly out of the Adobe Reader XI?
    In the current output it is not possible.
    What must be done in the PDF definition to realize the hyperlink?
    best regards
    Silvio Kilz

    Are you using JavaScript to create this menu? If so then you can expand your code to open a file (or a web-link) based on the user's selection.

  • How to add events to Safari context menu

    Hi there, I have yet to buy an iPad, the choice is currently between the iPad and the Kindle. Although I would in fact prefer a general-purpose computer such as the iPad, the Kindle does meet all my current needs. Additionally, the Kindle has a single advantage that might make my choice.
    When browsing the web I need a method to select a word and send it to an url in the form:
    http://example.com?var=%s
    ...where %s is the word selected. I currently do this in Firefox and in Chrome with these addons:
    https://addons.mozilla.org/en-US/firefox/addon/searchwith/
    https://chrome.google.com/webstore/detail/ocpcmghnefmdhljkoiapafejjohldoga
    Additionally, my PDF reader (Okular on Kubuntu Linux) also has this feature built in. My workflow dictates this, there is no way around it. It is a feature that I use tens of times per day.
    If Safari cannot handle this, can another web browser be installed on the iPad?
    Thanks in advance for any advice.

    Hi Ray,
       Yes, you are right. This is the assignation chain:
       Command->group commands->resource/collection/details->layout set->folder/KM navigation iview.
       Remember, layout set is a service that you need to active on your repository.
       Layout set allows you define (between other things) commands groups availables for resource, links or folders.
       The context menu will have differents commands group depending reource type.
    Patricio.

  • Why is page generating request when clicked on menu?

    Hello,
    I am using JDeveloper 11.1.1.4.0
    Here is the sequence of activities in my application:
    1. User works on screen1
    2. He clicks on menu item, to go to screen2
    On the server it is observed that
    3. A request for screen1 is received. Then is received the request for screen2.
    Why is request for screen1 received on server?
    How do I ensure that request for screen1 is not sent to server?
    Regards,
    Amar

    Amar,
    This is how JSF works - events post back to the same page, even though you may end up navigating. This is called the "postback" pattern if you'd like to read more about it.
    John

  • Random video is played when clicking Disk Menu on Win

    A random video is played when clicking on button “Disk Menu [Ctrl+M]”on WinDVD 7 controller. Why is this? Everithing worked fine on a Apple computer.

    Hi:
    Please check DVDSP User Manual topic Remote Control Settings in the Chapter 17 and check you have the right settings for the remote control Menu button.
    Did you try in a stand alone player and/or another PC DVD software (i.e. VLC Player)?
      Alberto

Maybe you are looking for

  • Ipod touch will not turn on or respond at all.

    My friend tried jailbreaking his ipod touch an then erased the software from his ipod and turned it off and now it wont turn on or respond or do anything. I have tried many things....is there anything else i can do?

  • Is there any way this can be done?

    I have a 30GB video Ipod(2005  Fifth Gen I think) I had my ipod hooked up to my PC for a couple of years and it worked fine. Then it just stopped recognizing my ipod all together. I didn't really care that much because I had lots of music on it but n

  • An error occured in the claim providers configured from this site collection

    Hi Team I have farm Environment.I have Couple of Question 1)I have enabled web application from classic to claims mode.     Since than i have been getting error in sites in that Particular Webapplication.     I have configured CA,Webapplications Alte

  • Previous System

    Under MacintoshHD I have a folder called Previous Systems and inside that System I. It takes up 2GB of memory - can I ditch it without harm? Thanks Ron

  • Report with Dynamic Cursor

    hi forum I need your help and I hope you can help me. In my job I need to do a Report, but the function that containts the cursor returns a ref cursor and this ref cursor doesn't return a special format 'cause the cursor that I use is Dynamic so when