PDA

View Full Version : .net prerelease bug in .selection.text


Unregistered
December 23, 2002, 00:15:19
Christopher,

Will you please look at .Selection.Text. It will not accept a character that is a control character, eg, hard return, tab, page break.

With the way .net handles KeyDown/Up and KeyPress, we find it necessary to handle each and every keypress event ourselves, taking it out of that event entirely. (You see, we do AutoCap, abbreviation expansion, real-time spell check, etc). Will you put back in allowing TX.Selection.Text to accept those characters in the category Char.IsControl?

It would also be nice if you'd overload Selection.Text to accept a Char, instead of just a string.

Thanks a lot! The .net version is awesome!


This message was originally posted by Vann Joe in the old TX Text Control Support Forum.