<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IdentifyWidget's Column Width in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identifywidget-s-column-width/m-p/562285#M16086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shanning,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Your misuse of terminology really hinders you getting the answers you need...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I want to adjust the column width of an IdentifyWidget.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; The identify widget is my widget and does not use columns.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I have to assume that you are really speaking of the IdentifyTask that presents it's results in an InfoSymbol like your thread here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/63228-Identify-Tool-How-to-filter-out-some-unwanted-attributes"&gt;http://forums.arcgis.com/threads/63228-Identify-Tool-How-to-filter-out-some-unwanted-attributes&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that is the case than as I posted in this thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/63222-Identify-Tool-s-infoWondow-box-can-it-be-customized-in-Length-and-Width"&gt;http://forums.arcgis.com/threads/63222-Identify-Tool-s-infoWondow-box-can-it-be-customized-in-Length-and-Width&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the proper mxml that you need to be working with is the InfoSymbolWindowSkin.mxml and not the popUpRenderSkin.mxml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I am correct in all this, than adjusting the width of the the columns of the data that gets dynamically created in the contentGroup by code that is part of the API is going to be &lt;/SPAN&gt;&lt;STRONG&gt;EXTREMELY&lt;/STRONG&gt;&lt;SPAN&gt; hard if possible at all.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2012 16:49:12 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2012-08-08T16:49:12Z</dc:date>
    <item>
      <title>IdentifyWidget's Column Width</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identifywidget-s-column-width/m-p/562284#M16085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to adjust the column width of an IdentifyWidget.&amp;nbsp; Currently, the Key and Value columns have the equal width.&amp;nbsp; I revised the popUpRenderSkin.mxml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:Group id="keyValueGroup" width="100%"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:layout&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:ConstraintLayout id="keyValueGroupLayout"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:constraintColumns&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:ConstraintColumn id="col1" width="30%" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:ConstraintColumn id="col2" width="70%"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:constraintColumns&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:ConstraintLayout&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:layout&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:Group&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the column widths of both columns have no change.&amp;nbsp; Did I do something incorrect?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 16:14:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identifywidget-s-column-width/m-p/562284#M16085</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2012-08-08T16:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyWidget's Column Width</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identifywidget-s-column-width/m-p/562285#M16086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shanning,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Your misuse of terminology really hinders you getting the answers you need...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I want to adjust the column width of an IdentifyWidget.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; The identify widget is my widget and does not use columns.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I have to assume that you are really speaking of the IdentifyTask that presents it's results in an InfoSymbol like your thread here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/63228-Identify-Tool-How-to-filter-out-some-unwanted-attributes"&gt;http://forums.arcgis.com/threads/63228-Identify-Tool-How-to-filter-out-some-unwanted-attributes&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that is the case than as I posted in this thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/63222-Identify-Tool-s-infoWondow-box-can-it-be-customized-in-Length-and-Width"&gt;http://forums.arcgis.com/threads/63222-Identify-Tool-s-infoWondow-box-can-it-be-customized-in-Length-and-Width&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the proper mxml that you need to be working with is the InfoSymbolWindowSkin.mxml and not the popUpRenderSkin.mxml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I am correct in all this, than adjusting the width of the the columns of the data that gets dynamically created in the contentGroup by code that is part of the API is going to be &lt;/SPAN&gt;&lt;STRONG&gt;EXTREMELY&lt;/STRONG&gt;&lt;SPAN&gt; hard if possible at all.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 16:49:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identifywidget-s-column-width/m-p/562285#M16086</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-08-08T16:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyWidget's Column Width</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identifywidget-s-column-width/m-p/562286#M16087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert:&amp;nbsp; You might be right.&amp;nbsp; But in the InfoSymbolWindowSkin.mxml, there is no definition about the Key/Value columns.&amp;nbsp; I only found them in the popUpRenderSkin.mxml.&amp;nbsp; In my application, the pop-up contains 2 columns w/ equal width.&amp;nbsp; Usually, Key (Attribute Name) is short but Value (Attribute value) is long.&amp;nbsp; I want to reduce Key column width and meanwhile increase Value column width.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 17:35:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identifywidget-s-column-width/m-p/562286#M16087</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2012-08-08T17:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyWidget's Column Width</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identifywidget-s-column-width/m-p/562287#M16088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shaning,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; As I mentioned adjusting the width of the the columns of the data that gets &lt;/SPAN&gt;&lt;STRONG&gt;dynamically&amp;nbsp; created&lt;/STRONG&gt;&lt;SPAN&gt; (meaning they are not there until the api code, not visible to you, creates them) in the contentGroup by code that is part of the API is going to&amp;nbsp; be &lt;/SPAN&gt;&lt;STRONG&gt;EXTREMELY&lt;/STRONG&gt;&lt;SPAN&gt; hard if possible at all.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 17:45:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identifywidget-s-column-width/m-p/562287#M16088</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-08-08T17:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: IdentifyWidget's Column Width</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identifywidget-s-column-width/m-p/562288#M16089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&amp;nbsp; Now I got understand your meaning.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 17:54:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identifywidget-s-column-width/m-p/562288#M16089</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2012-08-08T17:54:30Z</dc:date>
    </item>
  </channel>
</rss>

