Re: Preview in Internet Explorer
Re: Preview in Internet Explorer
- Subject: Re: Preview in Internet Explorer
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 6 Jul 2002 14:56:42 +0100
On Saturday, July 6, 2002, at 02:46 PM, Luca Torella wrote:
1) I didn't find a method which can set the position of the cursor
into a
NSTextView. How can I?
See NSText's - (void)setSelectedRange:(NSRange)range method.
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"?
Write it to a file and then open that file with IE, probably via
LaunchServices.
-- Finlay
_______________________________________________
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.