<?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 Headercontroller Logo size in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349752#M9937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like there is enough difference in the headercontroller that my logo size is not being honored anymore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How does one change the size of the logo.png image on the left of the headercontroller?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2013 00:53:11 GMT</pubDate>
    <dc:creator>RhettZufelt</dc:creator>
    <dc:date>2013-01-11T00:53:11Z</dc:date>
    <item>
      <title>Headercontroller Logo size</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349752#M9937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like there is enough difference in the headercontroller that my logo size is not being honored anymore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How does one change the size of the logo.png image on the left of the headercontroller?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 00:53:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349752#M9937</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-01-11T00:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Headercontroller Logo size</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349753#M9938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rhett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; In the HeaderControllerWidget.mxml just change this line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:Group id="headerGroup"
&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="100%" &lt;SPAN style="color:#ff0000;"&gt;height="85"&lt;/SPAN&gt;&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:27:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349753#M9938</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T16:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Headercontroller Logo size</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349754#M9939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Though I had already tried that.&amp;nbsp; That will make the header itself taller/thiner, but my logo image is still huge and out of proportion.&amp;nbsp; Even played with the logoIcon size, but couldn't get it to maintain the proportions properly.&amp;nbsp; Seems that the old one would "fit" my image to the header, and this one doesn't.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, I found a different approach, and that was to resize my logo image as close to the original logo.png as possible, and now it "fits" in there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 15:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349754#M9939</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-01-14T15:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Headercontroller Logo size</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349755#M9940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks Robert,&lt;BR /&gt;&lt;BR /&gt;Though I had already tried that.&amp;nbsp; That will make the header itself taller/thiner, but my logo image is still huge and out of proportion.&amp;nbsp; Even played with the logoIcon size, but couldn't get it to maintain the proportions properly.&amp;nbsp; Seems that the old one would "fit" my image to the header, and this one doesn't.&lt;BR /&gt;&lt;BR /&gt;Anyway, I found a different approach, and that was to &lt;STRONG&gt;resize my logo&lt;/STRONG&gt; image as close to the original logo.png as possible, and now it "fits" in there.&lt;BR /&gt;&lt;BR /&gt;R_&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you did the right thing by resizing the logo to make it smaller. You could also optimize it for web use in Photoshop to reduce the image size as well, in case you didn't know about that option.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 16:12:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349755#M9940</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-01-14T16:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Headercontroller Logo size</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349756#M9941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where in the mxml do I change the line(s) to have my logo bigger in size? Default one is too small and also causes my logo to distort. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 05:43:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349756#M9941</guid>
      <dc:creator>MaisarahAbdulHalim</dc:creator>
      <dc:date>2013-09-11T05:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Headercontroller Logo size</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349757#M9942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maisarah A H,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The answer for you is the same as post number 2 above. You also want to use a photo editing program to make your logos width the same as its height (this prevents major distortion).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 12:17:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349757#M9942</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-09-11T12:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Headercontroller Logo size</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349758#M9943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh okay, thanks Robert! I adjusted the height as taught in post number 2, and then used a photo editor to resize my logo to fit nicely..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank u..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 00:18:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/headercontroller-logo-size/m-p/349758#M9943</guid>
      <dc:creator>MaisarahAbdulHalim</dc:creator>
      <dc:date>2013-09-12T00:18:09Z</dc:date>
    </item>
  </channel>
</rss>

