viewStack切换失败

<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns:pairViewStackEffects="org.efflex.mx.pairViewStackEffects.*"
    xmlns:viewStackEffects="org.efflex.mx.viewStackEffects.*" xmlns:util="cn.isvi.util.*">
   
   
    <!--这用了别人的效果,但是下边某个Panel没加hide 和show 效果-->
   
    <viewStackEffects:Slide id="_3dEffert" direction="right" target="{info}">
       
    </viewStackEffects:Slide>
   
   
  

   

   
   

    <mx:VBox width="100%" height="100%">
       
   
   
    <mx:ViewStack width="100%" height="100%" id="info">
      <mx:Panel label="信息列表" title="信息列表" 这没有家hide 和 showeffert效果。所以这出现不能切换
       
 
     </mx:Panel>
    <mx:Panel width="100%" height="100%" id="addformhtml" fontSize="12" showeffert={this._3Deffert} hideeffert="this.3d_effert"
    
    </mx:Panel>

    <mx:Panel width="100%" height="100%" id="editformhtml" fontSize="12" showEffect="{this._3dEffert}"
             hideEffect="{this._3dEffert}"
     
    </mx:Panel>
       
    </mx:ViewStack>
   
    </mx:VBox>
</mx:Canvas>

你可能感兴趣的:(xml,Adobe)