NSApp's currentEvent
NSApp's currentEvent
- Subject: NSApp's currentEvent
- From: Gregor Nobis <email@hidden>
- Date: Thu, 6 Jun 2002 12:33:51 +0200
I'm doing some weird customizing stuff with NSApp and need to do event
handling manually and - as if I were crazy - need to call [NSApp
nextEventMatchingMask...] and [NSApp sendEvent:] from different threads.
As a result of this seperation I experienced some trouble: [NSApp
nextEvent...] always returns an empty NSEvent. Everything works fine as
long as both methods are called from the same thread.
Has anyone else had similar problems before? I just can't figure out
what I'm doing wrong.
Any help is greatly appreciated!
Gregor
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.