Re: NSCustomView?
Re: NSCustomView?
- Subject: Re: NSCustomView?
- From: Thomas Davie <email@hidden>
- Date: Sat, 14 May 2005 15:25:09 +0100
There's no such things as NSCustomView... All you have is NSView and
a lot of subclasses, if you want your own custom view, make your own
subclass.
Bob
On May 14, 2005, at 3:07 PM, Theodore H. Smith wrote:
How do you use NSCustomView?
I don't see any help on NSCustomView. Searching brings up this:
http://developer.apple.com/cgi-bin/search.pl?
q=NSCustomView&num=10&site=default_collection
Which contains two pages about Java and one which doesn't even
explain NSCustomView.
Is NSCustomView some kind of secret class? Is it worth using when
trying to group common behaviour?
Basically, I want to have an array of controls, each of which will
have a certain relationship to each other.
Visually like this:
<label><comboBox1><comboBox2><button>
And then I want to have many of these displayed vertically.
<label><comboBox1><comboBox2><button>
<label><comboBox1><comboBox2><button>
<label><comboBox1><comboBox2><button>
I was thinking, maybe the best way to do this, is to use an
NSCustomView? If not, what is the best way?
--
elfdata.com/plugin/ Industrial strength string processing, made easy.
"All things are logical. Putting free-will in the slot for premises in
a logical system, makes all of life both understandable, and free."
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmail.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >NSCustomView? (From: "Theodore H. Smith" <email@hidden>) |