connect two wxRichTextBuffers
Karol Bielecki
aafe at tagmet.com.pl
Thu May 22 06:34:46 PDT 2008
Sorry.
I don't speak English so difficult explain
> textctrl.GetBuffer().Invalidate(wxRICHTEXT_ALL);
> textctrl.Refresh();
> textctrl.Update();
>
not work
suposue in budor1 is text "one"
and in bufor2 is text "two"
after all
when I select text "two" by mouse in richtextctrl
in control is select text "two" and "one" at the same time
and when I add
textctrl.AddParagraph("");
everything is ok only I have 1 empty line on end
More information about the wx-users
mailing list