Show
Ignore:
Timestamp:
05/14/08 14:36:21 (8 months ago)
Author:
silver
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/buddypub/bpclientflex/src/index.mxml

    r153 r155  
    1515        <mx:Script> 
    1616                <![CDATA[ 
    17                         import mx.controls.Alert; 
    18                         import mx.effects.Move; 
    19                         import org.cnflex.buddypub.mvc.control.EventHandlers; 
    20                         import com.firemoss.modelglue.event.ModelGlueEvent; 
    2117                         
     18                         
     19                        /* 
    2220                        private var i:int = 0; 
    2321                        private function testAlert():void{ 
     
    2725                                event.dispatch();                        
    2826                        } 
    29                          
     27                        */ 
    3028                ]]> 
    3129        </mx:Script> 
    3230         
    3331        <container:Main width="100%" height="100%"/> 
     32        <!-- 
    3433        <mx:Button click="testAlert()" label="测试"/> 
     34        --> 
    3535        <popup:MessagePopup id="msgBox" visible="false" x="{width-msgBox.width-2}" /> 
    3636