Re: Preview in Internet Explorer
Re: Preview in Internet Explorer
- Subject: Re: Preview in Internet Explorer
- From: Ondra Cada <email@hidden>
- Date: Sat, 6 Jul 2002 16:01:51 +0200
On Saturday, July 6, 2002, at 03:46 , Luca Torella wrote:
2) I create an HTMLeditor as my first Cocoa application. I'd like to add
a
feature with which it can be possible have a preview of the HTML source
using Intenet Explorer. How can I make communicate my app with Intenet
Explorer and how can I give to IE the HTML and say to it "make a preview"
?
Don't. There are users who don't want the crap.
Just generate the HTML file (preferrably in /tmp), and open it via
NSWorkspace. The user's preferred HTML browser should be used
automatically (unless NSWorkspace got broken lately -- I haven't done that
since OpenStep days).
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.