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 » CExtPopupMenuWnd question Collapse All
Subject Author Date
tera tera Nov 7, 2008 - 1:53 AM

 


Hello.


BEGIN_MESSAGE_MAP(CSamplePopupDlg, CExtResizableDialog)

    //{{AFX_MSG_MAP(CSamplePopupDlg)

    ON_UPDATE_COMMAND_UI( 32123 , OnUpdateCmd)

    ON_UPDATE_COMMAND_UI( 32124 , OnUpdateCmd)


Without describing ON_UPDATE_COMMAND_UI.

I want to let a menu activate by a Virtual function of CExtPopupMenuWnd.

Please teach it.


Thanks,

Technical Support Nov 10, 2008 - 11:53 AM

Could you provide some more details about what variable menu is ?

Technical Support Nov 7, 2008 - 3:17 PM

Please let us know more details about your task. You simply added command updating message map entries for two command identifiers. What exactly do you expect from the popup menu?

tera tera Nov 7, 2008 - 5:11 PM

Hello.


I want to make a variable menu.

However, it seems to be able to come true in the following function counties.


TrackPopupMenu (

   TPMX_NO_CMD_UI |


_ItemFocusSet(

_EndSequence(


Thanks,