09-10-2019, 05:03 AM
(This post was last modified: 09-10-2019, 06:31 AM by SorenJensen.)
Hi Alexandre,
I have now (finally) had time to test it, and I can confirm it works. The caret is placed after the text in the edit.
If I want the text to be selected I suppose I could use the same technique, but with other (or more) commands. Can you give me some hint as how to do ? EDIT: Found an answer: Use This.Select() in the ScriptEvents.OnFocus for the edit field.
Regards
Soren
I have now (finally) had time to test it, and I can confirm it works. The caret is placed after the text in the edit.
If I want the text to be selected I suppose I could use the same technique, but with other (or more) commands. Can you give me some hint as how to do ? EDIT: Found an answer: Use This.Select() in the ScriptEvents.OnFocus for the edit field.
Regards
Soren

