Beta 2.1
24/07/09 00:07
So it’s time for a new release. I
added a feature and dealt with some bugs. I’ll be updating the FAQ
to reflect some changes.
Last Time - Things To Do
Things To Do
- I have not recreated the TextArea or RichTextArea extended versions with spell check capability. Any developer can do this and a lot of people didn’t want this added into the swc.
- Fixed an issue when not using the left mouse click on the Spelling Decorator that cause a null pointer exception.
- Fixed the issue with the PersonalDictionary not removing from the action script engine.
- Fixed an issue with the frame event resizing constantly due to a fraction of a number, now holding onto old width/height and validating versus the textfield.
- Fixed an issue where setting text programmatically did not fire a text check and underline.
- Added FaultEvent on the WordList get for the dictionary url.
- COMPRESSED/PRE-PROCESSED file. I have added a pre-processed dictionary file called dictionary.cdic.
- It is a base-64 encoded pre-processed file.
- It loads in about 1/10th of the original
- Added functionality to handle a normal .dic file and .cdic file.
- If you want to use the .cdic file, please make sure it ends with .cdic otherwise it will try to be processed as a normal text file.
- The file size is 1.5 meg compressed where the .dic file is uncompressed at 1.5 meg, so if your bandwidth is an issue you might try adding gzip compression on a server to compress the dictionary file being streamed to the web browser client. This will give you a nice compression ratio but will be much slower to process.
Last Time - Things To Do
Round off the Dictionary Management UI, to allow editing of the local dictionary contents, to remove added words.- Work on speed performance. (this one is going to be ongoing)
Update Dictionary for initial load so that the action script will decompress the contents, instead of relying on a server to do it for the end user.- Create a new Demo.
Things To Do
- Continue speed performance.
- Update FAQ
- Create a new Demo
Get the Source Code for the New Stuff!!!
0 Comments