stefaan
2006-08-11 22:22:30 UTC
Hello list,
I seem to have hit a limit in the wx.TextCtrl, created with
wx.TE_MULTILINE and wx.HSCROLL, when displaying a long line of text.
(long in my case meaning > 12000 characters)
The output is corrupted, as if two lines of text were printed on top of each
other. The control works perfectly for short lines of text.
In fact I want to display two such lines, neatly aligned under each other,
and with differences between them being colored.
Is this a python specific limitation, or a general wxwidgets limitation?
Any other widgets I could use to accomplish my goal?
I am using python 2.3 and wxpython 2.6.3.2.1.2 as packaged on debian unstable.
(This uses the gtk2-unicode version of wxwidgets)
Thanks in advance,
Stefaan.
I seem to have hit a limit in the wx.TextCtrl, created with
wx.TE_MULTILINE and wx.HSCROLL, when displaying a long line of text.
(long in my case meaning > 12000 characters)
The output is corrupted, as if two lines of text were printed on top of each
other. The control works perfectly for short lines of text.
In fact I want to display two such lines, neatly aligned under each other,
and with differences between them being colored.
Is this a python specific limitation, or a general wxwidgets limitation?
Any other widgets I could use to accomplish my goal?
I am using python 2.3 and wxpython 2.6.3.2.1.2 as packaged on debian unstable.
(This uses the gtk2-unicode version of wxwidgets)
Thanks in advance,
Stefaan.