Skip navigation.
 
mlRe: Best way to add a bevel to a subview
FROM : Yojimbo
DATE : Thu Jan 30 19:35:13 2003

That's correct, however I honestly haven't explored that option so I'll
take a look to make sure there isn't anything there I can use.

Essentially all I want to do is emulate the iSynce sliding window so I
can provide greater detail etc. in a dialog type window without having
to show it all the time.  To get this working correctly without having
the bevels composited over by the contents when resized, I've had to
use 2 NSView subclasses to do this which just seems wasteful to me.  I
was hoping there was a better way that someone could recommend,
something more lightweight.

Thanks for the ideas!
Jim

On Wednesday, Jan 29, 2003, at 19:38 US/Pacific,
<email_removed> wrote:

> Date: Wed, 29 Jan 2003 16:32:50 -0500
> Subject: Re: Best way to add a bevel to a subview
> Cc: <email_removed>
> To: "Erik M. Buck" <<email_removed>>
> From: Scott Anguish <<email_removed>>
>
> On Wednesday, January 29, 2003, at 02:14 PM, Erik M. Buck wrote:
>

>> I am not sure I really understand what you want, but is there some
>> reason
>> you don't just use NSBox to contain whatever view needs a bevel ?
>>

>
>     The stock NSBox palette in IB now limits your choices to the more Aqua
> style suggestions, and that isn't one of them.

_______________________________________________
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