I have an Editor on Desktop that uses DesktopTextArea.SelectionStart and DesktopTextArea.SelectionLength when performing a Find+Replace function. Now I want the same functionality with a WebTextArea, but those Values are not available. I have also tried GraffitiTextfield, but it also has no SelectionStart and SelectionLength values.
Hi David,
I saw this post and added the following to GraffitiTextField for the next release:
Added: GraffitiTextField has a new SelectAll method. (101)
Added: GraffitiTextField has a new SelectionLength as Integer property. (101)
Added: GraffitiTextField has a new SelectionStart as Integer property. (101)
I’m happy to add features most of the time, and it would probably happen quickly if you open Feature Requests in my support system. I’ve opened a ticket for you and provided the updated class.