I’m in the UI design stage of my project and a Mac-style popover window would be a great solution for one challenge I’m having - but there are scattered comments here in the forum about popovers being impossible, possibly due to changes that came around in API2. Can anyone clarify? The macOSLib popover example works just fine.
Popovers are possible, but like B says there’s problems in the framework which screw up co-ordinates. So as long as you use 'em for information only (like B does). Otherwise get ready to steal NSEvents and translate co-ordinates yourself.