Re: resizing cells with NSBrowser
Re: resizing cells with NSBrowser
- Subject: Re: resizing cells with NSBrowser
- From: j o a r <email@hidden>
- Date: Thu, 3 Apr 2003 10:36:42 +0200
If the last column is always going to be a "preview" column, perhaps
you can place it outside of the browser entirely, and use an image view
or something else instead? Or if the last column is sometimes used to
display parts of the browsed tree, and sometimes used for preview, you
might use a tab view to flip between a single browser column, and some
other view used to display the preview.
j o a r
On Thursday, Apr 3, 2003, at 08:12 Europe/Stockholm, wilfried
reinthaler wrote:
i searched the web for this but could not find a solution.
so my hope lies in this list.
i use NSBrowser to display data in the way the finder (in column view)
shows files.
therefor the cell (subclass of NSBrowserCell) in the last column of my
NSBrowser should have different size.
unfortunately, the browser does not take the actual instance of my
cell (or the prototype of the corresponding NSMatrix) to calculate the
size but instead it uses its cellPrototype.
is this a bug or am i missing something?
is there somebody out, willing to show me a solution for this problem?
_______________________________________________
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.