Re: create custom window - NSMenu bar

2011-06-02 Thread Jens Alfke
On Jun 2, 2011, at 11:17 AM, Martin Batholdy wrote: > How can you create a custom window view that looks like this: Create a borderless window (NSBorderlessWindowMask), set its ‘opaque’ property to NO, and in its root view’s drawRect method fill the entire bounds with transparent color using t

Re: create custom window - NSMenu bar

2011-06-02 Thread Evadne Wu
Hello Martin, It looks like a mutant MAAttachedWindow, not sure though: http://mattgemmell.com/2007/10/03/maattachedwindow-nswindow-subclass — for custom scrollers, I knew that both BGHUDAppKit and BWToolkit has HUD controls, or you can probably roll your own. -ev On Jun 3, 2011, at 02:17, Ma

create custom window - NSMenu bar

2011-06-02 Thread Martin Batholdy
Hi, How can you create a custom window view that looks like this: http://s2.macupdate.com/images/screens/uploaded/JPG/32791_scr.jpg?e=79618 or this: http://a5.mzstatic.com/us/r1000/049/Purple/b1/33/08/mzl.bmiomoxu.800x500-75.jpg thanks!___ Cocoa-