Re: NSSound Reimplementation

2009-06-29 Thread Stefan Bidigaray
On Mon, Jun 29, 2009 at 12:59 AM, Richard Frith-Macdonald < rich...@tiptree.demon.co.uk> wrote: > Maybe the runloop is not running, or maybe it's running, but not in the > mode that was specified for the method to be performed in? This would probably explain it! I don't have a run loop on that

Re: NSSound Reimplementation

2009-06-29 Thread Wolfgang Lux
Richard Frith-Macdonald wrote: On 28 Jun 2009, at 21:46, Wolfgang Lux wrote: Stefan Bidigaray wrote: I tried setting waitUntilDone to YES, still no luck! The - _finished method still doesn't get called when calling - performSelectorOnMainThread:..., for now I've just made that a - perform

Re: NSSound Reimplementation

2009-06-29 Thread Richard Frith-Macdonald
On 30 Jun 2009, at 07:36, Wolfgang Lux wrote: There is a subtle difference between OS X and GNUstep: As far as I understand the code, threadInfo->inputFd is not even checked if the run loop has no event sources and no timer and it is just added implicitly to the event sources in -pollUntil