Like the example at https://www.smartclient.com/smartcli...lloverControls, I want to disable some buttons based on the value of a record property. I managed to do so by overriding the show() method of the roll over canvas, loop over each member (the buttons) and call the setDisabled() method under certain circumstances.
My only question is whether this is good practice or if there's an event method that I've missed.
I'm using the latest 12.0p version.
My only question is whether this is good practice or if there's an event method that I've missed.
I'm using the latest 12.0p version.
Comment