Page 1 of 1

MDI-form with RichViewAction

Posted: Sun May 21, 2006 1:26 pm
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.

Posted: Mon May 22, 2006 7:13 pm
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.