Re: how would you allow editing of a combo box's values?
Re: how would you allow editing of a combo box's values?
- Subject: Re: how would you allow editing of a combo box's values?
- From: Cryx <email@hidden>
- Date: Fri, 5 Jul 2002 01:11:15 -0500
On Thursday, July 4, 2002, at 07:45 PM, Ondra Cada wrote:
On Friday, July 5, 2002, at 02:02 , Cryx wrote:
Or is there view management that needs to occur? Ie. Would the
custom cell need to register its table view as a subview of its
superview?
Nope. As a matter of fact, you only call the view's drawing functions;
the rest of view API lays there utterly unused.
It seems the view won't draw correctly unless it's added as subview.
The view doesn't function if it's not part of the view hierarchy as it
won't receive events.
Nevertheless, my table view in a cell is working. Unfortunately it
doesn't seem that the row height in an outline view can be adjusted on a
per row basis?
Daryn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.