The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
Quicktab Radio Buttons
-
Hello PluginCafe.
I have a simple question.
How to make Quicktab Radio buttons
like this one
?
Curently, my code looks like this.
LONG TEST_BUTTONS {CYCLE{ TEST_1; TEST_2; TEST_3; }FIT_H;} -
Seems like this is a way to go.
LONG TEST_BUTTONS {CUSTOMGUI QUICKTABRADIO; CYCLE{ TEST_1; TEST_2; TEST_3; }FIT_H;}Previously my mistake was that I was writing
CUSTOMGUI QUICKTABRADIOBUTTONinstead ofCUSTOMGUI QUICKTABRADIO