Select to view content in your preferred language

POpup behind widgets are not visible

1059
4
10-01-2012 09:38 AM
rahuln
by
Emerging Contributor
Hi All,

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?

Thanks!!
Rahul
Tags (2)
0 Kudos
4 Replies
RhettZufelt
MVP Notable Contributor
0 Kudos
rahuln
by
Emerging Contributor
Thanks for your reply.

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.

(ResizeTitleWindow( https://github.com/rscheitlin/eSearc  ...TitleWindow.as ))

Thanks.
0 Kudos
rahuln
by
Emerging Contributor
Any help??
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Rahul,

   As you are talking about widget and the Flex Viewer, you are not posting to the appropriate forum. Widget and Flex Viewer questions belong here:

http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex

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).
0 Kudos