Dynamically created widgets
Dynamically created widgets
- Subject: Dynamically created widgets
- From: Brian Luft <email@hidden>
- Date: Tue, 16 Oct 2001 22:31:30 -0500
I'm writing a program in which image wells and checkboxes are created
based on the user's MIDI configuration (specifically, the number of
sources and devices). How would one go about doing this with Cocoa?
Under other operating systems, I've enumerated the MIDI devices and
programmatically created the controls for each. What's the Cocoa way of
doing this?
Thanks. Brian