Changeset 157 for trunk

Show
Ignore:
Timestamp:
05/15/08 13:46:28 (6 months ago)
Author:
silver
Message:
 
Files:
1 modified

Legend:

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

    r155 r157  
    1313        <control:ModelGlueConfiguration /> 
    1414         
    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%"/> 
    3016         
    31         <container:Main width="100%" height="100%"/> 
    32         <!-- 
    33         <mx:Button click="testAlert()" label="测试"/> 
    34         --> 
    3517        <popup:MessagePopup id="msgBox" visible="false" x="{width-msgBox.width-2}" /> 
    3618