Join Slack
Powered by
I wanted a nice way to activate the textfield when...
# tornadofx
e
edvin
03/19/2017, 10:17 AM
I wanted a nice way to activate the textfield when it becomes visible, so I added a
whenVisible
function and used it like this:
whenVisible { requestFocus() }
👍 3
Open in Slack
Previous
Next