This is a migrated thread and some comments may be shown as answers.

RichTextbox control from Assembly

3 Answers 68 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Rabeeh
Top achievements
Rank 2
Rabeeh asked on 20 Dec 2010, 01:25 PM
I want to export only RichTextbox control from Telerik Assembly and use it in my project, I tried Assembly Minifer, it did not view anything.

How to do this...

3 Answers, 1 is accepted

Sort by
0
Boby
Telerik team
answered on 21 Dec 2010, 05:35 PM
Hello Rabeeh,
I am not sure if I understand you correct, but at our side Assembly Minifier correctly minifies Telerik.Windows.Documents assembly - it properly finds RadRichTextBox in there and successfully extract it (note that you should wait for a few seconds) - please find screenshot attached. This process should reduce assembly's size with about 100 KB.

Don't hesitate to contact us if your problem persists.

Regards,
Boby
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Rabeeh
Top achievements
Rank 2
answered on 22 Dec 2010, 10:07 AM
OK today it worked, although I waited many minutes yesterday and nothing happened...

Thanks for the help

Telerik SL controls are very big in size, should be more optimized...

Regards
 
0
Iva Toteva
Telerik team
answered on 23 Dec 2010, 04:19 PM
Hello Rabeeh ,

It is good to hear that you were also able to use the minifier.
As for the big size of the assemblies, this is inevitable when extending the supported features of the controls. We are, of course, trying to optimize it.
You can make sure that you are not adding any unnecessary assembly references to your project.
The one you need for RadRichTextBox is Telerik.Windows.Documents.
For some additional features, you might need:

  • Telerik.Windows.Documents.FormatProvider.(Html, Pdf, OpenXml or Xaml), if you are exporting or importing files. You would also need the Html format provider for Html printing and print preview;
  • Telerik.Windows.Controls.RichTextBoxUI if you want popups and other UI features (context menu, dialogs, selection mini toolbar);
  • Telerik.Windows.Documents.Proofing.Dictionaries.En-US if you want spellchecking in English.

All the best,
Iva
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
RichTextBox
Asked by
Rabeeh
Top achievements
Rank 2
Answers by
Boby
Telerik team
Rabeeh
Top achievements
Rank 2
Iva Toteva
Telerik team
Share this question
or