1

I have a small NSView (HUD-Style) in my StatusBar-Application. If I get it right this NSView does not have a superview.

My problem is that I only want to show this view under certain programmatic circumstances.

What is the best way to show or hide this view?

hnk
  • 121
  • 1
  • 6

1 Answers1

1

One way to do this is to show this view in a borderless transparent window (NSBorderlessWindowMask).

diederikh
  • 25,221
  • 5
  • 36
  • 49