Forum

Free Download More Info
Welcome to the Personal Stock Streamer Developers Forum. Anyone can read messages, but you must be a registered user in order to post. (Sorry, we did this in order to prevent forum spam.)

Everyone who is registered for the Developers Forum on this site should now also have permission to log in and post to the Support Forum.  This was done by hand, so we may have missed a couple of people.  Please let us know if you do not have access to both forums.
Subscribe to RSS Feed
PSS Developers Forum -> Adding Item to Menu
Not logged in.
2006-03-23 21:17:13
1 of 2
#660
I can create an item and add it to a menu without a problem. However, I don't know what the menu name is for the menu that pops up when you right click a ticker symbol. I want to add an item to the "research" sub menu of that pop-up menu. I would have thought that adding it to Portfolio-->Research on the main menu would do it...but it did not.

Thanks,
Travis


Posted by: TRO
2006-03-24 10:23:40
2 of 2
#663
in reply to #660
Unfortunately for the right-click menus it's slightly more complicated. You have to set up a handler for the OnMenuPopup() event, see if the Research sub-menu is in the menu that is passed to you, and add your item there. Since OnMenuPopup() is also called for top-level menus, you should also make sure that your item isn't already in the Research sub-menu before adding it.
      
Anatoly Ivasyuk
DTLink Software

Anatoly Ivasyuk
DTLink Software