Good day. How can I make the button disabled?
E.g. I have a program with a list of showtimes and a list of related channels, where this program also shows.
But, for some programs there are only one current channel available. So, I don't need the button functionality to choose another channel. I can do
channelButton.unobserveField("buttonSelected")
but it still could be focused. How can I make this button not focusable?