<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HTMLViewer Control in REALbasic</title>
	<atom:link href="http://realbasic.tutspolis.com/classes/htmlviewer-control-in-realbasic/feed/" rel="self" type="application/rss+xml" />
	<link>http://realbasic.tutspolis.com/classes/htmlviewer-control-in-realbasic/</link>
	<description>Tutorials - Tutspolis.com</description>
	<lastBuildDate>Thu, 09 Sep 2010 16:38:34 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: matt86</title>
		<link>http://realbasic.tutspolis.com/classes/htmlviewer-control-in-realbasic/comment-page-1/#comment-799</link>
		<dc:creator>matt86</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=90#comment-799</guid>
		<description>Help me please,

On the window that has the html viewer i add a property
    openNewWindow as boolean
 
In the NewWindow event of your HTMLViewer i put
 
    openNewWindow = true
 
in the CancelLoad event i put
 
   if openNewWindow = true then
	showUrl url
	openNewWindow = false
	return true
   end if



but not work, where i wrong?</description>
		<content:encoded><![CDATA[<p>Help me please,</p>
<p>On the window that has the html viewer i add a property<br />
    openNewWindow as boolean</p>
<p>In the NewWindow event of your HTMLViewer i put</p>
<p>    openNewWindow = true</p>
<p>in the CancelLoad event i put</p>
<p>   if openNewWindow = true then<br />
	showUrl url<br />
	openNewWindow = false<br />
	return true<br />
   end if</p>
<p>but not work, where i wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt86</title>
		<link>http://realbasic.tutspolis.com/classes/htmlviewer-control-in-realbasic/comment-page-1/#comment-796</link>
		<dc:creator>matt86</dc:creator>
		<pubDate>Mon, 22 Feb 2010 08:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=90#comment-796</guid>
		<description>Hi Jakub,
you maybe don&#039;t understand my question.
In my Application when i click a link in my HtmlViewer the content of a target blank link must open in my default browser (Ex: Firefox).

Example:

In my HtmlViewer of my Applicatiom i have this link: 

&lt;a href=&quot;www.mylink.com&quot; rel=&quot;nofollow&quot;&gt;mylink&lt;/a&gt;

when i click in this link the content o this link will open into my default browser, such as Firefox, Safari, IE etc.

Sorry for my bad english, but i&#039;m italian.</description>
		<content:encoded><![CDATA[<p>Hi Jakub,<br />
you maybe don&#8217;t understand my question.<br />
In my Application when i click a link in my HtmlViewer the content of a target blank link must open in my default browser (Ex: Firefox).</p>
<p>Example:</p>
<p>In my HtmlViewer of my Applicatiom i have this link: </p>
<p><a href="www.mylink.com" rel="nofollow">mylink</a></p>
<p>when i click in this link the content o this link will open into my default browser, such as Firefox, Safari, IE etc.</p>
<p>Sorry for my bad english, but i&#8217;m italian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Pawlak</title>
		<link>http://realbasic.tutspolis.com/classes/htmlviewer-control-in-realbasic/comment-page-1/#comment-795</link>
		<dc:creator>Jakub Pawlak</dc:creator>
		<pubDate>Sun, 21 Feb 2010 16:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=90#comment-795</guid>
		<description>Hi,

If a new browser window is supposed to open, you need to insert some code to handle this event. For example, the user clicks a link that is supposed to display the new page in another window. Use the NewWindow event handler to create the window. The following code assumes that the browser is contained in a window called MainWindow.

Dim w as New MainWindow
Title = &quot;new Window&quot; //Title property of new window
w.Show
Return w.HTML</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If a new browser window is supposed to open, you need to insert some code to handle this event. For example, the user clicks a link that is supposed to display the new page in another window. Use the NewWindow event handler to create the window. The following code assumes that the browser is contained in a window called MainWindow.</p>
<p>Dim w as New MainWindow<br />
Title = &#8220;new Window&#8221; //Title property of new window<br />
w.Show<br />
Return w.HTML</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt86</title>
		<link>http://realbasic.tutspolis.com/classes/htmlviewer-control-in-realbasic/comment-page-1/#comment-794</link>
		<dc:creator>matt86</dc:creator>
		<pubDate>Sun, 21 Feb 2010 15:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=90#comment-794</guid>
		<description>Hi Jakub,
How can I open a link (intoHtmlViewer) in a new window in my default browser?</description>
		<content:encoded><![CDATA[<p>Hi Jakub,<br />
How can I open a link (intoHtmlViewer) in a new window in my default browser?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
