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 as Child Collapse All
Subject Author Date
Thomas Zaenker Apr 5, 2005 - 7:39 AM

Dear support team,


is it possible to embed a CExtPopupMenuWnd as a permanent child in a CExtResizableDialog?


The menu will have no further popup entries, so the size will be fix.


Best regards.


Axel

Technical Support Apr 5, 2005 - 8:52 AM

The CExtPopupMenuWnd class is designed to be the topmost pop-up window, so it cannot be used as a child of CExtResizableDialog. We may suggest that you try the CIconListBox control which is used in the ProfUIS_Controls sample. It looks exactly like a pop-up menu and may meet your requirements.