Re: Spell check in a text field (how do I)

2008-12-12 Thread Ken Ray
What are some of the ways I can write a stack which has spellchecking for the users in the text fields? I have Rev 3.0 Studio (XP) and will deploy on windows. Thanks folks! Hugh Senior wrote one: http://www.flexiblelearning.com/xtalk.htm Click on SpellChecker under Utilities. Ken

Spell check in a text field (how do I)

2008-12-11 Thread Jim Schaubeck
What are some of the ways I can write a stack which has spellchecking for the users in the text fields? I have Rev 3.0 Studio (XP) and will deploy on windows. Thanks folks! Jim... ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Spell check in a text field (how do I)

2008-12-11 Thread DunbarX
I wrote a spell checker once in HC. I kept a dictionary (265,000 words) in a separate file. I loaded that file into memory and did a search for each word in my text. If a word found no match in the dictionary, I was notified. My program suggested nearby possible words based on slight

Re: Spell check in a text field (how do I)

2008-12-11 Thread Scott Morrow
Hello Jim, I'm no expert on spell checking but when I needed a cross-platform spell checker written in rev I broke the problem into 3 parts. 1. A UI for interacting with the spell checker 2. A word checker that walks through the given text, word at a time, checking to see if they are in