Apply Squiggly to Flash Pro IDE textfield.
how apply squiggly tlf textfield in flash professional ide? i've been on , can't seem find solution. thanks.
seems following should work (where 't' instance name of editable tlf textfield placed on stage):
import com.adobe.linguistics.spelling.spelluifortlf;
spelluifortlf.enablespelling(t.textflow, "en_us");
it works. spellchecking enabled. in output window:
typeerror: error #1009: cannot access property or method of null object reference.
@ flashx.textlayout.container::textcontainermanager/getcontentbounds()
@ singletextcontainermanager/get contentwidth()
@ fl.text::tlftextfield/http://ns.adobe.com/textlayout/internal/2008::composecomplete()
@ fl.text::tlftextfield/http://ns.adobe.com/textlayout/internal/2008::updatecomplete()
@ flash.events::eventdispatcher/dispatcheventfunction()
@ flash.events::eventdispatcher/dispatchevent()
@ flashx.textlayout.container::textcontainermanager/dispatchevent()
@ flash.events::eventdispatcher/dispatcheventfunction()
@ flash.events::eventdispatcher/dispatchevent()
@ flashx.textlayout.elements::textflow/dispatchevent()
@ flashx.textlayout.container::containercontroller/http://ns.adobe.com/textlayout/internal/2008::updatecompositionshapes()
@ flashx.textlayout.compose::standardflowcomposer/updatecompositionshapes()
@ flashx.textlayout.compose::standardflowcomposer/updatetocontroller()
@ flashx.textlayout.compose::standardflowcomposer/updateallcontrollers()
@ com.adobe.linguistics.spelling::spellingcontextmenufortlf()
@ com.adobe.linguistics.spelling::spelluifortlf/addcontextmenu()
@ com.adobe.linguistics.spelling::spelluifortlf/loaddictcomplete()
@ flash.events::eventdispatcher/dispatcheventfunction()
@ flash.events::eventdispatcher/dispatchevent()
@ com.adobe.linguistics.spelling.framework::spellingservice/loaddictcomplete()
@ flash.events::eventdispatcher/dispatcheventfunction()
@ flash.events::eventdispatcher/dispatchevent()
@ com.adobe.linguistics.spelling::hunspelldictionary/loaddictionarycomplete()
@ flash.events::eventdispatcher/dispatcheventfunction()
@ flash.events::eventdispatcher/dispatchevent()
@ com.adobe.linguistics.spelling.core.utils::squigglydictionaryloader/loadwithouttimeouts()
@ function/http://adobe.com/as3/2006/builtin::apply()
@ setintervaltimer/ontimer()
@ flash.utils::timer/_timerdispatch()
@ flash.utils::timer/tick()
i'm trying don't see that.
i have adobespellingconfig.xml , dictionaries in folder .fla. merging adobespellinguitlf.swc , textlayout.swc (3.0) @ runtime.
thanks.
edits made more descriptive.
i have same problem, mine doesn't work @ all.
More discussions in Adobe Labs
adobe
Comments
Post a Comment