06-08-2014 12:32 AM
Altenbach, thanks for your solution above. It also helped me. Anyway, how can I make the string selected (like hold "Shift" and press "Home" on the keyboard) so that another input can be done immediately without clearing the string. I couldn't find a way of sending keystrokes to a string.
06-08-2014 12:38 AM
I don't understand what you are trying to do.
You can do filtering "key down?" events (on the control or on the panel), for example to achieve almost anyhtng you want.
06-08-2014 02:57 AM - edited 06-08-2014 02:58 AM
You can see the pics below. You might experience it when you input the wrong password in Mac OS login screen. YOu dont need to delete the string to input another because it's automatically highlighted.
06-08-2014 10:20 AM - edited 06-08-2014 10:21 AM
Like this.
Set the key focus of the control. Set the Selection Text to go from 0 to some number equal to or greater than the length of the string.
06-08-2014 11:48 AM
Thank you RavensFan, it worked. You saved me a lot of time!