- Timestamp:
- 05/15/08 13:46:28 (6 months ago)
- Files:
-
- 1 modified
-
trunk/buddypub/bpclientflex/src/index.mxml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypub/bpclientflex/src/index.mxml
r155 r157 13 13 <control:ModelGlueConfiguration /> 14 14 15 <mx:Script> 16 <![CDATA[ 17 18 19 /* 20 private var i:int = 0; 21 private function testAlert():void{ 22 i++; 23 var event:ModelGlueEvent = new ModelGlueEvent(EventHandlers.ALERT_MESSAGE); 24 event.setValue("msg","This is a test message:"+i); 25 event.dispatch(); 26 } 27 */ 28 ]]> 29 </mx:Script> 15 <container:Main width="100%" height="100%"/> 30 16 31 <container:Main width="100%" height="100%"/>32 <!--33 <mx:Button click="testAlert()" label="测试"/>34 -->35 17 <popup:MessagePopup id="msgBox" visible="false" x="{width-msgBox.width-2}" /> 36 18
