Binding Buttons to a ListBox
Posted on September 22, 2009
Filed Under REALbasic Tutorial
Back in the good ol’ days you could use a menu option to “bind” a pushbutton to a listbox which made it really easy to keep someone from clicking the button if there wasn’t a row selected in the listbox.
That feature no longer exists in REALbasic, but it’s really super-simple to bind a button to a listbox with a single short line of code.
In fact, the REALbasic video tutorial (link opens in a new window) for this tip is probably too long when compared to the code that’s written. =:)
Click here to get your copy of REALbasic
Comments
One Response to “Binding Buttons to a ListBox”
Leave a Reply
I found it useful. You present in a way that is easy to follow. Many thanks Jay.
Gordon