<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
  <channel>
    <title>HtmlEditor</title>
    <link>http://www.itwriting.com/phorum/list.php?3</link>
    <description><![CDATA[For discussion of the .Net HTMLEditor control]]></description>
    <language>EN</language>
    <pubDate>Wed, 24 Aug 2005 15:32:51 +0100</pubDate>
    <lastBuildDate>Wed, 24 Aug 2005 15:32:51 +0100</lastBuildDate>
    <category>HtmlEditor</category>
    <generator>Phorum 5.1.25</generator>
    <ttl>60</ttl>
    <item>
      <title>Re: Print Templates not working</title>
      <link>http://www.itwriting.com/phorum/read.php?3,2761,2763#msg-2763</link>
      <author>Bob Lail</author>
      <description><![CDATA[Thanks!<br />
I'm back in business:)]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,2761,2763#msg-2763</guid>
      <pubDate>Wed, 24 Aug 2005 15:32:51 +0100</pubDate>
    </item>
    <item>
      <title>Re: Print Templates not working</title>
      <link>http://www.itwriting.com/phorum/read.php?3,2761,2762#msg-2762</link>
      <author>Tim</author>
      <description><![CDATA[Bob,<br />
<br />
It's a small bug. You can either include the 3rd argument (bPromptUser), or amend this override in HtmlEditor.cs:<br />
<br />
public void Print(bool bPreview, String sTemplatePath)<br />
{<br />
this.Print(bPreview,sTemplatePath,true);<br />
}<br />
<br />
Currently it always passes an empty string as the template path.<br />
<br />
Tim]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,2761,2762#msg-2762</guid>
      <pubDate>Wed, 24 Aug 2005 09:37:48 +0100</pubDate>
    </item>
    <item>
      <title>Print Templates not working</title>
      <link>http://www.itwriting.com/phorum/read.php?3,2761,2761#msg-2761</link>
      <author>Bob Lail</author>
      <description><![CDATA[Hi,<br />
I'm trying to use print templates with the HtmlEditor, but they aren't working at all.  I downloaded a fresh copy of the editor from this site, loaded the DemoHtmlApp, and placed the following code in the body of the btnPrint_Click event handler:<br />
<br />
using( OpenFileDialog dialog = new OpenFileDialog() )<br />
{<br />
	dialog.ShowDialog();<br />
	htmlEditor1.Print(true,dialog.FileName);<br />
}<br />
<br />
I tried several of the sample print templates from the article &quot;Beyond Print Preview...&quot; but the print preview dialog always looks the same.<br />
<br />
I'm running IE 6.0.2900.2180 and have installed .NET beta 2.0 (however I compiled that experiment in Visual Studio 2003.<br />
<br />
Any ideas?  Any suggestions?<br />
<br />
Thanks,<br />
Bob]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,2761,2761#msg-2761</guid>
      <pubDate>Tue, 23 Aug 2005 20:51:20 +0100</pubDate>
    </item>
  </channel>
</rss>
