Re: Matrix of NSTextFields (creating it in IB)
Re: Matrix of NSTextFields (creating it in IB)
- Subject: Re: Matrix of NSTextFields (creating it in IB)
- From: David Remahl <email@hidden>
- Date: Sun, 24 Jun 2001 20:13:12 +0200
Drag *one* text field to you view. Now, press your option key, and start
dragging one of the middle selection markers in the direction you want
to replicate the control. The trick is to drag one of the middle
markers, not the whole object. This *isn't* userfriendly...But it is
explained in detail in help..
/ david
Hello,
I hate to ask such simple questions but this is driving me nuts, I
can't seem to figure out what I am doing wrong. I am working my way
through the "ToDo" tutorial in the O'Reilly Cocoa book and now on the
part where I hookup the outlets and actions for the "ToDoDocument" on
page 263. I can't seem to hookup the 'itemList' and 'statusList' text
fields as a NSMatrix. When I open up the example code from O'Reilly's
website I noticed that the NSTextFields appear grouped but as of yet I
have been unable to replicate this. I did try the Layouts->Group
In->Custom View (and select NSMatrix as the custom class) but this was
just a shot in the dark (voodoo). When I added the NSTextFields to the
window I first dragged a NSTextField from the palette to the window,
resized it, and then option dragged to make a duplicate (as I
understood the instruction at the bottom of 262). Is there something
missing in my dragging technique?