I have 2 different widgets (number may increase) that I want to load in panel. I have place their entries like:
<widgetcontainer paneltype="bottom" initialstate="collapsed" height="250">
entries here
</widgetcontainer>
in main config file.
The problem is that they both show up at once hence they are squeezed. Is there any way out to close already loaded widgets in panel (Which is covered here http://forums.arcgis.com/threads/254...rogramatically) and load new widget in panel at run time so that only one widget should be available in panel?
How can I change the state of the panel at run time?
I am using ArcGIS Viewer for Flex 3.1
Thanks in advance
<widgetcontainer paneltype="bottom" initialstate="collapsed" height="250">
entries here
</widgetcontainer>
in main config file.
The problem is that they both show up at once hence they are squeezed. Is there any way out to close already loaded widgets in panel (Which is covered here http://forums.arcgis.com/threads/254...rogramatically) and load new widget in panel at run time so that only one widget should be available in panel?
How can I change the state of the panel at run time?
I am using ArcGIS Viewer for Flex 3.1
Thanks in advance