Is there a way to update widget positions in a "fix" layout on window resizing

2138
3
01-18-2011 06:33 AM
DanielBraun1
New Contributor
I'm trying to configure FlexView so that widgets in the widgetcontainer are fixed and positioned (docked) to the right side of the window.

However, after they are positioned initially, resizing the browser leaves these widgets at their initial positions.

Is there a way to update their positions on a browser window resize so that they stay docked on the right side of the browser window?
Tags (2)
0 Kudos
3 Replies
DasaPaddock
Esri Regular Contributor
Can you share your config? Are you using left, right, top or bottom?
http://help.arcgis.com/en/webapps/flexviewer/help/widget_tag.htm
0 Kudos
DanielBraun1
New Contributor
Thank you for your reply.

On <widgetcontainer> I have layout="fix"

For the Map Layers widget, I have:

<widget label="Map Layers"
      preload="open" right="0" top="40"
         icon="assets/images/i_layers.png"
         url="widgets/LayersManager/LayersManagerWidget.swf"/>

I'm weary of sharing the config.xml file as there are many links to their servers that I'm not sure our client wants public.

So... Is it possible? What I'm requesting?

Can you share your config? Are you using left, right, top or bottom?
http://help.arcgis.com/en/webapps/flexviewer/help/widget_tag.htm
0 Kudos
DasaPaddock
Esri Regular Contributor
This appears to be a bug. It's been entered into our bug tracking system to be fixed in a future release.
0 Kudos