problem with wxtextctrl

hellprout hellprout at yahoo.com
Thu Apr 1 09:07:48 EST 2004


Thanks the option wxTE_RICH is the solution

thanks a lot 

and let's go python 

sylvain 

Robin Dunn <robin at alldunn.NOSPAM.com> wrote in message news:<sTCac.685$JX6.468 at fe07.usenetserver.com>...
> 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.



More information about the Python-list mailing list