From: Kevin A. <al...@se...> - 2001-11-13 19:51:30
|
I added a getStringSelection() method to TextField, PasswordField, and TextArea in widget.py There is a difference between Windows and Linux in the numbers returned by getSelection(). Basically, to get accurate counts on Windows when matching the start and end numbers returned by GetSelection() on Windows you need to count the newlines in the text returned by GetValue(). You do not need to do this under Linux. ka |