Relevant Search: Best Search Results Show First  
advanced
|
DESCRIPTION
  • Spell Checker version 1.0 has been released April 24, 2008!
  • Spell Checker is a REALbasic Class that allows a REALbasic programmer to easily add cross platform spell checking capability to their applications.
  • Comes with a 150,000 word English dictionary.
  • Spell Checker also provides simple dictionary management (add, delete words).
  • //
  • // REALbasic Sample Use
  • Dim cResults as new clsSpellCheckResult
  • app.SpellChecker().Lock()
  • app.SpellChecker().Clear()
  • app.SpellChecker().Content() = strSource
  • app.SpellChecker().Run(cResults)
  • app.SpellChecker().Unlock()
  • for i = 0 to cResults.GoodWords()
  • lstResults.AddRow "+" + cResults.GoodWord(i)
  • next
  • for i = 0 to cResults.BadWords()
  • lstResults.AddRow "-" + cResults.BadWord(i)
  • next
REQUIREMENTS
Mac OS X 10.3 or later.


SCREENSHOT

Developer:Hendrickson Software Components
Downloads:160
  - Version d/l:160
Development:Libraries
License:Shareware
Date:25 Apr 2008
Platform:PPC/Intel
Price:$49.95
Spell Checker User Reviews (0 posts)Write A Review
Be the first to write a review of Spell Checker