Re: Re: Re: Dynamically alterting objects in a view
Re: Re: Re: Dynamically alterting objects in a view
- Subject: Re: Re: Re: Dynamically alterting objects in a view
- From: "Aychamo Aychamo" <email@hidden>
- Date: Wed, 4 Oct 2006 15:08:44 -0400
Out of curiosity, if instantiated the NSTableView myself, instead of
through the nib, would it be something like this?:
NSScrollView *myScrollView = [[NSScrollView alloc] init];
NSTableView *myTableView = [[NSTableView alloc] init];
[myTableView .... set all the options];
[myScrollView addSubview: myTableView];
or something like that?
Thank you
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden