NetSpell with 3.0.13?

Last post 04-20-2005 12:09 PM by nitro001. 4 replies.

Sort Posts:

  • NetSpell with 3.0.13?

    04-05-2005, 10:44 AM
    • Contributor
      4,620 point Contributor
    • IcthusTech
    • Member since 03-26-2004, 3:53 PM
    • Germantown, WI
    • Posts 924

    Is anyone using NetSpell with 3.0.13?

    If you have integrated it with FTB any advice?

    TIA

    Icthus Technologies

    Building Faith on the Internet
  • Re: NetSpell with 3.0.13?

    04-05-2005, 11:03 AM
    • Participant
      1,490 point Participant
    • mckelt
    • Member since 07-04-2002, 8:14 PM
    • London England
    • Posts 311

    Hi I took the following steps

    1. I added reference to Netspell.SpellChecker in the Provider.FTBHtmlEditorProvider project (and also to build support)
    2. I added the following method  to FTBHTMLEditorProvider.vb file

    Private Function SpellCheckButton() As FreeTextBoxControls.ToolbarButton
       
    Dim objButton As New FreeTextBoxControls.NetSpell
       
    Return objButton
    End Function

    3. I changed the following method in that file to the following

    Private Function AddSpecialToolBar() As FreeTextBoxControls.Toolbar
       Dim tb As New FreeTextBoxControls.Toolbar
       tb.Items.Add(
    New Preview)
       tb.Items.Add(
    New SelectAll)
       tb.Items.Add(
    New WordClean)
       tb.Items.Add(SpellCheckButton)
       Return tb
    End Function

    4. I added a key in  the web.config file

    <!-- Virtual Dictionary location for netspell checker in FTB -->
    <add key="DictionaryFolder" value="Dictionary" />

    5. I put the Dictionary folder into the root folder of DotNetNuke

    6. I put the SpellCheck.aspx file into the root folder of DotNetNuke
        I changed the location of the JS file in the SpellCheck.aspx to js/spell.js (I also put the spell.js file into this folder)
      I also put the styles that came with the SpellCheck.aspx into the SpellCheck.aspx

    Hope this helps and if you have any questions let me know

    Cheers

     

     

     

  • Re: NetSpell with 3.0.13?

    04-19-2005, 2:31 PM
    • Participant
      1,335 point Participant
    • nitro001
    • Member since 07-28-2003, 7:32 AM
    • Kent, OH
    • Posts 267

    Mckelt,

    I did the above steps, and when I click on the SpellCheck Icon, I get a popup box that

    Netspell libraries are not properly linked.

    I am testing with an HTML Module, in the Edit Html Page.

    Any ideas?

    Thanks,

    Nathan

  • Re: NetSpell with 3.0.13?

    04-20-2005, 8:08 AM
    • Participant
      1,490 point Participant
    • mckelt
    • Member since 07-04-2002, 8:14 PM
    • London England
    • Posts 311

    Hi Nathan,

    Did you resolve this?

    Check that the folder in the root of your site is called Dictionary (I think if comes as Dic out of the box)

    Also check the key in the web.config file is correct.

    <add key="DictionaryFolder" value="Dictionary" />

    Let me know how it goes Big Smile [:D]

  • Re: NetSpell with 3.0.13?

    04-20-2005, 12:09 PM
    • Participant
      1,335 point Participant
    • nitro001
    • Member since 07-28-2003, 7:32 AM
    • Kent, OH
    • Posts 267

    Still not working.

    I did have the foler named Dictionalry by accident, but I renamed to Dictionary and it still doesn't work.

    And I do have that key in the <appSettings> section of the web.config also.

    Thanks,
    Nathan

Page 1 of 1 (5 items)