[Gambas-user] How to automatically select all text when first entering editable TableView cell?

Charlie charlie at ...2793...
Thu Feb 25 18:00:38 CET 2016


I could not get Gambas to do this, that's not to say it can't. I noticed that
pressing [Ctrl]+A selected the text so my solution is to get BASH to press
[Ctrl]+A
1/. Download and install 'xdotool' 
2/. Insert the following line after 'TableView1.Edit()'
Shell "xdotool key ctrl+a"
It worked for me.



--
View this message in context: http://gambas.8142.n7.nabble.com/How-to-automatically-select-all-text-when-first-entering-editable-TableView-cell-tp55537p55541.html
Sent from the gambas-user mailing list archive at Nabble.com.



More information about the User mailing list