|
From: Kevin A. <al...@se...> - 2001-11-22 21:17:01
|
> From: "Kevin Altis" <al...@se...> > > What I would like to do is go ahead and start using wxTE_RICH > now, rather > > than waiting for 2.3.2 to be released, so that I can do some > testing. The > > biggest problem with the 32K text control is that you have to > count and keep > > track of newlines manually under Windows in order to make sure > all selection > > and insertion operations work correctly which is a major pain. > > Kevin, I've also noticed this (in anygui), and had to find ugly > workarounds > for it. If I understand you correctly, it is not needed any more when > wxTE_RICH is used? *THAT* would be an improvement... Correct, wxTE_RICH uses a different native control under Windows and it appears to behave like the Linux GTK control. Not sure what will happen on wxMac. http://lists.wxwindows.org/pipermail/wx-dev/2001-November/014549.html http://lists.wxwindows.org/pipermail/wx-dev/2001-November/014563.html and other messages on the GetStringSelection thread. It is very annoying, but I don't know whether Vadim plans to do a fix. The problem is that if you have written code for Windows expecting it to work one way all your code will break, but I think this is a nasty bug. You could bring this issue up on wx-dev and see what kind of play it gets. ka |