Skip navigation.
 
mlBest way to add a bevel to a subview
FROM : Yojimbo
DATE : Mon Jan 27 10:45:21 2003

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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlBest way to add a bevel to a subview Yojimbo Jan 27, 10:45
mlRe: Fwd: Best way to add a bevel to a subview Erik M. Buck Jan 29, 20:14
mlRe: Best way to add a bevel to a subview Scott Anguish Jan 29, 22:32
mlRe: Best way to add a bevel to a subview Yojimbo Jan 30, 19:35