I am using ResizeTitleWindow(https://github.com/rscheitlin/eSearch/blob/master/ResizeTitleWindow.as) code for popup which is working great but when ever the popup is there in the App I am not able to change the focus on other widget means if the widget is back of popup and if i select the widget I am not able to see the widget because of popup. Is there any way I can do this?
There is no change after adding the line(controlContainer.depth = 1000).
Is there any other way doing this?? What I need is if both popups (widget and custom) are present on the map, the custom popup is always front to widget popup even if I click on the widget popup it is always back to custom popup.
To create the custom pop up I have used below link code.
As you have only posted very minimal info about how you are using the TitleWindow.as there is not a lot of help we can provide you. I can only assume that you are using mx PopUpManager to display the TtileWindow.as (that you are calling "popup", which is confusing as esri has a component called popup).