Changeset 155 for trunk/buddypub/bpclientflex/src/index.mxml
- Timestamp:
- 05/14/08 14:36:21 (8 months ago)
- Files:
-
- 1 modified
-
trunk/buddypub/bpclientflex/src/index.mxml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypub/bpclientflex/src/index.mxml
r153 r155 15 15 <mx:Script> 16 16 <![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;21 17 18 19 /* 22 20 private var i:int = 0; 23 21 private function testAlert():void{ … … 27 25 event.dispatch(); 28 26 } 29 27 */ 30 28 ]]> 31 29 </mx:Script> 32 30 33 31 <container:Main width="100%" height="100%"/> 32 <!-- 34 33 <mx:Button click="testAlert()" label="测试"/> 34 --> 35 35 <popup:MessagePopup id="msgBox" visible="false" x="{width-msgBox.width-2}" /> 36 36
