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 » Need CExtCheckBox and CExtButton on toolbar NOT CExtBar...Button Collapse All
Subject Author Date
Enrico Da Ros Oct 30, 2007 - 3:32 AM

Hello,
I am doing the last conversion passage on our application to finally buy the Prof-ui complete version, the last things we have to do is putting CheckBoxs and Buttons on the toolbars, unluckily seen that the gui is governed by another library we need to use something with a window handle so we can’t use the CExtBar stuffs for these controls. The weird things are:
CheckBoxes: On win2k the checkbox understand the SetCheck(BST_CHECKED/UNCHECKED) and changes accordingly the appearance of the control, the control has the corret skin and everything works. Under winXP (sp2) the control is painted always with Office2k3 style and the checkbox never change is appearance (while the GetCheck returns the correct BST_CHECKED/UNCHECKED state)
Buttons: On win2k the button does not show any "pushed button" animation but the action is triggered correctly. On windows XP (sp2) the button show the animation correctly.

Thank you in advance
Best Regards
Enrico Da Ros

Technical Support Oct 30, 2007 - 2:58 PM

Please let us know the following:

1) Do you need the button/check boxes inside CExtToolControlBar toolbar windows? Our toolbar allows you to attach any windows to its buttons. It also supports automatic checked/pushed state synchronization for the attached CExtCheckBox/CExtButton windows using MFC’s command updating mechanism that is potentially can be turned off if needed.

2) The animation is provided for Office 2007 themes only. Do you need to make buttons/check boxes alpha-animated in Office 2003 theme?