Hello folks, I'm trying to use Gorm to build a user interface for my
app, but have run into a couple problems.
1) Dragging radio buttons from the UI widget palette on to my window
creates a single radio button rather than a matrix of
radio buttons. This doesn't seem very practical as radio buttons
make sense in groups.
2) I can't figure out how to add new fields to an NSForm. In
InterfaceBuilder this is accomplished by dragging the boundary magnets
while holding the Option key, but this doesn't seem to work in Gorm
(in fact Gorm completely ignores my option drag attempts).
Any help is appreciated (Gorm version 0.6.0 Beta Jan 30 2004).