[wxPython-users] wxTextCtrl buffering/jumping problem

Chris Ashurst CAshurst at thig.com
Thu Aug 3 13:20:17 PDT 2006


> ---snip---
> self.output = wxTextCtrl(self, -1, "", style =
> wxTE_MULTILINE|wxTE_READONLY|wxHSCROLL|wxTE_RICH|wxTE_RICH2)
> 

> Try using just one or the other of the wxTE_RICH and wxTE_RICH2 flags. 
> I don't remember which, but I think one of them has this pagedown on 
> append behavior and the other works as you expect.


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

I couldn't find anything on this pagedown on append behaviour... I tried
alternating between RICH and RICH2, but the only difference between them was
the fact that RICH on its own did not automatically attach a vertical
scroller.

Thanks for the reply though, I'll keep looking into the pagedown thing, see
if I can dig something up from somewhere.


~Chris




CONFIDENTIAL NOTICE: This email including any attachments, contains 
confidential information belonging to the sender. It may also be 
privileged or otherwise protected by work product immunity or other 
legal rules. This information is intended only for the use of the 
individual or entity named above.  If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, 
distribution or the taking of any action in reliance on the contents 
of this emailed information is strictly prohibited.  If you have 
received this email in error, please immediately notify us by 
reply email of the error and then delete this email immediately.




More information about the wxpython-users mailing list