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

Mini Tool bar not showing even if IsSelectionMiniToolBarEnabled is true

3 Answers 69 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
NRT
Top achievements
Rank 1
NRT asked on 24 May 2013, 06:18 AM
Mini Tool bar not showing even if IsSelectionMiniToolBarEnabled is true

3 Answers, 1 is accepted

Sort by
0
Pinho
Top achievements
Rank 1
answered on 21 Jul 2014, 01:25 PM
Hi NRT,

 having the same problem, did you found a solution?
0
Petya
Telerik team
answered on 23 Jul 2014, 04:37 PM
Hi,

Could you please try out the solution mentioned in this help article? It is possible that MEF is the cause of the issue you are seeing.

I hope this helps.

Regards,
Petya
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Pinho
Top achievements
Rank 1
answered on 23 Jul 2014, 04:51 PM
Hi Petya,

 thanks for your reply.

 a few hours ago, in desperation I added the following code:

richTextBox.SelectionMiniToolBar = new SelectionMiniToolBar();

 And it worked, I suspect that it force the load of some assemblies.

Thanks for the help


Tags
RichTextBox
Asked by
NRT
Top achievements
Rank 1
Answers by
Pinho
Top achievements
Rank 1
Petya
Telerik team
Share this question
or