Conceptual question of including script
hi all,
in order make source code clear, write method in separate .as file included <mx:script source="xx.as" />. find flex builder cannot recognize metadata "inspectable". if put these property directly within following block
<mx:script>
<![cdata[
[inspectable(category="general", enumeration="true,false", defaultvalue="true")]
public testproperty: boolean = false;
]]
</mx:script>
then can see @ flex properties view.
my question why has difference? else limitation should take care?
if possible, please provide technical article.
thanks reply.
best regards,
yan
anybody help?
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment