This is a maintenance release that contains bug fixes and just a single change in functionality. I recommend that you read the change list files, that are linked below, in order to see the full list of bugs that have been fixed. Also included is a fix to the installer that prevents the Krypton controls from appearing multiple times inside the Toolbox.
The single functional change is to the Office 2010 palettes. As the result of a developer poll indicated that people wanted the default size of the Office 2010 palettes changed to match that of the Office 2007 palettes. This change has been made in this release. You can however revert those palettes to the smaller size, or indeed any size you like, using the following example code…
KryptonManager.PaletteOffice2010Blue.BaseFontSize = 8.5f;
KryptonManager.PaletteOffice2010Silver.BaseFontSize = 8.5f;
KryptonManager.PaletteOffice2010Black.BaseFontSize = 8.5f;
This new BaseFontSize property is available on the built-in palettes except the Professional variations. There is also a BaseFontName that allows the font to be changed away from the default Segoe UI setting.
Download Link
Download Krypton 4.1.1
Change Lists
Toolkit Change List
Ribbon Change List
Navigator Change List
Workspace Change List
Docking Change List
December 10th, 2009 at 7:32 pm
Just upgraded. Noticed a problem straight away: The VS outputwindow gets flooded with the following:
GetPreferredSize {Width=2147483645, Height=2147483645}
GetPreferredSize {Width=2147483645, Height=2147483645}
GetPreferredSize {Width=2147483645, Height=2147483645}
GetPreferredSize {Width=2147483645, Height=2147483645}
GetPreferredSize {Width=2147483645, Height=2147483645}
GetPreferredSize {Width=2147483645, Height=2147483645}
GetPreferredSize {Width=2147483645, Height=2147483645}
GetPreferredSize {Width=2147483645, Height=2147483645}
…
December 10th, 2009 at 8:20 pm
Ah, remove the Output.WriteLine from the ViewLayoutFill instance.
December 10th, 2009 at 8:46 pm
I’ll wait for a new release if you don’t mind ;-)
December 15th, 2009 at 11:51 pm
Don’t know if you’ve seen this post or not, but I thought I might give you a heads up via this item: http://www.componentfactory.com/forums/viewtopic.php?f=3&t=2512#p11012
December 16th, 2009 at 12:01 am
Phil,
do you have any plans on releasing a revised version without this ‘Output.WriteLine’ problem soon?
Thanks,
Harold Jansen