Re: how can I do a list of views?
Re: how can I do a list of views?
- Subject: Re: how can I do a list of views?
- From: j o a r <email@hidden>
- Date: Tue, 28 Sep 2004 15:38:43 +0200
On 2004-09-28, at 15.24, stephane sudre wrote:
So, the window, might look something like this:
Text label 1: ______________ // edit text
Text label 2: Popup Item 1 // popup menu
Another label: ______________ // edit text
Sorry if this isn't too descriptive, it's hard to do this with text.
But the idea is that the choices would fit inside of a scrolling
view. The amount of choices can vary from 1 to several.
If there's a good piece of sample code which might shed some light on
this, please let me know. Don't want to bother the list with too many
newbie questions.
www.stepwise.com look you will.
The most recent article read you will.
I think that what Daniel asks for could be resolved without the tricks
outlined in my article. My article is mostly targeted for allowing you
to use views that does not draw using cells, and for when you want to
display data that doesn't fit in a fixed number of columns - none of
which really fit the problem that Daniel presents.
How about creating a subclass for NSTableColumn that overrides
"dataCellForRow:" to query the table view data source what the
appropriate data cell for a particular row would be?
j o a r
_______________________________________________
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