Change log 6.4 Preview 2
roy.goffer posted on August 05, 2009 :: 2512 Views
This is the change log for version 6.4 Preview 2
Breaking Changes
----------------------------------------------------------------------------------------------
VWG-3032 - DataGridViewComboBoxColumn should display it's ValueMember through it's Value property
The Value property now contains the value of the ValueMember and not the DisplayMember.
VWG-3414 - ListView sorting requires specific coding - different from winforms
No need to use this.mobjListView.ListViewItemSorter = new ListViewItemSorter(this.mobjListView);
VWG-3557 - Assemblyinfo.vb duplicated when changing Assembly Information
AssemblyInfo file in VB.NET now created in MyProject.
VWG-3587 - DatagridviewTextboxEditingControl sholud not appear in tool box.
No longer appears in Visual Studio ToolBox.
VWG-3639 - Form - Enable property should go down to forms child controls
Enable property now goes down to child controls.
VWG-3647 - ListBox key events key events + selected change now raise one event to the server
VWG-3696 - HeaderedPanel PanelType property is obsolete and shouldn't be visible as property
PanelType property now hidden.
VWG-3897 - FlowLayoutPanel- Render Always Wrap Content in FlowDirection=LeftToRight
FlowLayoutPanel now also supports WrapContents = False.
VWG-4067 - Not possible to set focus to controls programatically
VWG-4094 - Implement pop-up windows in IE as floating DIVs
Pop-ups are no longer windows in IE.
VWG-4175 - MenuItem.MenuClick event should be obsolete
Use of the MenuItem.MenuClick event will generate a warning in compilation.
VWG-4791 - Add Deprecated Attribute to: TextBox Key Events - objArgs.Handled Obsolete warning added.
VWG-4793 - Menus should work within the main VWG pipeline New menus.
VWG-5188 - Panel and FlowLayoutPanel should have default BorderStyle - None
Default BorderStyle is now None for Panel and FlowLayoutPanel.
VWG-5120 - Showing a form via ShowDialog should not turn mainform completely black in the background
Background is no longer black.
VWG-5201 - Multiline Label should wrap it's text A new mechanism was added for text rendering.
New Features and Enhancements
----------------------------------------------------------------------------------------------
VWG-1494 - Spaces are ignored when setting the text of a Label
VWG-3337 - NavigationTabs should have a property to control the tab-height
VWG-4416 - ListView paging should be initialized upon adding and removing items
VWG-4576 - Add a ListView.ItemFormatting event to be fired before item formatting starts
VWG-4776 - Validate IE8 support
VWG-4437 - DateTime picker change from tokens to ticks
VWG-4573 - Menu Add a style IconColumnSeperator style
VWG-5204 - Spliter container should not drag spliter on right click
VWG-5214 - Add a IsLeftButton IsRightButton service in js
Tasks
----------------------------------------------------------------------------------------------
VWG-3491 - controls in registration propertie tab should resize to fit window
VWG-3814 - CHROME: Datetime picker not working
VWG-3836 - CHROME: Datagridview is not showing any data at all.
VWG-3956 - MenuiItem constructors
VWG-4091 - Forms of the Catalog Sample Application should be openable in design-view
VWG-4094 - Implement pop-up windows in IE as floating DIVs
VWG-4140 - Implement the ContextMenu.Show method
VWG-4175 - MenuItem.MenuClick event should be obsolete
VWG-4179 - Regression test for property store changes
VWG-4439 - Replace DataGridView Tables with Divs
VWG-4664 - DateTimePicker - rewrite javascript code
VWG-4745 - Add support for wrapping AJAX based controls
VWG-4748 - Validate that Silverlight 3.0 runs with the preview
VWG-4791 - Add Deprecated Attribute to: TextBox Key Events - objArgs.Handled
VWG-4783 - Add and implement an InvokeScript method for the RegisteredComponent class
VWG-4793 - Menus should work within the main VWG pipeline
VWG-4794 - Add binding events to the ListView control
VWG-4847 - change VS custom control template to use Tag attribute
VWG-4888 - Implement menu buttons object model
VWG-5070 - Add support for keydown enforcing as in click
Bugs fix
----------------------------------------------------------------------------------------------
VWG-1209 - DateTimePicker - functionality with "yy" format
VWG-1488 - DataGridView multiline text ignores newlines.
VWG-2031 - DateTimePicker up/down navigation on month in Short format
VWG-2132 - Combobox navigate up down
VWG-2150 - Data grid view last column left border disapers when uiCulture is set to IL
VWG-2358 - Disabled button with image should have a grayed image
VWG-2483 - DataGridView is not raising SelectionChange event once it has certain bindings
VWG-2528 - ContextMenu Popup Event is not fired.
VWG-2727 - DataGridView - even if it is disabled, it is still possible to select a row
VWG-2730 - DataGridView with on column
VWG-2742 - DateTimePicker: Value tokens should be inaccessible when disabled.
VWG-3029 - Databound Combobox requires an extra click in FF - FF configuration
VWG-3032 - DataGridViewComboBoxColumn should display it's ValueMember through it's Value property
VWG-3071 - event checkChanged in dateTimePicker
VWG-3075 - Test VWG v6.2.x SDK installation on Vista 64Bit
VWG-3210 - Groupbox when the text ="" Leaves a small gap
VWG-3213 - ListBox and ComboBox SelectedValueChanged fires twice
VWG-3216 - DateTimePicker bugs (using arrows keys to set date)
VWG-3267 - DateTimePicker ignores FirstDayOfWeek on display of Calendar
VWG-3394 - Errors when using VWG with IIS (Win Auth) & ASP.NET (AD Provider & Win Roles Provider)
VWG-3414 - ListView sorting requires specific coding - different from winforms
VWG-3475 - DataGridView - Selection cells
VWG-3503 - misspell in Server.Content.cs
VWG-3516 - Missprint in Common.cs, class WGAttributes
VWG-3557 - Assemblyinfo.vb duplicated when changing Assembly Information
VWG-3587 - DatagridviewTextboxEditingControl sholud not appear in tool box.
VWG-3632 - Diffrence between registering just a control and registering the namespace
VWG-3639 - Form - Enable property should go down to forms child controls
VWG-3647 - ListBox key events
VWG-3678 - VWG charts can not be added to designer
VWG-3696 - HeaderedPanel PanelType property is obsolete and shouldn't be visible as property
VWG-3742 - DateTimePicker - MaxDate
VWG-3806 - Control-Clicking a row in ListView should fire Click event every time
VWG-3863 - enble VWG property pages scrolling
VWG-3897 - FlowLayoutPanel- Render Always Wrap Content in FlowDirection=LeftToRight
VWG-3905 - Create a generic client template which will handle all text rendering
VWG-3954 - DateTimePicker up/down navigation on short date does not always give the correct day value
VWG-3964 - ListBox needs to fire DoubleClick event in FF3
VWG-3971 - ComboBox SelectedValueChanged event fire extra times.
VWG-4066 - VB form item templates carry form text property hardcoded
VWG-4067 - Not possible to set focus to controls programatically
VWG-4130 - Combobox shouldn't render it's dropdown below form boundaries in FF3
VWG-4225 - DataGridView Cells should be able to be copied to clipboard.
VWG-4240 - RibbonBar - Adding item to items collection of RibbonBarStackItem or RibbonBarFlowItem should not give error
VWG-4293 - MainMenu Enabled=False Should function fully
VWG-4308 - Button focus frame should be around the button border (FF and Chrome).
VWG-3414 - ListView sorting requires specific coding - different from winforms
VWG-4334 - ListviewItem - ForeColor/BackColor should be open for choice
VWG-4342 - CheckBox - Click event should fire in IE7 every time check is changed
VWG-4360 - CheckBox - CheckState Setter should remove value when default.
VWG-4362 - CheckBox - CheckState.UnChecked should cause Checked=False.
VWG-4363 - CheckBox - CheckedChanged Event should fire From checkState change like in Winforms.
VWG-4364 - CheckBox - Changing Checked property should cause CheckState change.
VWG-4400 - ListView with multiselect=True, should allow keyboard multiselecting
VWG-4485 - MainMenu - Menu Item
VWG-4535 - TreeView - Setting Font and size designtime should be reflected at runtime
VWG-4548 - Popup should open upwards when there's no room at the bottom of the form.
VWG-4551 - DateTimePicker ShowCheckBox Default should be compatible with Winform - false.
VWG-4552 - DateTimePicker - setting ShowCheckBox property should be effective in the designer.
VWG-4554 - DateTimePicker - CheckBox should be checked on popup open
VWG-4566 - Menu hover out of last item increases bottom size
VWG-4575 - ListViewColumn HeaderStyle=Nonclickable should prevent click
VWG-4580 - MainMenu shows tiny popup on clicking an Item with no SubItems
VWG-4589 - MainMenu Enabled=false should disable popups.
VWG-4679 - Button gifs should have transparent edges
VWG-4684 - ComboBox - custom combo
VWG-4689 - ToolBar DropDown button image and text
VWG-4691 - Workspace tabs doesn't look good
VWG-4765 - Project templates missing Referance copy local
VWG-4767 - ToolBarButton.Visible = false not working
VWG-4779 - ToolBar button image are removed after the form is closed.
VWG-4818 - Toolbar button dosen't use padding in skin
VWG-4824 - DateTimePicker ticks implementation issues
VWG-4839 - Theme Project item template should be supplied for VB.NET as well as C#
VWG-4841 - DateTimePicker in disabled state should gray-out all text
VWG-4860 - BackColor and Borders Stopped working in various controls.
VWG-4861 - Strange color behavior
VWG-4868 - DateTimePicker with a ShowCheckBox = True should show when focus is on the control
VWG-4875 - CheckBox: Click anywhere on the control should cause valueChange
VWG-4886 - Form closing should not be critical unless it was registered from server side
VWG-4887 - Mainmenu items should have sticky behaviour like in WinForms
VWG-4896 - IE8: MainMenu should be able to display more than 3 sub MenuItems
VWG-5051 - Selecting date with dropdown in DateTimePicker should leave focus on the control
VWG-5076 - Fix Button.RegisterClientAction
VWG-5077 - No indication for focused CheckListBox
VWG-5086 - Label: Fix MinimumSize and MaximumSize
VWG-5096 - DataGridView: should be filled when setting DataSource to empty DataTable and in same request DataSet gets rows
VWG-5105 - mstrActiveWindowGuid should be updated when closing windows even if no critical event was raised
VWG-5120 - Showing a form via ShowDialog should not turn mainform completely black in the background
VWG-5127 - Opening forms from Maximized inner form should work properly
VWG-5128 - Property Changes via the propertyGrid are effective only the first time
VWG-5131 - Anchor controls work in design time only after reloading the designer
VWG-5135 - DataGridView - Button column in FF doesn't work.
VWG-5136 - ToolBar - with icons form ImageList does't work.
VWG-5137 - Comobobx popup's height is exceeding in IE
VWG-5140 - MainMenu - 4th level items not showing correctly
VWG-5150 - MenuItem font size did not affect the menu size
VWG-5151 - AspPageBox - Error on the raise event.
VWG-5157 - MenuItem.Visible property not working
VWG-5159 - ToolBar - DropDownMenu ButtonClick event
VWG-5163 - FlowLayoutPanel - Does't work in none wrap content mode (in FF and Chrome)
VWG-5168 - Menu - looks bad in Gmail theme
VWG-5170 - Catalog sample missing images (ribbonBar)
VWG-5172 - HTMLbox with BackColor = Transparent, should render transparent
VWG-5176 - DataGridViewCheckBoxColumn: CheckBox should be aligned center
VWG-5178 - PropertyGrid: Description label at the bottom should be multiline
VWG-5179 - Theme Gmail: WorkSpaceTabs is missing tabs left gifs
VWG-5188 - Panel and FlowLayoutPanel should have default BorderStyle - None
VWG-5189 - ToolBar should fire ButtonClick event when clicking on a ToolBarButton
VWG-5192 - DataGridView: SelectedRows property should return correct value in RowHeaderSelect selection mode
VWG-5194 - Setting ComboBox.DropDownWidth to some non-default value, should not show "fill" effects and empty dropdown
VWG-5195 - Datagridview drag columns change header order but not the column
VWG-5200 - Calling EndEdit on BindingSource bound to a DataGridView within a TabPage, should not fire TabPage.Enter event
VWG-5201 - Multiline Label should wrap it's text
VWG-5203 - Complete all missing skin resources in the core 3.5 project
VWG-5205 - Creating new form should not set 'safeitemrootname' as the Form.Text property
VWG-5208 - Menu shortcut displays ctrlx and not ctrl+x
VWG-5243 - There should be more item templates than just Theme in both C# and VB.NET