
Codejock Toolkit Pro for Visual C++ provides Windows developers with a robust set of components combining 11 of our most popular components: Command Bars, Controls, Chart Pro, Calendar, Docking Pane, Property Grid, Report Control, Shortcut Bar, Syntax Edit, Skin Framework and Task Panel.
v16.1 [Apr 19, 2013]
New Features
Fully supports Visual Studio 2012 platform
Updated Deployment wizard for Visual Studio 2012 compiler options
Fully supports Windows 8 platform
Calendar
New Features
Added new Office 2013 theme and features
Fixes
Fixed drawing of hour scale when scaling interval is too small (e.g. 1 minute)
CreationTime/ModificationTime fields for calendar event object are now settable (Issue #28720)
Fixed drawing of 2px border in office2010 theme (instead of 1px)
Fixed drawing of header border in office2010 theme for 'today' day
Fixed drawing of header border in office2010 theme for 'today' day
Chart
New Features
Added trendlines
Added error bars
Added support for NULL values
Flow Graph architecture has been extended to support many new features such as XML, turning it into a fully featured diagram control
Added Connections annotations
Added 9 types of connections - Straight, Straight Arrow, Straight Double Arrow, Curved, Curved Arrow, Curved Double Arrow, Elbow, Elbow Arrow, Elbow Double Arrow
Ability to show/hide a node
Fixes
Fixed a problem when SetAlignment does not work Y axis
Fixed hang when displaying chart data with big numbers
CommandBars
New Features
Added new Office 2013 theme and features
Added new Visual Studio 2012 Light and Dark themes
Added property to allow tooltips to display in popup mini toolbars
Added SetAllCaps to change menu item captions to all caps
Fixes
DPI-awareness for toolbar/ribbon icons as an option (off by default)
Issue #28663 Tab-Key doesn't move Focus to the next control in a CXTPCommandBar
Print preview didn't work correctly when passing 2 pages in CPrintInfo (Issue: 28244)
Improved ribbon look and feel when defining custom font height (Issue: 28667)
Fixed crash when drawing an invalid image in a pop-up bar (division by zero)
Controls
New Features
Added new Office 2013 theme and features
Added new Visual Studio 2012 Light and Dark themes
MultiRowTabsOptimization property for TabPaintManager to disable optimization of tabs positions
TrayIcon: support of custom tray icons in balloon tooltip, support of big balloon icons for Windows Vista and later
Office 2013 theme for Popup Control
Office 2013 theme for TabManager
Own drawing of item icons, expand/collapse symbols in CXTPTreeBase with themes support
Fixes
Reverted CXTPMarkupStatic::SetMarkupText and added CXTPMarkupStatic::SetMarkupTextEx which adds special handling of the % symbol (used by Ribbon customize dialog).
Show/hide the close button of the tab when using CXTPTabManagerItem::SetClosable
Exclude markup listbox when _XTP_EXLUDE_MARKUP is defined
Exclude markup tree control when _XTP_EXCLUDE_MARKUP is defined
Fixed CXTPTreeBase::DoBanding when hitting top of tree control (issue #28792)
Fixed dots when painting tabs in xtpTabLayoutVisualStudio2010 appearance in multi-row layout (Issue #28846)
Fixed drawing of header title when it's drawn in a non-standard font - Italic/Bold/Underlined (Issues 28562 and 27902)
Issue #: 29057 CXTPTreeBase OnLButtonDown
Issue #: 29719 Two errors at ComboBox
Fixed a crash in markup listbox in some circumstances
Docking Pane
New Features
Added new Office 2013 theme and features
Added new Visual Studio 2012 Light and Dark themes
Fixes
Issue #: 29412 Docking Pane with CHtmlView repaint problem
Markup
New Features
Support of scientific notation (exponential) when defining Path points
Added SmoothingMode extension to markup shapes
Path Data: elliptic arcs support (A/a command), quadratic Bezier curves support (Q/q command) and smooth quadratic Bezier curves support (T/t command)
Fixes
MarkupColumnDefinition MaxWidth was assigned To MinWidth (Issue: 29446 )
XAML Parser: fixed memory leaks that happen with some xaml files of wrong format
Fixed drawing of image in GDI+ context when an image is scaled
Fixed an issue of saving the control to an image when a node has a control inside
FG fixed support of alpha channel of custom nodes color
Property Grid
New Features
Added new Office 2013 theme and features
Added new Visual Studio 2012 Light and Dark themes
Fixes
Reverted the OnValueChanged method prototype
Fixed editing of date values with date format set to default on some systems (Issue: 28906)
Fixed updating of values in CXTPPropertyGridItemFlags (Issue 30331)
Report Control
New Features
Added new Office 2013 theme and features
Added new Visual Studio 2012 Light and Dark themes
Added CXTPReportColumn::SetItemIndex
Added MarkupUIElement to ReportRecordItem
Fixes
Disabled filtering of header and body section by default
CXTPReportColumns::Remove released column too early, passing invalid pointer to notifications
Ribbon
New Features
Added new Office 2013 theme and features
Fixes