[Release]DotNetBar v8.8 *NEW*[GUI]

Posts 115 of 18 · Page 1 of 2
[Release]DotNetBar v8.8 *NEW*[GUI]
Sup guys, got a neato DotNetBar v8.8.

Instructions are in the .zip. Extract and run the Setup file.
8.8.0.0

  • New: ItemDockContainer added, an container where you can arrange child elements added to SubItems collection either horizontally or vertically, relative to each other using SetDock and GetDock methods.
  • New: Ribbon Control Application Menu Backstage support added. Please see RibbonPad sample for demo.
  • New: Calendar/Schedule control all new YearView added
  • New: Added AppointmentView.IsTextClipped property to signify when AppointmentView display text has been clipped
  • New: Added DataGridViewTextBoxDropDownColumn type
  • New: ItemPadding property added to SuperTabControl and SuperTabStrip controls to set padding for non-tab items in tab-strip
  • New: Added CalendarView.GetDisplayTemplateText event. This event, when hooked, will call out to the user to get the DisplayText for any *unknown* DisplayTemplate values. You can now define your own DisplayTemplate values and process them in this event.
  • New: Changed Appointment.DisplayTemplate and to honor CalendarView 24Format setting
  • New: SuperTabControl Backstage style with global VistaGlass theme now renders dark-blue
  • Fixed: AdvPropertyGrid might throw an null-reference exception when certain property value is erased
  • Fixed: LabelItem with Office2003 style does not draw its text
  • Fixed: Ribbon control when running without glass enabled would trigger system button action when mouse is released over system button (min, max, close) even though mouse is not initially pressed on that button
  • Fixed: Fixed a problem where an unbound DataGridViewIntegerInputColumn would raise an exception when activated for editing
  • Fixed: AdvTree Second level child columns get ignored when parent node is expanded and at-least one column is auto-sized
  • Fixed: AdvTree Node column resizing might not work if tree is scrolled horizontally so parent node is not visible at all
  • Fixed: Fixed an issue where various DataGridViewX Column types would not display the very last row cell value when DataGridViewX.AllowUsersToAddRows was set to false.
  • Fixed: AdvPropertyGrid check-box for boolean value does not pick-up if property value setting was canceled inside of selected object property setter
  • Fixed: RibbonBar width might be increased at design-time when its style is changed
  • Fixed: Fixed ComboBox DropDownList text rendering issue when UseTextRenderer = true
  • Fixed: RibbonBar layout improved when switching style using StyleManager
  • Fixed:
  • Fixed: Showing RibbonControl on maximized modal dialog might throw an exception under certain timing conditions
  • Fixed: ColorPickerDropDown.Copy() method may generate an stack-overflow exception
  • Fixed: Text-markup expand tag now renders same as button expand


8.8.0.2

  • New: ButtonX.Paint event enabled
  • Fixed: AdvTree cell text-editor might expand beyond right edge of the control
  • Fixed: AdvTree Node.EnsureVisible method might not scroll enough to show first node
  • Fixed: AdvTree may generate an exception in designer if view is switched to tile and cells edited using collection editor
  • Fixed: Numeric input control might align input part of control incorrectly if no button is visible
  • Fixed: Fixed an issue where the YearView display might not always display that a given date has an associated appointment with it.
  • Fixed: Office2007StartButton with BackstageTab assigned requires at least one item in SubItems collection to show Backstage menu
  • Fixed: IpAddressInput control with AllowEmptyState=false requires all fields to be entered even though it shows 0 in some of them and they appear as being not empty


8.8.0.3

  • Fixed: Included double-buffering for DataGridViewX
  • Fixed: Included potential fix for QatCustomizeItem sometimes appearing on far right-hand side
  • Fixed: LabelItem on Ribbon QAT on Windows XP might be positioned to low


8.8.0.4

  • New: Added BackgroundStyle property support to DataGridViewDateTimeInputColumn, DataGridViewDoubleInputColumn, and DataGridViewIntegerInputColumn
  • New: ExpandablePanel.ExpandButtonAlignment property added to control alignment of expand button
  • New: AdvPropertyGrid enabled Del key in text-box editor so it deletes single character
  • New: Added CheckBoxX SqlBoolean value type support
  • Fixed: ColorPickerDropDown no-selection X draws 1 pixel out of bounds on bottom-right
  • Fixed: Fixed non-drawing text issue with DataGridViewComboBoxEx cells when DropDownStyle is set to DropDownList.
  • Fixed: Fixed / enhanced DataGridViewCheckBoxX to more properly handle both ThreeState and non-ThreeState processing with underlying boolean values.
  • Fixed: Fixed an issue with DataGridViewIntegerInput when bound to short int's.


8.8.0.5

  • Fixed: ItemPanel scroll-bar gets incorrectly repositioned by Framework when auto-scale on form is enabled and higher DPI resolution is used
  • Fixed: TextBoxX auto-sizing does not account for increased DPI setting
  • Fixed: CalendarView Appointment time might be set to invalid time due to day-light savings time switch in recurring appointment
  • Fixed: Fixed a problem with DataGridViewComboBoxExCell Tooltip values when bound to string data type.
  • Fixed: CalendarView Yearly recurrence fixes related to range number of occurrences calculation
  • Fixed: AdvPropertyGrid might show an exception when certain property values are changed
  • Fixed: Fixed a problem where the CalendarView.SelectedOwnerIndex was not initially set to the proper default state for single user view displays. This caused a minor problem where it would not let the user set the DateSelectionStart and DateSelectionEnd until the view had been physically selected.


Download be down there.
|
v[/SIZE]
DNB8.8.zipattachment deleted · 188 downloads before removal
Oh boy its an .nfo (sys info) file !!
Your point being?
Quote Originally Posted by Lolland View Post
Your point being?
How to install it ?? Is it a setup or what ???
Oh sheesh the file didn't zip correctly.

Reuploaded and fixed.
Quote Originally Posted by Lolland View Post
Oh sheesh the file didn't zip correctly.

Reuploaded and fixed.
Good. Thanks
:O SORRY, but what does it?
It's a commercial GUI component.

You use it to improve your design on your project/form.
You should:

- Add what is different between 8.7 and 8.8
- Add screenshots
- Add a tutorial on how to get this working
In the instructions you said:
Toolbox > Choose Items > Browse > C:\Program Files\DotNetBar\DevComponents.DotNetBar.dll

Isnt it:
Toolbox > Choose Items > Browse > C:\Program Files\DotNetBar\DevComponents.DotNetBar2.dll
Quote Originally Posted by Abstract View Post
In the instructions you said:
Toolbox > Choose Items > Browse > C:\Program Files\DotNetBar\DevComponents.DotNetBar.dll

Isnt it:
Toolbox > Choose Items > Browse > C:\Program Files\DotNetBar\DevComponents.DotNetBar2.dll
Details xDD
8.8.0.0

  • New: ItemDockContainer added, an container where you can arrange child elements added to SubItems collection either horizontally or vertically, relative to each other using SetDock and GetDock methods.
  • New: Ribbon Control Application Menu Backstage support added. Please see RibbonPad sample for demo.
  • New: Calendar/Schedule control all new YearView added
  • New: Added AppointmentView.IsTextClipped property to signify when AppointmentView display text has been clipped
  • New: Added DataGridViewTextBoxDropDownColumn type
  • New: ItemPadding property added to SuperTabControl and SuperTabStrip controls to set padding for non-tab items in tab-strip
  • New: Added CalendarView.GetDisplayTemplateText event. This event, when hooked, will call out to the user to get the DisplayText for any *unknown* DisplayTemplate values. You can now define your own DisplayTemplate values and process them in this event.
  • New: Changed Appointment.DisplayTemplate and to honor CalendarView 24Format setting
  • New: SuperTabControl Backstage style with global VistaGlass theme now renders dark-blue
  • Fixed: AdvPropertyGrid might throw an null-reference exception when certain property value is erased
  • Fixed: LabelItem with Office2003 style does not draw its text
  • Fixed: Ribbon control when running without glass enabled would trigger system button action when mouse is released over system button (min, max, close) even though mouse is not initially pressed on that button
  • Fixed: Fixed a problem where an unbound DataGridViewIntegerInputColumn would raise an exception when activated for editing
  • Fixed: AdvTree Second level child columns get ignored when parent node is expanded and at-least one column is auto-sized
  • Fixed: AdvTree Node column resizing might not work if tree is scrolled horizontally so parent node is not visible at all
  • Fixed: Fixed an issue where various DataGridViewX Column types would not display the very last row cell value when DataGridViewX.AllowUsersToAddRows was set to false.
  • Fixed: AdvPropertyGrid check-box for boolean value does not pick-up if property value setting was canceled inside of selected object property setter
  • Fixed: RibbonBar width might be increased at design-time when its style is changed
  • Fixed: Fixed ComboBox DropDownList text rendering issue when UseTextRenderer = true
  • Fixed: RibbonBar layout improved when switching style using StyleManager
  • Fixed:
  • Fixed: Showing RibbonControl on maximized modal dialog might throw an exception under certain timing conditions
  • Fixed: ColorPickerDropDown.Copy() method may generate an stack-overflow exception
  • Fixed: Text-markup expand tag now renders same as button expand


8.8.0.2

  • New: ButtonX.Paint event enabled
  • Fixed: AdvTree cell text-editor might expand beyond right edge of the control
  • Fixed: AdvTree Node.EnsureVisible method might not scroll enough to show first node
  • Fixed: AdvTree may generate an exception in designer if view is switched to tile and cells edited using collection editor
  • Fixed: Numeric input control might align input part of control incorrectly if no button is visible
  • Fixed: Fixed an issue where the YearView display might not always display that a given date has an associated appointment with it.
  • Fixed: Office2007StartButton with BackstageTab assigned requires at least one item in SubItems collection to show Backstage menu
  • Fixed: IpAddressInput control with AllowEmptyState=false requires all fields to be entered even though it shows 0 in some of them and they appear as being not empty


8.8.0.3

  • Fixed: Included double-buffering for DataGridViewX
  • Fixed: Included potential fix for QatCustomizeItem sometimes appearing on far right-hand side
  • Fixed: LabelItem on Ribbon QAT on Windows XP might be positioned to low


8.8.0.4

  • New: Added BackgroundStyle property support to DataGridViewDateTimeInputColumn, DataGridViewDoubleInputColumn, and DataGridViewIntegerInputColumn
  • New: ExpandablePanel.ExpandButtonAlignment property added to control alignment of expand button
  • New: AdvPropertyGrid enabled Del key in text-box editor so it deletes single character
  • New: Added CheckBoxX SqlBoolean value type support
  • Fixed: ColorPickerDropDown no-selection X draws 1 pixel out of bounds on bottom-right
  • Fixed: Fixed non-drawing text issue with DataGridViewComboBoxEx cells when DropDownStyle is set to DropDownList.
  • Fixed: Fixed / enhanced DataGridViewCheckBoxX to more properly handle both ThreeState and non-ThreeState processing with underlying boolean values.
  • Fixed: Fixed an issue with DataGridViewIntegerInput when bound to short int's.


8.8.0.5

  • Fixed: ItemPanel scroll-bar gets incorrectly repositioned by Framework when auto-scale on form is enabled and higher DPI resolution is used
  • Fixed: TextBoxX auto-sizing does not account for increased DPI setting
  • Fixed: CalendarView Appointment time might be set to invalid time due to day-light savings time switch in recurring appointment
  • Fixed: Fixed a problem with DataGridViewComboBoxExCell Tooltip values when bound to string data type.
  • Fixed: CalendarView Yearly recurrence fixes related to range number of occurrences calculation
  • Fixed: AdvPropertyGrid might show an exception when certain property values are changed
  • Fixed: Fixed a problem where the CalendarView.SelectedOwnerIndex was not initially set to the proper default state for single user view displays. This caused a minor problem where it would not let the user set the DateSelectionStart and DateSelectionEnd until the view had been physically selected.
I personally don't like DotNetBar that much :\
Quote Originally Posted by 'Bruno View Post
I personally don't like DotNetBar that much :\
I think its pretty good. Easy to use and nice. And thats the only gui components i have that works for me
Posts 115 of 18 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?