You can possibly solve this problem by subclassing the HUD NSPanel and
returning YES in -canBecomeMainWindow.
-Steven
On Sun, Jan 31, 2010 at 7:00 PM, Chris Idou wrote:
>
>
> I've got a NSPanel HUD that I need to be able to pop up above other
> applications, but I need to pop only the HUD, and
I've got a NSPanel HUD that I need to be able to pop up above other
applications, but I need to pop only the HUD, and not other windows in my
application. So naturally I'm using:
SetFrontProcessWithOptions(&psn, kSetFrontProcessFrontWindowOnly);
However, it still pops up all my windows, and