Re: addChildWindow and hiding the toolbar

2011-06-15 Thread Leonardo
guess what I miss here. Regards -- Leonardo > Da: Leonardo > Data: Thu, 16 Jun 2011 01:10:15 +0200 > A: Jens Alfke > Cc: Cocoa Developers > Conversazione: addChildWindow and hiding the toolbar > Oggetto: Re: addChildWindow and hiding the toolbar > >> [[[drawer content

Re: addChildWindow and hiding the toolbar

2011-06-15 Thread Leonardo
at out. Thank you Jens. Regards -- Leonardo > Da: Jens Alfke > Data: Wed, 15 Jun 2011 13:34:34 -0700 > A: Leonardo > Cc: Cocoa Developers > Oggetto: Re: addChildWindow and hiding the toolbar > > > On Jun 15, 2011, at 1:23 PM, Leonardo wrote: > >> I need a transp

Re: addChildWindow and hiding the toolbar

2011-06-15 Thread Jens Alfke
On Jun 15, 2011, at 1:23 PM, Leonardo wrote: > I need a transparent NSDrawer, so since I can't get it Have you tried something like [[[drawer contentView] window] setAlphaValue: 0.5]; ? > So my question is, how to resize the infoWindow too? > I tried to override the methods: > > - (voi