On Jan 7, 2009, at 7:57 AM, John Love wrote:
Let me wrap this up by saying when myRoutine is called in my main
thread, everything works fine .. but when called by my background
thread (via [NSThread detachNewThreadSelector:toTarget:withObject:]
it definitely does not work.
There are a h
Hi John,
On Wed, Jan 7, 2009 at 9:01 AM, John Love <> wrote:
> NSWorkspace *workSpace = [NSWorkspace sharedWorkspace];
> Let me wrap this up by saying when myRoutine is called in my main thread,
> everything works fine .. but when called by my background thread (via
> [NSThread detachN
On Jan 7, 2009, at 9:01 AM, John Love wrote:
NSWorkspace *workSpace = [NSWorkspace sharedWorkspace];
NSArray *runningAppDictionaries = [workSpace
launchedApplications];
Let me wrap this up by saying when myRoutine is called in my main
thread, everything works fine .. bu
This request focuses on an old cocoabuilder thread:
http://www.cocoabuilder.com/archive/message/cocoa/2007/3/8/179989
David writes:
>
But now I find I have a BOOL method that is rarely and randomly
returning NO when the only exit to the method is "return YES;" so I
have some strange problem
This request focuses on an old cocoabuilder thread:
http://www.cocoabuilder.com/archive/...007/3/8/179989
David writes:
>
But now I find I have a BOOL method that is rarely and randomly
returning NO when the only exit to the method is "return YES;" so I
have some strange problem somewhere.