<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Readme file for C1Input for .NET, .NET 2.x version. <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Thank you for your interest in the ComponentOne Input offering. ComponentOne Input for .Net (C1Input), is an integral part of ComponentOne Studio for .Net. Please direct your feedback for to the following newsgroup: news://news.componentone.com/Component1.public.net.c1input For the C1Input for .NET 1.x version's maintenance log, please see the readme-dotnet_1.txt file also included in the release. <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Differences from the .NET 1.x version: <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> * Please note that some changes in this version are not compatible with the 1.x versions and may require (minimal) changes to the source code. * C1Input 2.x does not reference or need the C1Common assembly. * Flag properties (FormatInfo, MaskInfo,ParseInfo, Prevalidation, PostValidation) do not show the Inherit flags at design time, as those flags are set automatically. * Most complex properties can now be reset to the default value in the designer. * The CopyWithLiterals property was removed from C1TextBox as it is duplicated in MaskInfo. * The AllowDbNull property was removed from C1TextBox and is only available as a sub-property of the PostValidation property. * C1DropDownControl now allows to specify custom images for its buttons via the new property ButtonImages: public ButtonImages ButtonImages {get;set;} <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> C1Input for .NET (.NET 2.x version) maintenance log: <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ======================================================================== C1Input for .NET Build 2.0.20071.32006, 01-Jun-2007 ======================================================================== Bug fixes --------- * Fixed: in C1DropDownControl and derived controls (C1DateEdit, C1NumericEdit), text in the control was offset 1 pixel to the right/down relative to C1TextBox. This resulted in clipping the bottom of some chars, e.g. "g". ======================================================================== C1Input for .NET Build 2.0.20071.32005, 22-May-2007 ======================================================================== * In a C1TextBox with NumericInput set to true, upon entering the control with an initial integer value, pressing the End key and then typing the decimal point, the decimal point is not entered. Fixed. ======================================================================== C1Input for .NET Build 2.0.20071.32004, 02-May-2007 ======================================================================== * Fixed: If Application.EnableVisualStyles is not called, 3d border on C1TextBox still showed as XP themed border (unlike the behavior of MS TextBox). ======================================================================== C1Input for .NET Build 2.0.20071.32003, 08-Feb-2007 ======================================================================== * No changes in this build. ======================================================================== C1Input for .NET Build 2.0.20071.32002, 21-Dec-2006 ======================================================================== * When a dropdown form (e.g. calendar) is opened, if it would hit bottom of screen, the form opens above the control instead of below (before, it was shifted just a bit up to fit in screen). ======================================================================== C1Input for .NET Build 2.0.20071.32001, 10-Oct-2006 ======================================================================== * 2007 T1 release. ======================================================================== C1Input for .NET Build 2.0.20063.31002, 10-Oct-2006 ======================================================================== * Fixed: C1TextBox.BackColor was ignored if ReadOnly were true. ======================================================================== C1Input for .NET Build 2.0.20063.31001, 26-Jul-2006 ======================================================================== * T3 2006 release. * The behavior of Margin and Padding properties of C1TextBox and inherited controls is now consistent with the standard .NET 2.0 behavior. ======================================================================== C1Input for .NET Build 2.0.20062.30142, 21-Mar-2006 ======================================================================== * Added the AllowPartiallyTrustedCallers attribute to the assembly. * Fixed: if MaxLength was specified for a C1TextBox, and the textbox contained that number of chars, and they were selected, typing did not replace the selection. * Fixed: changing the Font property was ignored on C1TextBox. ======================================================================== C1Input for .NET Build 2.0.20062.30141, 16-Feb-2006 ======================================================================== * T2 2006 release. * In a multiline C1TextBox, the text was shifted 1 pixel up/left as opposed to a single-line text box. This was especially noticeable when the text box showed the focus rectangle (as it interfered with the caret). ======================================================================== C1Input for .NET Build 2.0.20061.30139, 29-Dec-2005 ======================================================================== * T1 2006 release. ======================================================================== C1Input for .NET Build 2.0.20053.30138, 29-Dec-2005 ======================================================================== * When a C1TextBox was bound to a data source, and then recevied and lost focus, the data set was always updated, even if no changes were made in the text box. The issue is .NET 2.0 specific, and is related to the new in .NET 2.0 PropertyDescriptor.SupportsChangeEvents property. Fixed. ======================================================================== C1Input for .NET Build 2.0.20053.30131, 5-Dec-2005 ======================================================================== * Miscellaneous bug fixes. ======================================================================== C1Input for .NET Build 2.0.20053.29911, 3-Nov-2005 ======================================================================== * First public .NET 2.x release. <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> The End. <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>