Re: Win32Lib RichEdit suggestion
- Posted by Derek Parnell <ddparnell at bigpond.com> Mar 24, 2001
- 385 views
Aku wrote: > Why I can't use getText for RichEdit, I must use getRichText. > > It's better to use getText for RichEdit, but keep getRichText. getText(id) does work for RichText already. It returns the *selected* text from a RichEdit control. The getRichText(id,range) is used when you need to get text other than what the user has selected. Because they take different parameters, it would break existing code to make getText work the same as getRichText. ------ Derek Parnell Melbourne, Australia "To finish a job quickly, go slower."