Re: <newbie> Can't use NSImage initWithContentsOfURL:
Re: <newbie> Can't use NSImage initWithContentsOfURL:
- Subject: Re: <newbie> Can't use NSImage initWithContentsOfURL:
- From: Scott Anguish <email@hidden>
- Date: Tue, 20 Nov 2001 20:14:45 -0500
I don't think its inexplicable... at least at one point it was
documented in the release notes..
part of the great plan of going to URLs only for file references..
On Tuesday, November 20, 2001, at 05:42 PM, Dan Wood wrote:
Inexplicably, several classes that read from URLs only work with local
(file://) URLs. Try using NSURL or NSURLHandle to get some NSData and
go from there.