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

NSPopover is only available in Lion, but are there any good third party libraries to get similar behavior in 10.6?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.