<?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>Sun, 20 Apr 2008 03:17:55 +0100</pubDate>
    <lastBuildDate>Sun, 20 Apr 2008 03:17:55 +0100</lastBuildDate>
    <category>HtmlEditor</category>
    <generator>Phorum 5.1.25</generator>
    <ttl>60</ttl>
    <item>
      <title>Re: the method Save() has error?</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4087,4092#msg-4092</link>
      <author>zyj</author>
      <description><![CDATA[Tim, I downloaded your project. The method SaveAs() is perfect. In order to implement another method Save(), I added the method Save() by copying codes of SaveAs() as below list:<br />
public bool Save(string DefaultPath) <br />
{ <br />
return this.execCommand(commandids.IDM_SAVE, DefaultPath, true, true); <br />
} <br />
 but the new method Save() has no effect. So, I tested the new added method Save() many times, I find that the method Save() always return the value of &quot;False&quot; ,are those codes have errors? or some other problems.]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4087,4092#msg-4092</guid>
      <pubDate>Sun, 20 Apr 2008 03:17:55 +0100</pubDate>
    </item>
    <item>
      <title>Re: the method Save() has error?</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4087,4089#msg-4089</link>
      <author>Tim</author>
      <description><![CDATA[According to the docs, you are meant to double up the backslashes between folder names.<br />
<br />
Is the save actually working in each case?<br />
<br />
Tim]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4087,4089#msg-4089</guid>
      <pubDate>Fri, 18 Apr 2008 07:53:18 +0100</pubDate>
    </item>
    <item>
      <title>Re: the method Save() has error?</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4087,4088#msg-4088</link>
      <author>Bug?</author>
      <description><![CDATA[I try it, the SaveAs(&quot;d:\test.htm&quot;) method return true; but the SaveAs(&quot;d:\test.htm&quot;) method return false.How to fix this problem, is it bug?]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4087,4088#msg-4088</guid>
      <pubDate>Fri, 18 Apr 2008 03:04:31 +0100</pubDate>
    </item>
    <item>
      <title>the method Save() has error?</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4087,4087#msg-4087</link>
      <author>zyj</author>
      <description><![CDATA[the method SaveAs() is ok, but the Save() is invalid????the modified codes are  below:<br />
       <br />
       public bool Save(string DefaultPath)<br />
        {<br />
            return this.execCommand(commandids.IDM_SAVE, DefaultPath, true, true);<br />
        }<br />
<br />
        public bool SaveAs(string DefaultPath)<br />
        {<br />
            return this.execCommand(commandids.IDM_SAVEAS, DefaultPath, true, true);<br />
        }<br />
<br />
help me,please!]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4087,4087#msg-4087</guid>
      <pubDate>Thu, 17 Apr 2008 12:00:56 +0100</pubDate>
    </item>
  </channel>
</rss>
