tags:

views:

378

answers:

1

If I have a HUD NSPanel that is black/transparent and I add some controls to it. How do I get the controls to look correct? ie be black/transparent instead of white/opaque?

+5  A: 

Unfortunately, you have to roll your own, Apple only provides the window.

However there are third party frameworks that have many of the standard controls:

Nathan Kinsinger
BGHUDAppKit is exactly what I need.
FigBug
I'd come across BWToolkit, but not BGHUDAppKit before. Thanks!
Matthew Schinckel