08 Dec 2008, 3:40 PM
|
mwickens
Joined on 11-27-2008
Posts 29
|
Re: Undo via Control-Z not working consistently
|
|
|
|
I reinstalled with the updated build, but still got the error. After much trial and error, I found that the problem was resolved by adding the following attributes to the editor control:
PreviewTabEnabled="false" PreviewTabVisible="false"
The complete element:
<kswc:UltimateEditor ID="edtMsg" Font-Size="2" Font-Names="Arial, Helvetica, Sans-serif" runat="server" onToolbarItemRender="edtMsg_ToolbarItemRender" OnPostBack="edtMsg_PostBack" PreviewTabEnabled="false" PreviewTabVisible="false" HtmlTabEnabled="false" HtmlTabVisible="false" DesignTabEnabled="False" DesignTabVisible="false" UltimateSpell-Enabled="true" UltimateSpell-SpellAsYouType="true" DisplayWordCount="false" Width="100%"> </kswc:UltimateEditor>
Unfortunately, a dropdown menu in the toolbar no longer works, and the tooltip for one button displays as "Object reference not set to an instance of an object." Is there a document somewhere that describes how to upgrade projects from one version to another? I looked at the Release History page and did not see anything there.
Mark
|
|
|
|
|
|
|
|
|