Select to view content in your preferred language

Ways to manage widget/icon placement? widget container? headercontol? widget itself?

2557
2
04-28-2014 05:43 AM
C_EHoward
Frequent Contributor
I am using the flex viewer and want to have my widgets placed a little better if I can. Ideally, I want some space between different widgets in my application since some are for standard things and some are groups of tools that are more data-specific. The widget tray seems to just put all icons there regardless of how many widget containers you have. I have tried a couple things-

- Adding another widget container but this does not seem to do what I would like. I do not understand the concept of having multiple widget containers if they only allow for the widgets to open at specified location, yet still have the widget icons on the same row as all of the other widgets. to me that is not a container.
- adding a widget outside of a widget container- I can control where it appears. But it does not stay minimized upon application startup (prelaod="minimized") and if you close it, poof it is gone since its not attached to the tray as an icon. user has to reload app to see it again- not a good solution

Is there anything else I can try? Or am I out of luck? Am I just stuck with the limited functionality of the flex viewer? A lot of the tools would be so much more useful if they were tweaked just a little to have greater applicability. I have been asked to not rely on 3rd party apps, so I am stuck with the few I have been able to get approved and that is it....no flex developer here. I really with Esri would provide more useful tools (hello real select-by-attributes like in ArcMap) for us non developers.
thanks for any suggestions.

charlene
Tags (2)
0 Kudos
2 Replies
AnthonyGiles
Honored Contributor
Charlene

Have you tried using the widgetgroup tag inside your widget container tag this will place items in the widget group into a drop down menu:

http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Widget_Container/01m30000000300...

The widgetgroup tag has an icon attribute that allows you to change the icon

Regards

Anthony
0 Kudos
C_EHoward
Frequent Contributor
Thanks Anthony. Yes, I have some widget groups with widgets. These are great but I would still like space between these and the rest of my widgets on the line....blank space to visually separate widgets. I mistakenly thought a widget container would/should do that.
I would also like to be able to manage widget groups in the app builder, but that is too much to ask! thanks for the response
0 Kudos