RichTextControl
Aleksey
Kapkaev at yandex.ru
Mon Nov 27 17:28:16 PST 2006
Hi!
I use wxPython and RichTextControl - super-control!
One uncomfortable feature, when I implement 'find in text' in this
control: GetValue and GetRange not returns real text, when control has
images,
because every image use 1 character, a GetValue and GetRange return text
without this characters.
And when selecting founded word I must recalculate selection points, if
this points after images.
Tcl/Tk text control includes find-in-text inside it and returns right
caret-positions.
More information about the wx-dev
mailing list