how to i prevent a popup if the popup TileWindow is already Open.. ie: in my conrtol i have
click="PopUpManager.createPopUp(this,main,false);" if the user clicks this several times, it opens up multiple popups of the same window. how do i prevent the popup to just 1 instance ?

