'Object doesn't support this property or method' error shown when using the Spell Checker

Last post 01-07-2009, 10:52 AM by Adam. 4 replies.
Sort Posts: Previous Next
  •  11-07-2008, 3:56 PM 45521

    'Object doesn't support this property or method' error shown when using the Spell Checker

    I am using CuteEditor version 6.2 for .NET and when I press the 'ABC' spell check button I get just a JavaScript error stating: 'Object doesn't support this property or method' Line: 1 Char: 1.
     
    The funny thing is in a simple app I have this functionality working just fine, but when I implement it in my actual bigger project I get that JS error.  I have all the dictionary files in the /bin folder, the NetSpell.Spellchecker.dll, proper license file, and CuteEditor .dlls, and my custom config toolbar XML file too and it still does not work.  I thought it might be because of AJAX or being inside an Update Panel, but I tested that in my smaller project and it still worked.
     
    Could anybody offer a suggestion as to why that error may occur for the Spell Checker?
     
    P.S. My other toolbar buttons in the editor work fine.  Below is the HTML:
     

    <td align="left">

    <hr id="hrWYSIWYG" width="100%" size="1" color="blue" runat="server" visible="true" />

    <asp:RequiredFieldValidator ID="WYSIWYGEditorReq" runat="server" Display="Dynamic"

    ControlToValidate="WYSIWYGEditor" ErrorMessage="**Please add text content to the WYSIWYG editor.**" />

    <CE:Editor ID="WYSIWYGEditor" runat="server" Width="650px" Focus="false" BorderColor="#68757F"

    ConfigurationPath="~/CuteSoft_Client/CuteEditor/Configuration/CustomToolbars.config"

    EditorBodyStyle="font-family: Arial" >

    <FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderStyle="Solid" BorderWidth="1px"

    CssClass="CuteEditorFrame" Height="100%" Width="100%" />

    </CE:Editor>

    </td>

    </tr>

  •  11-08-2008, 2:52 AM 45531 in reply to 45521

    Re: 'Object doesn't support this property or method' error shown when using the Spell Checker

    Hi atconway
     
    Can you create a page which can reproduce this issue and send it to me?(or send your project,if you allow)? I need to do more test.
     
    My E-mail address: Kenneth@Cutesoft.net
     
     
    Regards,
     
    Ken
  •  11-11-2008, 10:41 AM 45595 in reply to 45531

    Re: 'Object doesn't support this property or method' error shown when using the Spell Checker

    Hi Atconway,
     
    We can reproduce this, we will fix this issue and get back to you as soon as possible.
     
    Regards,
     
    Ken
  •  01-07-2009, 9:29 AM 47503 in reply to 45595

    Re: 'Object doesn't support this property or method' error shown when using the Spell Checker

    Hi Ken,
              I am facing a similar problem.
     
    Descrioption:
    On my screen i need to show/hide the toolbar of the editor.
    The spell checker works fine if i dont hide the toolbar.
    But when i show hide the toolbar and click on the spell check button the editor throws a javascript error "Object doesn't support this property or method"
    It breaks on this line of javascript window.checkspellingid("path");
     
    Can you please guide me in the right direction. Please treat this matter as urgent.
     
    Vinay
     
    Filed under: ,
  •  01-07-2009, 10:52 AM 47515 in reply to 47503

    Re: 'Object doesn't support this property or method' error shown when using the Spell Checker

    >>On my screen i need to show/hide the toolbar of the editor.
     
    Can you post an example code showing the problem?

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML