我在 Flex Builder 中修改了 Flex 应用程序的布局。我没有意识到我所做的更改是针对特定状态进行的。我的申请中有大约 6-7 个州。现在,我需要对所有这些状态进行这些更改。我该怎么做?截至目前,在一个状态下有多行这样的行:
<mx:SetProperty target="{accno}" name="x" value="116"/>
<mx:SetProperty target="{accno}" name="y" value="826"/>
<mx:SetProperty target="{phone}" name="x" value="116"/>
<mx:SetProperty target="{phone}" name="y" value="866"/>