The twitter app has a float window when you click the contextual menu "Tweet",is it a NSPanel? How to?
|
feedback
|
|
Take a look at NSWindow's setLevel: method:
-- from NSWindow's setLevel: reference. You may also find Matt Gemmell's MAAttachedWindow project helpful:
| |||
|
feedback
|
|
This can be achieved with an NSWindow subclass. Check Matt Gemmell's custom | |||
|
feedback
|
