hi,the textformat tag with the attribute "tapstops" doesn't seems to work in a popup config!?The same html code in a Textarea works fine -> <mx:TextArea width="500" height="500" >
<mx:htmlText>
<![CDATA[<TEXTFORMAT TABSTOPS='20,40,60,80'><P>1<TAB/>2<TAB/>3<TAB/>4<TAB/>5</P></TEXTFORMAT>]]>
</mx:htmlText>
</mx:TextArea>
Popup config -><?xml version="1.0" ?>
<configuration>
<title>test</title>
<description>
<![CDATA[<TEXTFORMAT TABSTOPS='20,40,60,80'><P>1<TAB/>2<TAB/>3<TAB/>4<TAB/>5</P></TEXTFORMAT>]]>
</description>
</configuration>
Any ideas ?