Re: Destroy popup

2016-06-07 Thread Alex Harui
Put in a breakpoint or something to see how many are being instantiated. I would imagine in the first scenario a new dialog gets instantiated every time. -Alex On 6/7/16, 11:21 AM, "mark goldin" wrote: >I am showing my popup from datagrid custom item renderer in two

Destroy popup

2016-06-07 Thread mark goldin
I am showing my popup from datagrid custom item renderer in two ways. 1. var aad:popupDialog = new popupDialog(); aad.show(this); 2. this.document._showPopupDialog.show(); for the second one the main screen has the following: _showPopupDialog = new ShowPopupDialog();