<?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 How can I widen the default renderer window? in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-can-i-widen-the-default-renderer-window/m-p/111191#M3926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a simple way to widen the data table window that results in the Find and Identify -&amp;gt; Identify Features sample on the samples page at&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/fle...les/index.html"&gt;http://help.arcgis.com/en/webapi/fle...les/index.html&lt;/A&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(Note: the post is not showing the url address above correctly - it is the Flex Samples tab web page)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that it is using the default renderer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;clickGraphic.symbol = new InfoSymbol(); // use default renderer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;clickGraphic.attributes = resultGraphic.attributes;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the code in another applicatiion and would like the information window to be wider to show the full data values (which it now cuts off - see parcel ID below).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://apps.gis.idaho.gov/tax/IP.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2011 14:48:55 GMT</pubDate>
    <dc:creator>WaltBulawa</dc:creator>
    <dc:date>2011-05-24T14:48:55Z</dc:date>
    <item>
      <title>How can I widen the default renderer window?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-can-i-widen-the-default-renderer-window/m-p/111191#M3926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a simple way to widen the data table window that results in the Find and Identify -&amp;gt; Identify Features sample on the samples page at&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/fle...les/index.html"&gt;http://help.arcgis.com/en/webapi/fle...les/index.html&lt;/A&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(Note: the post is not showing the url address above correctly - it is the Flex Samples tab web page)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that it is using the default renderer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;clickGraphic.symbol = new InfoSymbol(); // use default renderer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;clickGraphic.attributes = resultGraphic.attributes;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the code in another applicatiion and would like the information window to be wider to show the full data values (which it now cuts off - see parcel ID below).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://apps.gis.idaho.gov/tax/IP.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 14:48:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-can-i-widen-the-default-renderer-window/m-p/111191#M3926</guid>
      <dc:creator>WaltBulawa</dc:creator>
      <dc:date>2011-05-24T14:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I widen the default renderer window?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-can-i-widen-the-default-renderer-window/m-p/111192#M3927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If it is a widget window, you can change from the widget--width and height, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; &amp;lt;viewer:WidgetTemplate id="wTemplate"
&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;nbsp;&amp;nbsp;&amp;nbsp; width="430" height="240"&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there a simple way to widen the data table window that results in the Find and Identify -&amp;gt; Identify Features sample on the samples page at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/fle...les/index.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapi/fle...les/index.html&lt;/A&gt; ?&lt;BR /&gt;&lt;BR /&gt;(Note: the post is not showing the url address above correctly - it is the Flex Samples tab web page)&lt;BR /&gt;&lt;BR /&gt;I know that it is using the default renderer:&lt;BR /&gt;&lt;BR /&gt;clickGraphic.symbol = new InfoSymbol(); // use default renderer&lt;BR /&gt;clickGraphic.attributes = resultGraphic.attributes;&lt;BR /&gt;&lt;BR /&gt;I am using the code in another applicatiion and would like the information window to be wider to show the full data values (which it now cuts off - see parcel ID below).&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://apps.gis.idaho.gov/tax/IP.png" /&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:40:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-can-i-widen-the-default-renderer-window/m-p/111192#M3927</guid>
      <dc:creator>LeiZhou</dc:creator>
      <dc:date>2021-12-11T06:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I widen the default renderer window?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-can-i-widen-the-default-renderer-window/m-p/111193#M3928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That will adjust the window on the left but I want to adjust the smaller window to the right which is not the viewer window.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 18:20:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-can-i-widen-the-default-renderer-window/m-p/111193#M3928</guid>
      <dc:creator>WaltBulawa</dc:creator>
      <dc:date>2011-05-25T18:20:09Z</dc:date>
    </item>
  </channel>
</rss>

