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 General Discussion » child dialogs without titlebar Collapse All
Subject Author Date
salam salam Sep 29, 2008 - 12:35 PM

Hi


I am using in my project child dialogs without titlebars


A child dialog is created in a modal dialog and positionned some where in this dialog.


When skinning (deriving the child dialog form CExtResizableDialog) the title bar is diplayed and the dialog can be moved inside the main dlg.


when aplying windows styles skins (not office2007) its working?


I see some posts talking about a bug in the support of office 2007 skin... I am using the Aqua skin and I have this problem?


Is there any workaround to this probleme, if I can "Not derive" my dialog from CExtResizableDialog but keep the possibility of having just the background of the child dialog skinned like my main dialog??


thank you


 

Technical Support Oct 1, 2008 - 7:57 AM

We are sorry, but the skinned windows without captions are not currently supported. This feature request is already in our to-do list.

salam salam Oct 2, 2008 - 1:40 PM

Thank you


I get It to work, for child dialogs, I don’t derive from CExtNCW<CExtResizableDialog> but directly from CExtResizableDialog and its working, I have just the background painted well