How Do I...
  • Project Issues
  • If I find a bug what do I do?
    Email me, or go here and see if I already know about it.
    Back To Top
  • Software Issues
  • Use The Client Side Only Functionality.
    • make the dictionary.dic available on your server.
    • set the attribute dictionary to the location of thedictionary.dic file on the spellcheck:TextArea or spellcheck:RichTextEditor

    Back To Top
  • How do I modify the word break?
    the file com.flextendibles.spellcheck.engine.Constants.wordBreak is the regex that is used to break the words up. You can modify it. I've tried to make ' alpha's and special foreign characters all part of things that are recognized as words.
    Back To Top
  • Everything is Being underlined....HELP!?!
    Most likely the issue lies with either a Fault error occuring on the dictionary file http get or an issue with an empty word list being downloaded.

    If you believe that the word list should be downloadable than make sure you can reach it on your browser first and then empty your local cache by right clicking in the flash player and selecting Settings... and then putting local storage to 0 and then finally refreshing your page.

    If this does not work please let me know about it.

    Also I fixed a bug where the fault code's for an HTTP Service get wasn't being pushed out, now you should see if there is an issue loading the file.
    Back To Top
  • How is this software licensed
    LGPL, I changed it to LGPL when joining sourceforge.net. I figure if you can make some money off of it you should, I'm just doing this for fun.
    Back To Top