Invoke the Main RunLoop
Aya Koshigaya <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I need to do some stuff in the main runLoop of my Application, is there any way to get a way in there? I just want to have one of my functions called in the runLoop. So... is there any way to do this? Or, can I maybe send any UserEvent to the runLoop and handle this special event somewhere to call my function? I init my Application via NSApplicationMain. Aya~