is a custom nib or view inside a nib possible?
is a custom nib or view inside a nib possible?
- Subject: is a custom nib or view inside a nib possible?
- From: Alex Reynolds <email@hidden>
- Date: Fri, 14 Dec 2001 01:40:05 -0500
I have a NSWindow into which I would like to draw different Aqua
elements depending on the application's state.
For example, I have an image selected in a noded list, which draws into
an NSImageView, and I'd like to list attributes about it, like pathname,
size, etc. I'd like to remove the attributes list and then draw
something else like a Play button and timer slider, if a movie is
selected from the list.
Any one have any samples for generally redrawing nibs with different
elements depending on context, or a general programming strategy?
Thanks in advance,
Alex