Select to view content in your preferred language

Attribute Table displays twice???

757
3
Jump to solution
01-30-2014 09:18 AM
VenusScott
Frequent Contributor
Please tell me I'm not the only one who is experiencing this!! In the Layout tab I've activated the Attribute Table option and configured it to have the initial state "Collapsed". I did not include any layers to show because I only want the "Search" results done after a search to display. When I go to the preview tab, the Attribute Table is duplicated?!! (image attached). This is version 3.5 and I'm totally stumped by this? Anyone else ever experience this? How did you fix it?

[ATTACH=CONFIG]30987[/ATTACH]
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Venus,

   What you nned to do is look at the main config.xml file in a text editor program and see if you have the attribute table widget listed twice.

i.e. C:\inetpub\wwwroot\flexviewers\yourappsname\config.xml


do you have something like this?

    <widgetcontainer paneltype="bottom" initialstate="collapsed" size="250">             <widget label="Attribute Table"                 config="widgets/AttributeTable/AttributeTableWidget.xml"                 url="widgets/AttributeTable/AttributeTableWidget.swf"/>             <widget label="Attribute Table"                 config="widgets/AttributeTable/AttributeTableWidget.xml"                 url="widgets/AttributeTable/AttributeTableWidget.swf"/>     </widgetcontainer>

View solution in original post

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus
Venus,

   What you nned to do is look at the main config.xml file in a text editor program and see if you have the attribute table widget listed twice.

i.e. C:\inetpub\wwwroot\flexviewers\yourappsname\config.xml


do you have something like this?

    <widgetcontainer paneltype="bottom" initialstate="collapsed" size="250">             <widget label="Attribute Table"                 config="widgets/AttributeTable/AttributeTableWidget.xml"                 url="widgets/AttributeTable/AttributeTableWidget.swf"/>             <widget label="Attribute Table"                 config="widgets/AttributeTable/AttributeTableWidget.xml"                 url="widgets/AttributeTable/AttributeTableWidget.swf"/>     </widgetcontainer>
0 Kudos
VenusScott
Frequent Contributor
BINGO!!!

Thanks Robert! Once I delete the duplicate entry, life is good once again!

😄
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Venus,

   Glad to help. Did you mean to mark your inital question as the answer?
0 Kudos