OXSkins - it's now possible ( and preferred ) to specify the desired
skin using an enumOutlookStyleDemo : Added ability to change skin type at run time,
and improved overall skin support. COXBItmapMenu : Fixed bug which caused documents to close when dirty
without prompting COXFrameWndDock::AttachMDIChild
: Allows users to specify the side to dock to, before it would dock to the first
one that was available. Also fixed some docking bugs in this class.COXListEdit : Added code to send a message to indicate editing has ended when the
drop button is pressed. COXPropertyTree : Added code to send a message to indicate editing has ended when
focus is lost.COXSizeDockBar::TabAllDockedControlBars : Added code so that the visible bar can
be selected, via a pointer or by index. COXComboPickerCtrl::OnPaint now checks if the OS version is
XP or higher, and if so it uses the default OS painting, else it does custom
painting for the combo box arrowCOXCalendarPopup::OnPaint : A bug (missing cast) has been
fixed which caused an error in VC++ 7.1 or higherCOXDateTimeCtrl::OnDropDown : The return value has been
changed from TRUE to FALSE, thus fixing a bad bug where the parent window
never gets to handle the notification.COXSysInfo has been updated to correctly identify all OSes
up to Windows Vista.COXMDIFrameWndSizeDock::OnActivate has
been fixed.COXTreeCtrl that caused random crashes during
drag/drop scenarios has been fixed.COXTreeCtrl were implemented:COXPreviewDialog caused
by a font that does not exist in all operating systems was fixed.COXTreeCtrl and
COXGridCtrl will draw their sort headers correctly now in Windows XP skinned
mode.COXPropertiesWnd class were implemented:OnDeleteProperty() notification was
added.DeleteAll() was added.COXMultiComboBox
causing uncontrolled scrolling to the bottom of the drop list in Windows XP
skinned mode.COXUxTheme – internal class used by
various Ultimate Toolbox classes designed to detect the presence of Windows XP
skins and retrieve their color schemas.TVOXS_NOFOCUSRECT style was
introduced in COXTreeView to provide the ability to turn off the item focus
rectangle for selected items.COXMDIChildWndSizeDock::Create(…)COXMultiComboBox was fixed.COXPhysicalEdit causing a
crash was fixed.COXTreeCtrl::SelectItem(…) from having any effect in single selection mode was
fixed.COXPropertiesWnd and all the different type of
properties that are supported.CMainFrame::OnCreate() InitializeToolbars() must be
called prior to calling InitializeCommands().COXPropertyTree – internal class
used by COXPropertiesWnd.COXListEdit – A drop edit control
with the ability to display a list of items.COXListPopup – internal class used
by COXListEdit.COXIPEdit – A an IP address edit
control.COXCalendarEdit – A drop edit
control for dates.COXMonthCalPopup – internal class
used by COXCalendarEdit. COXPropertiesWnd it was possible to edit a category
name, which caused a crash. This was fixed.COXTreeCtrl) is
automatically populated the user could not expand the tree by single
clicking on the plus. This was fixed.COXShdWnd class was not declared as exportable,
which caused some link errors. This problem was fixed.COXCustomTBComboBox with the
CBS_DROPLIST style under the Office XP skin was fixed.COXSkinnedCombo not to send
CBN_SELCHANGE message was fixed.COXDao the FindNext method will work properly with
searches on string values.COXSizeDockBar:: TabAllDockedControlBars(…) to accomplish
this.COXSkinnedComboBox
now sends proper notification messages.COXPreviewDialog which only occurred in Windows 2000 when compiled with
VC7 was fixed.|
Snapping Toolbars, Menubars and Docking Windows |
When a toolbar, menubar or a docking windows is being dragged the entire content is shown instead of just the outline. When it is being docked it snaps to its appropriate position before the user releases the mouse button. This behaviour is the same as the snapping toolbars and docking windows of Visual Studio .NET. |
|
Detachable tabs |
Two or more docking windows can be docked to the same area of then screen. When they are only one of the is shown and the others can be activated by clicking on the appropriate tab on the bottom. The user can click on a tab an drag it away, therefore separating a docking window from the group, hence the name "detachable tabs". Behaviour is similar but not identical to the detachable tabs of Visual Studio .NET |
|
Properties Window |
A new window designed to provide UI for properties and property categories. |
|
Window Shadows |
A new template class called |
There are also numerous minor features, updates and bug fixes.
CFormView constructor was added to COXSkinnedView.hCOXSkinnedCombo in Win
XP with Common Controls 6.0 was fixed.COXCoolToolBar to draw
incorrectly when the item images are very large was fixed.COXStatusBar will now properly draw a bitmap
under the Office XP skin.