Hi all,
I have a flex widget, after click a button the widget will be hidden and another widget will be loaded.
But after that even I click on the widget in the menu, the widget will not appear.
The code for hide the widget is as follows:
query.visible = false
What should I do for enable the visibility of the widget?
I am using arcgis api for flex 3.6.
Thanks a lot!