I'm having a text balloon (custom subclass on NSView) appear in my app on a specific spot in the window. Everything works fine so long as I'm not too close to the toolbar or the edge of the windows because then, the balloon gets clipped. Is there an easy way to put the balloon on top of all others and even allow it to draw itself outside the application window? I'm looking through the docs and don't see anything. Thanks.