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
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
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-