Re: NSNib's initWithContentsOfURL: is not initializing when nib file is in another system
Re: NSNib's initWithContentsOfURL: is not initializing when nib file is in another system
- Subject: Re: NSNib's initWithContentsOfURL: is not initializing when nib file is in another system
- From: Scott Anguish <email@hidden>
- Date: Thu, 22 Jun 2006 02:48:51 -0400
many of the initWithContentsOfURL: methods don't support schemes
other than file://
each of those cases probably should be documented... probably a good
idea to file a bug.
On Jun 22, 2006, at 2:22 AM, Sravan wrote:
Hi all,
I got problem with the initWithContentsOfURL: method of NSNib
class. This method is not initializing the nib object when the
required nib file is in another system.
I created NSURL object with string "http://192.168.1.135/
Document.nib/".
In 192.168.1.135 system i placed Document.nib file in /Library/
WebServer/Documents/ location and started the apple default apache
web-server.
i could able to see the folder contents from my system in safari
application when gave that url... but in my program nib object is
not created.
Can any one tell me what mistake i might have done.
_______________________________________________
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