Popover UI in Snow Leopard

Go To StackoverFlow.com

1

How can I get popover-like behavior in Snow Leopard?

enter image description here

NSPopover is only available in Lion, but are there any good third party libraries to get similar behavior in 10.6?

2012-04-03 19:38
by pepsi


2

Try Matt Gemmell's MAAttachedWindow. You can find it on this page:

http://mattgemmell.com/source/

Matt provides a link to a project using this with a NSStatusItem; it probably wouldn't be too much of a stretch to modify it to work with whatever you've got in mind.

2012-04-03 20:47
by trudyscousin
Ads