Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » How to add on to the right click ControlBar context menu? Collapse All
Subject Author Date
Chris Thomas Oct 2, 2005 - 9:53 PM

Hello, how can we add and item or items, possibly a submenu, to the right click control bar context menu? Or even change it entirely?

Thanks!

Chris Thomas Oct 2, 2005 - 9:54 PM

Just to be clearer, the menu that lists all the bars in the app, with checkboxes next to them.
Thanks

Technical Support Oct 3, 2005 - 9:50 AM

We have just modified the FAQ that answers you question. The pop-up menus in question are specified with the constants below:

__PMED_DOCKBAR_CTX           =  0, // dockbar context menu
__PMED_CONTROLBAR_CTX        =  1, // any control bar context menu (client area)
__PMED_CONTROLBAR_NC_CTX     =  2, // any control bar context menu (non-client area)
If you encounter any difficulties, please contact us again.