I'm using flex 4.5.1 SDK and implemented a online editor. I wanted to add spell checker to this editor and I used SquigglySDK. I' m using RicheditableText in my editor so I used AdobeSpellingUITLF.swc of SquigglySDK 0.6. But after introduced this spell checker to my editor some functoins are crashed but spell checking is working. Ex: set forcus of RET is not working,undo redo function,Different widgets. Also I noticed that I can't use
| SpellUIForTLF.enableSpelling(textFlow, "en_US"); |
in several places in my code it might be one cause for above problem. Can anyone help me to use SquigglySDK for spell checking in richeditable text without crashing other functions.
Thanks.
Any way I used AdobeSpellingUIEx.swc insted of AdobeSpellingUITLF.swc and that gave me error free application. I think AdobeSpellingUIEx.swc is most suited lib to use with Richeditable Text in flex.
also use
| SpellUI.enableSpelling(RichEditableText, "en_US"); |
instead of
| SpellUIForTLF.enableSpelling(RichEditableText.textFlow, "en_US"); |
Thanks.
North America
Europe, Middle East and Africa
Asia Pacific