I update from squiggly 5 to 6 and I came into a compilation error:
Access of possibly undefined property spellingConfigUrl through a reference with static type Class. testSquiggly6.mxml /testSquiggly6/src line 11 Flex Problem
The mxml:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<fx:Script>
<![CDATA[
import com.adobe.linguistics.spelling.SpellUI;
SpellUI.spellingConfigUrl="";
]]>
</fx:Script>
<s:Label id="tt" width="100%">
</s:Label>
</s:Application>
Using:
Flash Builder 4
Flex SDK 4.5
Player 10.3
I answered my own question. The answer for me was here...
http://forums.adobe.com/thread/870995
Thanks.
North America
Europe, Middle East and Africa
Asia Pacific