The FXScript Reference

For Final Cut Pro created by Joe Maller

RadioGroup

input varName, "UIName", RadioGroup, value, label1, label2, ..., labelN

Related Links:
Color

Additional Notes

Multiple RadioGroup Display Bug

There seems to be a bug in FCP 3.02 where a script with more than one RadioGroup will not display it's controls correctly. This does not happen in FXBuilder, only in FCP's clip viewer.

Same as PopUps

The code structure for RadioGroups is identical to Popup menus. The two can be switched back and forth by simply changing the third item from 'RadioGroup' to 'Popup'.