Re: Compatability issues with IE v5.2.3 as compared to v5, v5.2.1,v5.2.2 [Panther Issues]
Re: Compatability issues with IE v5.2.3 as compared to v5, v5.2.1,v5.2.2 [Panther Issues]
- Subject: Re: Compatability issues with IE v5.2.3 as compared to v5, v5.2.1,v5.2.2 [Panther Issues]
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 28 Jan 2004 15:55:00 -0800
On Jan 28, 2004, at 6:32 AM, Ashwin A Prabhu wrote:
NSWorkspace *workSpace = [[NSWorkspace alloc] init];
[workSpace openURL:[NSURL fileURLWithPath:path]];
First of all, this is wrong, and it should be:
[[NSWorkspace sharedWorkspace] openURL:[NSURL fileURLWithPath:path]];
The HTML File opens properly without any problem in Safari and Netscape
But now if the default browser is IEv5.2.3 it gives an error saying
"The
File cannot be found".
But for versions lower than 5.2.3 i.e 5, 5.2.1,5.2.2 it works fine and
the
HTML File is opened properly.
Try opening the file in MSIE 5.2.3 using the "open local file" command
and see what URL you get, and compare the result to the URL that your
program is passing to MSIE. That should give you some clues...
Nick Zitzmann
<
http://seiryu.home.comcast.net/>
<
http://www.freshlysqueezedsoftware.com/>
S/MIME signature available upon request
UNIX: Where /sbin/init is Job #1.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.