Show
Ignore:
Timestamp:
05/07/08 19:13:31 (8 months ago)
Author:
silver
Message:
 
Files:
1 modified

Legend:

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

    r150 r151  
    1515        <mx:Script> 
    1616                <![CDATA[ 
     17                        import mx.controls.Alert; 
     18                        import mx.effects.Move; 
    1719                        import org.cnflex.buddypub.mvc.control.EventHandlers; 
    18                         import com.firemoss.modelglue.event.ModelGlueEvent;                      
     20                        import com.firemoss.modelglue.event.ModelGlueEvent; 
     21                         
    1922                ]]> 
    2023        </mx:Script> 
     24         
    2125        <container:Main width="100%" height="100%"/> 
    22         <popup:MessagePopup x="300" y="300"/> 
     26        <mx:Button click="msgBox.addMessage()" label="测试"/> 
     27        <popup:MessagePopup id="msgBox" visible="false" x="{width-msgBox.width-2}" /> 
     28         
    2329</mx:Application>