Disable ButtonGroup

Hello,

I have an Optional Input Port and I’m trying to disable a DialogComponentButoonGroup when there is no Input Table. But it seems like i can’t disable the ButtonGroup by disabling the SettingsModel. I even tried iterating over all Buttons of the Group and disableing them one by one instaed of disableing the SettingsModel but it didn’t have any effect. Am I missing something or doing something completly wrong?

Hi @erikBarthelmann,

please excuse the late reply, I just back from my vacation.

You need to call the setEnabledComponents method:

best,
Gabriel