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 » Gradient in Inner in Toolbar Collapse All
Subject Author Date
Alfonso Bastias Mar 4, 2006 - 10:50 PM

I create a Wnd derived class with CInnerToolControlBar inside, this is docked in the MainFrame (similar to ProfStudio). However, the toolbar is not persistent with the theme. For example, in Theme Office 2003 or VS2005 the toolbar is gradient. it is in the outter toolbars but not in the inner toolbars...
Prof-UIS has the same problem. How can I solve that..
Thanks

Alfonso Bastias Mar 5, 2006 - 9:55 AM

I mean... PROF-STUDIO example has the same ’problem’.... (not PROF-UIS)....

Technical Support Mar 6, 2006 - 7:19 AM

We do not see theme-related problems in ProfStudio’s toolbars. Non-redockable toolbars in this sample application simply do not use the balloon effect. You turned this balloon effect on in your application. Simply set the CExtToolControlBar::m_bForceBalloonGradientInDialogs property for non-redockable toolbars to true. This property can be changed on the fly like it is demonstrated on the Toolbars page in the ProfUIS_Controls sample.

Alfonso Bastias Mar 6, 2006 - 10:13 AM

Thank you!. It is working perfectly....