Re: Button doesn't respond in a modal sheet created from window NIB
Re: Button doesn't respond in a modal sheet created from window NIB
- Subject: Re: Button doesn't respond in a modal sheet created from window NIB
- From: Keith Blount <email@hidden>
- Date: Tue, 23 Nov 2004 15:29:06 -0800 (PST)
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
Thank you very much again for your repy. I haven't had
much success yet (keep getting lots of curious leaks
when I try it), but that's not very surprising as I
haven't yet had time to read up enough on how to do it
properly, so I will go through Anguish and the docs
thoroughly and (hopefully) figure it out.
Thanks again for pointing me in the right direction, I
really appreciate the help.
Keith
--- Nick Zitzmann <email@hidden> wrote:
>
> On Nov 23, 2004, at 2:17 PM, Keith Blount wrote:
>
> > Looking at
> > the Anguish et al book, I am thinking that maybe I
> > need to move my for... loop into a separate method
> and
> > then call that method using
> > detachNewThreadSelector:toTarget:withObject: - is
> that
> > the way to go
>
> Yes. You'll also have to end your sheet in the
> method running in the
> thread, and if you're using mutable objects, then
> you must also
> implement locking so two threads don't try and
> operate on the same
> object at once. Don't forget to use
> -performSelectorInMainThread: when
> you need to end the sheet, since a good deal of the
> AppKit is not
> thread-safe.
>
> Nick Zitzmann
> <http://www.chronosnet.com/>
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden