[CS3] TreeView Node Right click Contextual Menu

Fellow Developers,
Following is the code that I wrote in class FooPnlNodeEH : public CEventHandler to add a contextual menu. It doesnt work. Anybody has an insight what I might be doing wrong?
bool16 FooNodeEH::RButtonDn(IEvent* e)
   do
         InterfacePtr<IApplication> theApp(gSession->QueryApplication());
         InterfacePtr<IActionManager> actionMgr(theApp->QueryActionManager());
         InterfacePtr<IMenuManager> menuMgr(actionMgr,UseDefaultIID());
         // get the coordinates based on the mouse location
         GSysPoint location = e->GlobalWhere();
         menuMgr->HandlePopupMenu(
            PMString("Do something", PMString::kEncodingASCII, PMString::kNoTranslate),
            location, location, kFalse, this);
      } while (kFalse);
   return kTrue;
Thanks
Jack

This UI change is really stupid and useless. People got used to some specified menu items order. Changing this order could only annoy and anger.
Also the reload button has been relocated. This is another example of stupid Firefox 4 UI change. The good news is that it could easily be relocated to its original place.
It looks like the Firefox developers are suffering from idleness and boredom.
CHANGE IT BACK ASAP!!!

Similar Messages

  • A way to change right click contextual menu?

    Is there a way to change the right click contextual menu, so the first item is open in tabs?  I use tabs more than windows, and in Chrome, the tabs option is 1st and not 2nd.

    chevysales wrote:
    there must be a way  to remove it from my context menu on right clicks.... running version 5.1 network magic pro.
    already unchecked settings to remove network folder from my desktop.
    i have no reason to use the right click option so want to remove it. i am running vista ultimate 64 bit.
    i am quite able to edit ofr delete aregistry line but searched throughout regedit and can't find it.
    search on this forum turned up nothing... hard to believe no one asked this before on the forum.
    google turned up a blank also.
    thanx
    Hi chevysales,
    The logic is wrong. Go into Network Magic Options. On the General Tab, make sure that the following are not checked:
    Do not add Network Magic Folders icon to Open/Save dialogs
    Do not add commands to Explorer shortcut menus
    Click OK and reboot the computer and see if gone.
    I am running Windows XP Home Edition Service Pack 3 on my Wireless Computer and I checked the Right-click menu and don't have the options, when they aren't checked.
    thecreator - Running Network Magic version -5.5..9195.0-Pure0 on Windows XP Home Edition SP 3
    Running Network Magic version -5.5.9195.0-Pure0 on Wireless Computer with McAfee Personal Firewall Build 11.5.131 Wireless Computer has D-Link DWA-552 connecting to D-Link DIR-655 A3 Router.

  • Right-click contextual menu in Firefox 4: Is there a way to move/remove "Open in new tab?"

    I don't really like tabbed browsing, but "Open in new tab" is the first choice in the right-click contextual menu. I would like to have "Open in new window" be the first choice.
    So is there a way to edit the contextual menu to change the order of menu items or delete them entirely?
    Thanks in advance.

    This UI change is really stupid and useless. People got used to some specified menu items order. Changing this order could only annoy and anger.
    Also the reload button has been relocated. This is another example of stupid Firefox 4 UI change. The good news is that it could easily be relocated to its original place.
    It looks like the Firefox developers are suffering from idleness and boredom.
    CHANGE IT BACK ASAP!!!

  • Right-Click/Contextual Menu Hang

    Hi, for maybe a week now, Logic Pro 8 has been hanging every time I've right-clicked for about 30 seconds (every single time). I constantly check Console for any error messages, but nothing comes up, and I have no clue as to what the problem might be. Any help with troubleshooting or finding a solution would be greatly appreciated. Thanks.

    I just started getting something similar on most pop-up menus in Logic Pro 8.0.2. It started with channel strip preset menus, but today I was getting it on channel inputs, plug-in preset menus and eventually even on insert effect menus and the Esc tool box! I click, nothing for 3-4 seconds, then a spinning beach ball for about 18-20 seconds more, then the menu comes up like nothing happened.
    Nothing in Console here either. Activity Monitor shows one of my 8 CPU's peg to 100% during the lag. I have tried getting rid of two plug-ins I installed in the last month, verified all fonts and yanked the one I installed recently, repaired permissions, and cleared all caches using Onyx. Many full reboots. Everything is up to date.
    Everything else works and plays perfectly, but this is seriously killing my happy flow. What the heck changed recently? QuickTime 7.5? Pro App 2008-02?

  • Right-click contextual menu appearance

    This is an odd one. Not serious, but I'd like to find out why.
    We have two new Macbook Air's. One has the standard configuration, the other the higher spec CPU & Ram. When the lower spec version right-clicks on the desktop using a two finger tap, the menu appear instantly. When the higher spec version does this, it takes between 0.25 and 0.5 second to appear. As I said, not a deal breaker, but why the difference?  They both have similar things running in the background, similar things in the menu bar? Very little CPU being used, etc. Geekbench puts the higher spec one 1000 points better off so regardless of what background process is running it shouldn't make this kind of difference anyway. Can anyone offer a suggestion as to how I might ascertain what's causing the hold-up?

    This UI change is really stupid and useless. People got used to some specified menu items order. Changing this order could only annoy and anger.
    Also the reload button has been relocated. This is another example of stupid Firefox 4 UI change. The good news is that it could easily be relocated to its original place.
    It looks like the Firefox developers are suffering from idleness and boredom.
    CHANGE IT BACK ASAP!!!

  • Right click context menu does not appear only for Java 1.7, AWT TextField

    I have been debugging some issues that an application has been having with Java 1.7 versus older versions. A new problem I have encountered is that the right click context menu does not function in any TextField. It works fine when running/compiling it with any previous version of Java. I have tried coding a simple test with a Frame, Panel and TextField to see if it might be something else in the more complex application that was causing it, but the simple test class has the same problem.
    I have searched for other people having the same issue, but I have not found anything comparable. This seems like a huge change from one version to the next and I am surprised that I am not finding this mentioned anywhere else. Can someone point me to anything that discusses this issue that I am having? Does 1.7 require I implement my own context menu? I realize AWT is old technology, but this is an old, fairly complex application that doesn't use swing, and that is not going to change at this point.
    My simple test:
    import java.awt.*; 
    import java.awt.event.*; 
    import java.util.*; 
    class testF3 extends Panel 
      public static void main(String args[]) 
        Frame f = new Frame(); 
        Panel p = new Panel(); 
        f.setLayout(new BorderLayout()); 
        f.add("North", p); 
        TextField tf1 = new TextField("", 20); 
        p.add(tf1); 
        Dimension medm = f.getSize(); 
        medm.height = 100; 
        medm.width = 200; 
        f.setSize(medm); 
        f.setVisible(true); 

    In the past few days since upgrading to 4.0.4, the entire right-click context menu for links is gone and replaced with one item: "Copy Link" The "Open In New Tab" item, along with some other context items, is no longer there.
    That's actually a problem with your particular installation of Safari, b. I've got all the contextual menu entries with my 4.0.4.
    I helped fix one of these recently here at the forum. Try the procedure from the following post (it got back Tho's missing contextual menu entries):
    http://discussions.apple.com/thread.jspa?messageID=10598385&#10598385

  • Right-Click context menu is gone

    Using Windows 7, Safari 4.0.4. I noticed recently that when I right-click on a link, I saw the link context menu and I used to be able to select "Open in new tab" This was great to use the mouse only to navigate, open new tabs, and surf around...using just the mouse.
    In the past few days since upgrading to 4.0.4, the entire right-click context menu for links is gone and replaced with one item: "Copy Link" The "Open In New Tab" item, along with some other context items, is no longer there.
    To be honest, this is pretty useless. If I'm only using the mouse, then this means that I have to:
    1. Right Click on a link, select Copy Link
    2. Right click in the tab bar and select "New Tab"
    3. Click in the address bar of the new tab to select the field
    4. Right-click in the address bar and select paste
    5. And now I'm still having to use the keyboard to submit the address as there is no "Go" button for the address bar.
    I know I can just Ctrl + Click a link to open in a new tab, but that requires the keyboard and the mouse.
    I'm all for simple interfaces, but why did you take away the link's right-click context menu? It made surfing and opening tabs so easy using just the mouse.

    In the past few days since upgrading to 4.0.4, the entire right-click context menu for links is gone and replaced with one item: "Copy Link" The "Open In New Tab" item, along with some other context items, is no longer there.
    That's actually a problem with your particular installation of Safari, b. I've got all the contextual menu entries with my 4.0.4.
    I helped fix one of these recently here at the forum. Try the procedure from the following post (it got back Tho's missing contextual menu entries):
    http://discussions.apple.com/thread.jspa?messageID=10598385&#10598385

  • My right click context menu flickers and is not viewable - Help? (Not due to addons, as I dont have any)

    Running the latest version, with Win7, all menus including right click contextual, and menu bars flicker and disappear. THe menu is still there, just not readable. Have read about possible Addon problems, but thats impossible, since I have zero Addons and the only extensions are default nVidia ones (yes, I've tried disabling those, and it still happens). Can anyone/anything help fix this crap?

    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver.
    *https://support.mozilla.org/kb/how-do-i-upgrade-my-graphics-drivers

  • How do I fix the right-click context menu; it has blank entries and shows no selectable options?

    recently I have noticed that my right-click context menu looks like it has no entries. It shows up on a right-click, but the whole menu is blank. On further investigation there are scroll buttons on the top and bottom of the menu and if I hover over the up buttom eventually the normal context commands scroll down from above. I noticed this first a few days ago, shortly after the download of 3.6.13. Today I also noticed that some of my menu bars were showing a similar issue with blank entries in the menus. In one case the menu also didn't register where the mouse was, highlighting a command several steps further up.
    Is this something to do with the new Mozilla or something else? I only run a couple of addons, Ad Block Plus and Tab Mix Plus. Can try to capture a screen shot of the issue, but difficult since the menu dissapears when I try to do a screen grab!
    All help is much appreciated.

    Hi, thanks for the quick response!
    While trying to find info on how to fix this I looked up some context menu addons for FF and tried one. It didn't work so I uninstalled it and after that everything was back to normal. Odd, but there you have it. I still don't know what went wrong in the first place but for the moment it appears to have cleared up.
    Next time though I will try loading into Safe Mode if I find any issues (I forgot there was one!).
    Thanks for getting back to me again.
    GC

  • Is there any way to prevent the right click context menu from combining Stop/Reload?

    Is there any way (about:config tweak, or something) to prevent the right click context menu from combining Stop/Reload?
    Screenshot of what I'm talking about: http://picsend.net/images/873089StupidReloadSto.png

    I did try the add-on ''Menu Editor'' https://addons.mozilla.org/en-US/firefox/addon/menu-editor/ but even when I separate the navigation reload and stop icons and explicitly have both stop and reload set to be visible on the right click context menu I only get the one option showing.
    Whilst there may be some way of changing this I do not know how to and I do not really see any use case for making such a change. Only one option of the choice: stop or reload, is available at any instance in time, but that is the option you are able to use, the other option is not active and so is not displayed.

  • "Save link as" in Right-click Context menu is not working properly.

    Firefox 17: In a Google search, when I right click on a .pdf link, the popup window automatically gives a "url" filename and "Firefox Document" as filetype. Previously, the filename would be whatever it was on the website (ie. "filename.pdf") and the filetype would be "Adobe Acrobat Document".
    I know this problem has less to do with Firefox and more to do with JavaScript, because the problem disappears if you disable JavaScript (Tools -- Options -- Content -- uncheck "Enable JavaScript"). What's happening is that JavaScript is somehow altering the link from a purely .pdf link to something else -- perhaps encasing the link inside a set of commands, and the computer is trying to save the command string instead of recognizing the link for what it is. When JavaScript is disabled in Google searches, the highlighted "[PDF]" link no longer appears in front of the link itself, and the "Save link as" function on the right-click works properly.
    Any JavaScript junkies want to try their hand at creating a workaround? One that ensures that the reference created by the right-click context menu matches exactly what the filename is for the website?

    The problem is that Google has an onmousedown attribute added to the links that modify a link if you click or right-click a result link to make the link point to a safe browsing check on the Google server.<br />
    You can see that if you hover a link and you will notice that after you have (right) click a link the the URL changes to www.google.com/url?xxxxx.
    You can use this bookmarklet to remove the onmousedown attributes.
    <pre><nowiki>javascript:(function(){var e=document.querySelectorAll('*[id="search"] a[onmousedown]'),E,i;for(i=0;E=e[i];i++){E.removeAttribute('onmousedown')}})()</nowiki></pre>

  • Update for RDP 8.1 Windows 7 SP1 changed explorer right click context menu

    I have a 4 pcs and 3 nas drive on my network.  previous to the update I could view my pcs and nas drives in explorers right pane left click one and access the folders on it.  since the update I can no longer do this because "remotedesktopconnection"
    has been added as the default (previously it was "open") to the right click context menu.  can someone help me change this back so when I right click a network computer icon in explorer I only see:
    open                                                                   
    AND NOT                              remotedesktop
    open in a new window                                                                                       open
    create shortcut                                                                                                 open
    in a new window
                                                                                                                           create
    shortcut
    the exact update that makes the change is: kb2592687

    Hi
    Theoretically it could be done by modify registry. For example you could
    modify right click menu on .exe file by changing values under
    HKEY_CLASSES_ROOT\exefile\shellex\
    However there are some problems that I cannot define that what kind of “file”
    the network computer is.
    And I found no article specific to this.
    If you really need to restore your context menu and also need this update, I
    suggest you uninstall this update first. Then back up your registry, install it
    again. This time using process monitor you could record all registry modifications during
    this update installation. It might take lots of work.
    I tried to do that for you, unfortunately this update has been deployed in our environment which cannot be uninstalled from update history.
    For more information about process monitor
    https://technet.microsoft.com/en-us/library/bb896645.aspx?f=255&MSPPError=-2147217396
    Regards
    D. Wu
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • 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.

  • Reader 9.1.3 Right click context menu

    Good Morning,
    We have deployed the Acrobat Reader 9.1.3 MSP Patch on our network to upgrade to the latest version.  However, after the upgrade we are missing some functionality.  In previous versions we were able to right click on a PDF(s) and have the option to "Print".  With the new version those context menus seem to be missing.  Was this a change done by the product?  If so, anyone know why? And if not, does anyone know what I can do about re-adding this functionality?
    Thank you for your time on this matter,

    I put the following into a .reg file and this seems to work. Anything you see that could be wrong?  It does bring back the "Print" option under the right click context menu.
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\.pdf]
    @="AcroExch.Document"
    "Content Type"="application/pdf"
    [HKEY_CLASSES_ROOT\.pdf\OpenWithList]
    @=""
    [HKEY_CLASSES_ROOT\.pdf\OpenWithList\AcroRd32.exe]
    @=""
    [HKEY_CLASSES_ROOT\.pdf\PersistentHandler]
    @="{F6594A6D-D57F-4EFD-B2C3-DCD9779E382E}"
    [HKEY_CLASSES_ROOT\.pdf\ShellEx]
    [HKEY_CLASSES_ROOT\.pdf\ShellEx\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
    @="{49400A7C-81A8-4F52-8CCE-D54739EE87EC}"
    [HKEY_CLASSES_ROOT\AcroExch.Document]
    "BrowseInPlace"="1"
    "EditFlags"=hex:00,00,01,00
    @="Adobe Acrobat Document"
    [HKEY_CLASSES_ROOT\AcroExch.Document\CLSID]
    @="{B801CA65-A1FC-11D0-85AD-444553540000}"
    [HKEY_CLASSES_ROOT\AcroExch.Document\CurVer]
    @="AcroExch.Document.7"
    [HKEY_CLASSES_ROOT\AcroExch.Document\Shell]
    [HKEY_CLASSES_ROOT\AcroExch.Document\Shell\Open]
    [HKEY_CLASSES_ROOT\AcroExch.Document\Shell\Open\Command]
    @="\"C:\\Program Files\\Adobe\\Reader 9.0\\Reader\\AcroRd32.exe\" \"%1\""

  • Right-Click Context Menu's Acrobat X Pro Missing

    Hello.  I have a user of Acrobat X Pro on Windows XP 32-bit system.  When they right-click, the context menu's are not there.  These menu's exist in my other 2 users Acrobat 9 right-click menu's.  Please help me to resolve getting the menu items to show up.  I have tried running regsvr to reload the ContextMenu.dll file and it succeeded but still nothing when right clicking.

    Via Hit and Miss, I discovered that the "blanks" in my right click context menu are actually the command buttons, just missing the text.  I tried everything, including the contextmenu.dll approaches but nothing worked.  I then highlighted a few PDF's, hit the blank bar in the context menu, and voila - Acrobat opened and put me into the "combine files" window.    Even right-clicking on a single JPG and then hitting the blank bar opens up the "add files into a PDF" window.
    Not a perfect fix but at least it gives me what I want!!
    nd M

Maybe you are looking for

  • AppleCare Doesn't Recognize Serial Number

    I am trying to install AppleCare on my new iMac, but it says my serial number is incorrect. I've checked and rechecked it, and I've typed it in correctly. I'm not sure how to fix this problem. Any ideas?

  • Os 10.6.4 Update Warning! WarningI WarningI

    I have downloaded the latest update for Snowleopard and it has destroyed all links on my computer. I advise that you do not downloads the update. I have been doing my phd for 3.5 years and am in the final stages of editing typos and footnotes in my d

  • Login User ID Capture

    Hi ,   I  wanted to Capture Login user id in a realtime infocube . So is there any standard objects available like for Current Date we use SY-DATUM , the same thing for the  Login ID . Regards Ankit Vaish

  • BWF audio and metadata propigation to the PPro6 timeline

    When dropping a BWF file with metadata onto the PPro6 timeline It correctly displays the name of the clip from the metadata generated by the sound recorder (SD664) e.g. S04T02 for Scene 4 take 2 but not the track name  e.g. [lav2 Louis]. Instead, it

  • MRP Related Functionality

    Hi All, Need help on the below query related to MRP Consider an item I1 for which I have run the MRP Wizard. The forecast states wk39 (26/9/11) for 4,502 cases The MRP Results stated wk 39 (26/9/11) for 4,502 cases - ( noted in red as overdue based o