Is there a way to show the QLPreviewPanel in an agent app (LSUIElement == YES) on Mac OS X 10.6? It works on 10.7. The frame of the panel is correct and everything, it’s just not visible.
Asked
Active
Viewed 148 times
1 Answers
0
I found the answer in an old thread on CocoaDev, where the issue was showing alert panels in agent apps in general:
Solution: One must call [NSApp activateIgnoringOtherApps:YES] in order to make the panel appear.

Martin Winter
- 1,370
- 9
- 10