How do i get this effect with a menulet application. I just want the window effect nothing else.
My current app looks like this. please if someone could shed some light it would be appreciated. Thanks.

|
How do i get this effect with a menulet application. I just want the window effect nothing else. |
|
0% accept rate
|
|
You will need to do custom drawing to achieve this effect, which is not standard in NSWindow. Take a look at this example code: (MAAttatchedWindow) http://mattgemmell.com/source. | |||
|
feedback
|