It is our pleasure to present you the much improved and completely new RadDock for WinForms (Q2 2009 Beta). You can find detailed information on what is new and improved here: RadDock for WinForms Q2 2009 Beta.Project upgrading instructions are also included.
The beta is available for download from your Telerik accounts --> Downloads (or Free Trials for the trial version) --> RadControls for WinForms --> Q2 2009 Beta Download:
You can view a quick demo (source code included) of the new RadDock in action in the specially prepared Bug Tracker Demo, which you will find attached to this post:
The Telerik Theme class is missing an iterator for the used colors in the theme. With such an iterator it would be much easier to use the color blend feature.
As an extension i would like to suggest to have a getter/setter for a colorpalette which contains all the used colors of a theme. The advantage of the colorpalette is it could have an iterator for the colors, be loaded/saved to xml and it could be easily used with every theme. When i define a green colorpalette i could use it with the desert theme, the office 2007 blue theme, the aqua theme, ...
As a further side effect telerik could provide predefined colorpalettes like a silver and a black colorpalette and then we would not need the office2007black and office2007silver theme anymore. We would just change the colorpalette to silver or black.
Kind Regards,
Ramius
Enquiry enquiry = new Enquiry();
DocumentWindow document = new DocumentWindow();
document.Text =
"New Enquiry form";
document.Controls.Add(enquiry);
enquiry.Dock =
DockStyle.Fill;
this.radDock1.AddDocument(document);
Rgds
Stephen
void sch_mousedown(object sender, MouseEventArgs e) |
{ |
if (e.Button == MouseButtons.Right) |
{ |
string x = sender.ToString(); |
MonthCellElement element = (MonthCellElement)sender; |
int stuff = e.Location.X; |
stuff = e.Location.Y; |
_sch_context.Show(element, e.Location); |
} |
} |