Best way to add a bevel to a subview
Best way to add a bevel to a subview
- Subject: Best way to add a bevel to a subview
- From: Yojimbo <email@hidden>
- Date: Mon, 27 Jan 2003 01:45:21 -0800
Greetings,
I've been wondering what the best way of adding a bevel to a sub view
in the same way iSync and Safari do.
Putting a bevel in the superview gets overwritten when the view resizes
by the subview and the only solution I've found so far that works
predictable is rather expensive hack. Is there a way to do this in a
single view without losing the flexibility of it having a subview that
doesn't resize (ie. ScrollView etc.)?
My example is just a simple textured window, with a view. There is an
additional content view that is added to that view at runtime. Using
that I can get the bevels showing up, but resizing has the effect I
mentioned above.
Thanks in advance for your help,
Jim
_______________________________________________
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.