Re: How to create a popup panel like Safari 6 downloads?

2013-04-27 Thread Nick
Thanks Jens, that's exactly what i needed 2013/4/27 Jens Alfke > > On Apr 27, 2013, at 1:46 PM, Nick wrote: > > Are there some examples available on how to make windows (pop up panels?) > like shown these screenshots?: > > > I think you want to use NSPopover. There is sample code, if you look

Re: How to create a popup panel like Safari 6 downloads?

2013-04-27 Thread Jens Alfke
On Apr 27, 2013, at 1:46 PM, Nick wrote: > Are there some examples available on how to make windows (pop up panels?) > like shown these screenshots?: I think you want to use NSPopover. There is sample code, if you look in the Xcode documentation viewer. —Jens _

How to create a popup panel like Safari 6 downloads?

2013-04-27 Thread Nick
Hi Are there some examples available on how to make windows (pop up panels?) like shown these screenshots?: http://rghost.net/45605051/image.png http://rghost.net/45605062/image.png It seems like a lot of modern apps are using this style.. Thank you __