Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

dusanv

macrumors 6502
Original poster
Mar 1, 2006
351
0
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.
 
Views are strictly contained in and drawn by windows only. In order to achieve this effect, you will likely need to use a transparent child window in which to display your "balloon" view.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.