problem with wxtextctrl

Robin Dunn robin at alldunn.NOSPAM.com
Wed Mar 31 12:05:28 EST 2004


hellprout wrote:
> hi , i have a problem with a wxtextctrl with multiline option.
> i want to write a file , line after line , in my wxtextctrl .
> But my file is too longer , and the wxtextctrl can't write the end of
> the file , i miss 100 lines of my file ...
> What can i do to have all data file ?
> 

If you are on Windows then add the wxTE_RICH style when constructing the 
wxTextCtrl.  This will switch to a native control that can handle more 
than 64k of text.

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!




More information about the Python-list mailing list