Re: How to use [NSURL loadResourceDataNotifyingClient:usingCache:] ?

2003-03-25 Thread Richard Frith-Macdonald
On Monday, March 24, 2003, at 09:54 pm, Yen-Ju Chen wrote: Hi, I try to use [NSURL loadResourceDataNotifyingClient:usingCahce:], but it doesn't work at all. I implement both -URLHandleResourceDidBeginLoading: and -URLResourceDidBeginLoading: in the client. But they are never called. Does

Re: How to use [NSURL loadResourceDataNotifyingClient:usingCache:] ?

2003-03-25 Thread Richard Frith-Macdonald
On Tuesday, March 25, 2003, at 04:53 pm, Yen-Ju Chen wrote: Thanx a lot. It works. But I notice it doesn't work in the background. Is it supposed to be non-blocking ? I don't know ... It's written to block. I guess I'll have to check the apple implementation and change the GNUstep one to

Re: How to use [NSURL loadResourceDataNotifyingClient:usingCache:] ?

2003-03-25 Thread Richard Frith-Macdonald
On Tuesday, March 25, 2003, at 05:38 pm, Richard Frith-Macdonald wrote: On Tuesday, March 25, 2003, at 04:53 pm, Yen-Ju Chen wrote: Thanx a lot. It works. But I notice it doesn't work in the background. Is it supposed to be non-blocking ? I don't know ... It's written to block. I guess I'll

Re: How to use [NSURL loadResourceDataNotifyingClient:usingCache:] ?

2003-03-25 Thread Yen-Ju Chen
Thanx a lot. It works perfectly. Yen-Ju From: Richard Frith-Macdonald [EMAIL PROTECTED] To: Yen-Ju Chen [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: How to use [NSURL loadResourceDataNotifyingClient:usingCache:] ? Date: Tue, 25 Mar 2003 19:21:15 + On Tuesday, March 25, 2003, at