I have used a datagrid and one button in control bar. by clicking button the application goes edit state from base state. My question is how can i use popup for editing selected record of datagrid instead of changing state. please give me any exam开发者_JAVA百科ple with code that describe how pop ups can be used in flex 3 application.
I got answer for above problem. First we have to create custom component for popup named MyPopup
And in application:
import components.popups.MyPopup;
public var pop:MyPopup;
public function Show_Pop():void
            {
             pop= PopUpManager.createPopUp(this,MyPopup,true)  as MyPopup;
             PopUpManager.centerPopUp(pop);
             }
calling function:
<mx:Button  click="Show_Pop()" id="btn1" label="show Popup"/>
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论