Posts by LukeJ

    Hi,

    When saving TWRichText content to HTML, any text formatted as red or yellow is being converted to blue. For example, using MyText.SaveToFile('c:\myText.html', False, 'HTML'); produces incorrect colours. Has anything changed in recent versions? We upgraded to v9.4.2.0 recently, and earlier versions did not show this behaviour.

    The HTML page source is below:

    --></style></head><body>
    <div class="emptypar">&nbsp;</div>
    <div class="emptypar">&nbsp;</div>
    <div><span style="color:Blue;font-family:'Calibri';font-size:11.00pt;">red</span></div>
    <div><span style="color:Aqua;font-family:'Calibri';font-size:11.00pt;">yellow</span></div>
    <div><span style="color:#00FF00;font-family:'Calibri';font-size:11.00pt;">green</span></div>
    <div><span style="color:#0000FF;font-family:'Calibri';font-size:11.00pt;">blue</span></div>
    <div><span style="font-family:'Calibri';font-size:11.00pt;">black</span></div>
    </body></html>

    We are using the WPToolbar along with WPRichText.

    We recently updated from the older WPSpell using the WPSpellController, to WPSpell 2. How do we load dictionaries in this version? Using the sample code all it shows is how to bring up the spell check which has no default dictionary loaded. Thanks