Add a visual loading indicator to display the progress of the assemblies loading process
Create FileThumbnail control: I would love to have an easy way to display the thumbnail preview of a file. The Windows Shell does it, but the pInvoke code required to make this work is excessive. Something like this: http://stackoverflow.com/questions/1439719/c-sharp-get-thumbnail-from-file-via-windows-api Perhaps a "RadFileThumbnail" control? The Windows API Code Pack for Windows 7 has something like this, but you lock yourself into Windows 7 by using it. http://archive.msdn.microsoft.com/WindowsAPICodePack
Support Documents (RichTextBox) assemblies
The MaskedInput controls cannot be extracted from the Telerik.Windows.Controls.Input.dll
Extend the WP7 support. Add support for each assembly and control.
Sometimes the application never loads the requested dlls' content.
Implement a command line version which can be integrated with TFS.
Summer, Office_Silver, Office_Black Themes cannot be minified , after loading they dissapear from the "extracting" grid
RadRichTextBox`s dlls cannot be minified ( Telerik.Windows.Documents and its derivative dlls)
Implement a feature in the AssemblyMinifier to allow explicitely to define which classes to be included in the minified assembly - for example through a regular expression.
Telerik.Windows.Controls.Charting.dll cannot be minified
"It would be really useful to have a RadComboBox with a RadTreeView. The combination of RadDropDownButton with a RadTreeView seems to be an insufficient workaround: - start-up item setup - sync current item - IsOpen hack in MVVM - no validation support - which is a serious drawback - no edit/search support"
XamlParseException when minifying the XAP
Problem with finding dependencies not statically known.
Fix the animation of the RadWrapPanel. As a workaround: <telerik:RadWrapPanel > <i:Interaction.Behaviors> <ei:FluidMoveBehavior AppliesTo="Children" Duration="0:0:0.4"> <ei:FluidMoveBehavior.EaseY> <CubicEase EasingMode="EaseOut"/> </ei:FluidMoveBehavior.EaseY> <ei:FluidMoveBehavior.EaseX> <CubicEase EasingMode="EaseOut"/> </ei:FluidMoveBehavior.EaseX> </ei:FluidMoveBehavior> </i:Interaction.Behaviors> </telerik:RadWrapPanel> Check the attached project.
Hanging the UI for bigger xaps.
ColorToBrushConverter is removed but is used, causing run-time error.
Add support for Assembly Library Chaching in Xap Minifier
Not flushing the uploaded files, selection after downloading the Result.
When the PngBitmapEncoder uses source from a PNG file with opacity then the result image rendering is gray. The class is available in UI for Silverlight.