SPL icon indicating copy to clipboard operation
SPL copied to clipboard

Spelling Plus Library

Results 3 SPL issues
Sort by recently updated
recently updated
newest added

Is this project being maintained anymore? Are there any plans to add to it in the near future?

I have a Spark TextInput control with a mispelled word in it. When I right click and correct the spelling, no event is fired by the TextInput even when I...

Using SPL in Actionscript with TLFTextField. Attempting to load word list with this code: ``` wordListLoader.addEventListener("complete", loaderComplete); wordListLoader.addEventListener("httpStatus", loaderStatus); wordListLoader.addEventListener("ioError", loaderError); wordListLoader.addEventListener("open", loaderOpen); wordListLoader.addEventListener("securityError", loaderError); wordListLoader.load( new URLRequest( wordListURL )...