Replies: 1 comment
-
| 
         It's already there in   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for the libraries. @czyzby 👍
Here's a little addition I wrote to make it easier to write
ChangeListenerto button etc. events, since according to the Vis*Button these are recommended since they don't trigger the event when the button is disabled (contrary to ClickListener).Then one can add a listener like this:
addChangeListener { event, actor -> println("ouch.. that hurt. Please don't click me again :(") }Beta Was this translation helpful? Give feedback.
All reactions