Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Toolkit Pro 9.80 Release Notes
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Toolkit Pro 9.80 Release Notes

 Post Reply Post Reply
Author
Message
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Topic: Toolkit Pro 9.80 Release Notes
    Posted: 27 September 2005 at 11:06pm
Xtreme Toolkit Pro
# Type Description
1 Sample update Added ResourceEditor sample
2 New feature CXTPTabPaintManger::m_bSelectOnDragOver variable added
3 New feature Added alpha icons support for CXTMenuListBox control
4 New feature xtpTabLayoutRotated enumerator added
Xtreme Suite Pro
# Type Description
1 Fixing source Enhances in Office tooltips style, xtpToolTipLuna tooltip style added
2 Fixing source Fixed ampersand problem in tooltips
Xtreme CommandBars
# Type Description
1 New feature WM_XTP_CONTROLRBUTTONUP notification added
2 New feature WM_XTP_COMMANDBARKEYDOWN notification added
3 Interface changed Changed interface: CXTPCommandBar::OnKeyDown(UINT) to CXTPCommandBar::OnHookKeyDown(UINT, LPARAM)
4 New feature CXTPControlComboBox::EnableAutoComplete and CXTPControlComboBox::EnableShellAutoComplete methods added
5 Interface changed CXTPControlComboBox::GetText renamed to CXTPControlComboBox::GetListBoxText
6 New feature CXTPPopupBar::SetDoubleGripper method added
7 New feature SetEditHint/GetEditHint method added for CXTPControlEdit and CXTPControlComboBox classes
8 New feature CXTPControlComboBox::SetEditIconId/GetEditIconId methods added
9 New feature Added virtual CWorkspace* CXTPTabClientWnd::CreateWorkspace() for custom CWorkspace class
10 New feature Added standard Combo Box notifications (CBN_DROPDOWN, CBN_CLOSEUP, CBN_SETFOCUS, CBN_KILLFOCUS...) for CXTPControlComboBox
11 New feature Reworked CXTPStatusBar. added new CXTPStatusBarPane class with methods like SetVisible, SetTextColor, SetBackgroundColor, SetIconIndex, SetTextAlignment, SetTooltip....
12 Interface changed Because of bad design of CStatusBar class, CXTPStatusBar now derived from CControlBar
13 Interface changed Reworked CXTPDialog to allow Docking and Customization, Removed CXTPDialog::SetMenuBar because of it
14 Interface changed Reworked CXTPShortcutManager to allow shortcuts customization in Dialogs. XTPShortcutManager glabal function removed, use pCommanBars->GetShortcutManager() instead.
15 Interface changed CXTPCommandBars::LoadCommandBars and CXTPCommandBars::SaveCommandBars now save/restore shortcuts too. Call pCommanBars->GetShortcutManager()->SetAccelerators(IDR _MAINFRAME) to enable it/
16 Sample update Updated Dialog Sample to show Customization and Docking in dialog
17 New feature Added CXTPToolBar::ShowExpandButton method to allow show/hide expand button for Menu/ToolBars
18 Interface changed Switched xtpThemeOffice2000 and xtpThemeOfficeXP enums, can lead to incorrect themes for your applications, please check it
19 New feature Enhances in arrow key navigation for floating and popuped toolbars
20 Fixing source Added visual state of Checked but Disabled button
21 New feature TPM_RECURSE flag support added
22 Fixing source Added Tooltips for Edit part of ControlCombo and ControlEdit
23 Fixing source Fixed bug of 9.70 not processing extended Alt key
24 Fixing source A lot of enhances of ComboBox control behaviour
25 Fixing source Expand to top animation added
26 New feature Added enhanced support for automated testing utilities used IAccessible interface.
27 New feature Added Workspace enumerators: xtpWorkspaceNewTabRightMost, xtpWorkspaceNewTabLeftMost, xtpWorkspaceNewTabNextToActive
Xtreme Property Grid
# Type Description
1 New feature Property Grid grabbed Enter and Escape key of Modal dialogs
2 New feature CXTPPropertyGrid::SetInplaceEdit, CXTPPropertyGrid::SetInplaceList methods added
3 Interface changed Some methods of CXTPPropertyGridItemXXX classes made as virtual
4 Fixing source Double property grid item now use system decimal symbol
Xtreme Docking Pane
# Type Description
1 New feature CXTPDockingPaneManager::SetDockingContextStickerStyle method added; xtpPaneStickerStyleWhidbey and xtpPaneStickerStyleVisualStudio2005 enumerators added
2 New feature CXTPDockingPanePaintManager::SetSplitterStyle method added
3 New feature CXTPDockingPaneManager::SetCaptionDirection method added
Xtreme Report Control
# Type Description
1 New feature ReportItem and Column tooltips added
2 New feature Explorer and Office 2003 column styles added
3 New feature Added ability to edit Preview part of Record
4 Sample update Added date picker popup for date items editing in TaskList View. (MFC, VB samples)
5 Interface changed CXTPReportView::SetReportCtrl method added, m_wndReport now removed, please use CXTPReportView::GetReportCtrl() instead
6 New feature XTP_NM_REPORT_LBUTTONDOWN notification added
7 Interface changed Changed enumerators names: xtpGrid* to xtpReportGrid*; xtpColumn* to xtpReportColumn*
8 New feature XTP_NM_REPORT_GETITEMMETRICS notification added. Added GetItemMetrics call before Group Row drawing
9 New feature Added CXTPReportPaintManager::m_bGroupRowTextBold member
10 New feature xtpReportTreeStructureDots enumerator added for tree structure
11 New feature CXTReportRecordItemEditOptions::m_bSelectTextOnEdit variable added
12 New feature DT_WORDBREAK column alignment type support added. Call CXTPReportPaintManager::SetFixedRowHeight(FALSE); to enable it
13 New feature Added copy/paste/cut handlers
Xtreme Calendar Pro
# Type Description
1 New feature Encoding parameter support added for XML provider
2 Fixing source Enhancements in RTL mode
3 Fixing source Added XTP_NC_CALENDAR_BEFORE_EVENT_EDIT_OPERATION notification for each event dragging step
4 Fixing source Fixed WeekView left-right keyboard scrolling
5 New feature To avoid screen blinking added redrawing lock until finished processing all notification handlers
6 New feature Added SetFirstWeekOfYearDays / GetFirstWeekOfYearDays for date picker control
7 New feature Added methods GetVisibleRange(), EnsureVisibleSelection() to DatePicker control
8 Fixing source DatePicker scrolling to visible days when syncronized with Calendar
9 Fixing source DataBase data provider save date fields correctly for non-US locales
10 Interface changed Metods to work with Tooltips moved to public scope. Separate HideTooltip() method added
11 Fixing source Timer leak on tooltip showing
12 New feature Added methods EnableTooltips(), IsTooltipsEnabled()
13 New feature Added XTP_NC_DATEPICKERBEFOREGOMODAL notification to DatePicker control
14 New feature CXTPDatePickerControl::GoModal() returns FALSE when ESC key pressed
15 New feature Calendar controller adjusted to work with modal DatePicker control
16 Fixing source DataBase data provider processing NULL values
17 Fixing source Prevent multiple raising XTP_NC_CALENDARVIEWWASCHANGED notification
18 New feature Possibility to disable vertical and horizontal scrolling added to calendar view
19 New feature Option UseOutlookFontGlyphs added to calendar options
20 Sample update Fixed incorrect recurrence type radio buttons initializion in Edit Recurrence dialog
21 Fixing source Fixed paste event bug in day view
22 Fixing source Fixed delete selected events bug
23 Fixing source Update text colors on the fly in the Month View
Xtreme Task Panel
# Type Description
1 New feature CXTPTaskPanelItem::SetVisible/IsVisible methods added
2 New feature Added AutoHeight parameter for SetSize method in TaskPanelGroupItem to allow Stretch Controls to fill whole group.
3 New feature Group Icons support added for all theme
Xtreme ShortcutBar
# Type Description
1 New feature CXTPShortcutBar::ShowExpandButton method added
2 New feature CXTPShortcutBar::AllowFreeResize method added
3 New feature CXTPShortcutBar::ShowActiveItemOnTop method added
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.109 seconds.