Re: Collapse / Expand View
Re: Collapse / Expand View
- Subject: Re: Collapse / Expand View
- From: Brian Ganninger <email@hidden>
- Date: Fri, 19 Nov 2004 21:10:20 -0600
I recommend checking out SNDisclosableView and its DisclosableView
framework from Kurt Revis (http://www.snoize.com/Code/), it does
exactly what you ask and is dead simple to add support for inside your
app where needed. Full details can be found by searching the archive or
the accompanying example(s) and doc(s).
- Brian Ganninger
Lead Software Engineer,
Infinite Nexus Software
[ software beyond limits ]
http://www.infinitenexus.com/
On Nov 19, 2004, at 6:27 PM, Byron Wright wrote:
Is there a view that I can use that is collapse and expandable like
the native "get info" pane from files? I attempted this with a NSTimer
and a NSClipView but it seems I would have to manage size change
notifications because I am having some redraw issues when altering the
height of a NSClipView using setFrameSize. (I call
setNeedsDisplay:YES) after. I would like my window to resize
accordingly.
Thanks,
Byron
_______________________________________________
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