Are B Posted August 23, 2008 Share Posted August 23, 2008 HI, I am new to Interface Builder and need some very basic info that I haven't been able to find in tutorials: In my application I would like to have several drop down menu controls. But depending of which item you select in one of the menus, this should decide which of the other controls are visible. Do I have to code this or is it doable within Interface Builder? For example: One pop-up menu would ask to choose color. If you select red two additonal pop-up menus will show up. If you select blue, three additional pop-up menus and a radio button will appear. Any help would be appreciated. Are Norway Link to comment https://www.insanelymac.com/forum/topic/122424-cocoa-and-inerface-builder-conditional-controls/ Share on other sites More sharing options...
stroke Posted August 24, 2008 Share Posted August 24, 2008 You can use setHidden: to decide whether to draw certain controls.. you might be able to do this solely in IB through bindings, but I'm not sure. Link to comment https://www.insanelymac.com/forum/topic/122424-cocoa-and-inerface-builder-conditional-controls/#findComment-866818 Share on other sites More sharing options...
Recommended Posts