I tried to make the edit in the configure window of the App Builder, but the change doesn't hold. When I save and return to the config window, it shows that it has reverted back. Is there someplace else where I should be making the edit?
Thanks
Hi,
I'm using TOC widget 3.0 uncompiled version. Some of my layers have long names and therefore title text is not visible entirely. It is covered by menu items (zoom to, transpareny...etc). How can I fix that? I'm attaching an image so the issue would be clearer. Thaqnks for your help.
Best regards,
Petra
<toccomp:TOC id="toc"
width="100%"
height="100%"
labels="{[ZoomToMakeVisible,ExpandAll,CollapseAll]}"
useesridescription="{UseNewEsriDescrption}"
expanded="{expanded}"
disableZoomTo="{disableZoomTo}"
fullexpanded="{fullexpand}"
legendCollapsed="{legendCollapsed}"
liveScrolling="false"
variableRowHeight="true"
tocMinWidth="{wTemplate.width - 45}" scroller="{scr}"
loader="{boxMessage}" paddingTop="0" paddingBottom="0"/>
</s:Group>
tocMinWidth="700"(for the attached example) and it made my "extra long test description" to show.
Jefferson,
I actually never designed the widget to be used more than once in an application.
Kim;
Please attach your xml here, thus I can take a look.
Petra,
That appears to be in this part of the TOCWidget.mxml:
<toccomp:TOC id="toc" width="100%" height="100%" labels="{[ZoomToMakeVisible,ExpandAll,CollapseAll]}" useesridescription="{UseNewEsriDescrption}" expanded="{expanded}" disableZoomTo="{disableZoomTo}" fullexpanded="{fullexpand}" legendCollapsed="{legendCollapsed}" liveScrolling="false" variableRowHeight="true" tocMinWidth="{wTemplate.width - 45}" scroller="{scr}" loader="{boxMessage}" paddingTop="0" paddingBottom="0"/> </s:Group>
I just hardcoded it totocMinWidth="700"(for the attached example) and it made my "extra long test description" to show.
[ATTACH=CONFIG]18332[/ATTACH]
R_