MDI-form with RichViewAction

General TRichView support forum. Please post your questions here
Post Reply
kris
Posts: 1
Joined: Sun May 21, 2006 9:20 am

MDI-form with RichViewAction

Post by kris »

I have MDI-application with child-forms using RichViewEdit. All this forms have separate toolbars and RichViewActions assigned to buttons.
But for some reason buttons on all forms acts on the last opened form. When I press "Bold" on the first window this make text bolded on the second, but not the first one.
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Place TRVAControlPanel component on the main form (use only one instance of this component) and assign proper RichViewEdit to RVAControlPanel.DefaultControl each time when new form becomes active.
Post Reply