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 » Matching CExtComboBox look Collapse All
Subject Author Date
Eddie Judson Nov 3, 2005 - 5:44 PM

Is there any way to have the drop down button on the CExtDateTimeWnd and the CExtGridCellComboBox match the drop down button on the CExtComboBox in the CExtPaintManagerOffice2003 look?  Also I have noticed the drop down button on the CExtDateTimeWnd drop down isn’t repainting properly on a CExtPropertyPage.


  Regards,


   

Technical Support Nov 4, 2005 - 9:34 AM

At the moment the CExtDateTimeWnd class doesn’t allow you to make the drop-down button look in the Office2003 theme. But you can draw it yourself: just modify the CExtDurationWnd::CExtDropDownButton::_RenderImpl() method as you need. To create your button you need to override the CExtDurationWnd::OnCreateDropDownButton() virtual method.

We cannot confirm that there is a bug with incorrect painting of the drop-down button on the CExtResizablePropertyPage pages. Please send us a screenshot or a test project that demonstrates the problem.