Skip navigation.
 
mlRE: Qt & NSWorkspace bug
FROM : Ted Barram
DATE : Fri Feb 01 22:23:18 2008

>> You must call NSApplicationLoad() before using...


Thanks Nick, that did the trick!

-Ted

-----Original Message-----
From: Nick Zitzmann [mailto:<email_removed>]
Sent: Thursday, January 31, 2008 1:35 PM
To: Ted Barram
Cc: <email_removed>
Subject: Re: Qt & NSWorkspace bug


On Jan 31, 2008 AD, at 10:31 AM, Ted Barram wrote:

> If I remove the call to [NSWorkspace sharedWorkspace], the bug goes
> away. I can't reproduce this in a native Cocoa app, only in my Qt-
> based
> app. Any suggestions?



You must call NSApplicationLoad() before using NSWorkspace or else 
strange things will happen.

Nick Zitzmann
<http://www.chronosnet.com/>
Shoot Anything, Share Everything with Flip Video.
http://theflip.com/store

Related mailsAuthorDate
mlQt & NSWorkspace bug Ted Barram Jan 31, 18:31
mlRe: Qt & NSWorkspace bug John Stiles Jan 31, 18:45
mlRe: Qt & NSWorkspace bug Nick Zitzmann Jan 31, 22:34
mlRE: Qt & NSWorkspace bug Ted Barram Feb 1, 22:23