Skip navigation.
 
mlRe: Self terminating popup window - need help
FROM : j o a r
DATE : Fri Apr 15 19:50:42 2005

On 15 apr 2005, at 00.33, Joshua D. Orr wrote:

> I am guessing you are using a NSTimer.  Your new thread probably 
> does not have
> a message run loop running, and NSTimer makes use of that.


Please check with the documentation. From NSRunLoop API docs:

"In general, your application does not need to either create or 
explicitly manage NSRunLoop objects. Each NSThread, including the 
application’s main thread, has an NSRunLoop object automatically 
created for it. If you need to access the current thread’s default 
run loop, you do so with the class method currentRunLoop."

This thread has been pretty weird all along. I'll write a follow up 
message later with some ideas that you might try if you want to get 
this working. But first I need to watch a movie with the wife.

j o a r

Related mailsAuthorDate
mlSelf terminating popup window - need help Dan Yocom Apr 14, 23:41
mlRe: Self terminating popup window - need help Joshua D. Orr Apr 15, 00:33
mlRe: Self terminating popup window - need help Dan Yocom Apr 15, 16:26
mlRe: Self terminating popup window - need help Lindsey Spratt Apr 15, 17:35
mlRe: Self terminating popup window - need help Joshua Orr Apr 15, 18:55
mlRe: Self terminating popup window - need help j o a r Apr 15, 19:50
mlRe: Self terminating popup window - need help j o a r Apr 15, 21:20