[wxPython] wxTextCtrl GetValue/GetLastPosition inconsistency on windows?

It works with wxTE_RICH2 style but clearly has the problem wxTE_RICH.

Thanks
gb

···

On Mon, 23 Sep 2002 10:15:44 -0700 "Robin Dunn" <robin@alldunn.com> wrote:

Gary Bishop wrote:

Try with wxTE_RICH2. It seems to be working for me. I'll look into if it's possible to fix it with the other styles too.

what's wxTE_RICH2? does it auto-scroll with multi-lines?

···

----- Original Message -----
From: "Gary Bishop" <gb@cs.unc.edu>
To: <wxpython-users@lists.wxwindows.org>
Sent: Saturday, September 28, 2002 8:02 AM
Subject: Re: [wxPython] wxTextCtrl GetValue/GetLastPosition inconsistency on
windows?

On Mon, 23 Sep 2002 10:15:44 -0700 "Robin Dunn" <robin@alldunn.com> wrote:
> Gary Bishop wrote:

> Try with wxTE_RICH2. It seems to be working for me. I'll look into if
> it's possible to fix it with the other styles too.

It works with wxTE_RICH2 style but clearly has the problem wxTE_RICH.

Thanks
gb

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

Andrew Yinger wrote:

what's wxTE_RICH2?

It just specifies that a different version of the native control should be used on win32. It's ignored on other platforms.

> does it auto-scroll with multi-lines?

I don't know, try it out and see.

···

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