<?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: Moveable Static Image Widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/moveable-static-image-widget/m-p/375371#M10753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have not tried it, but I have not recompiled the widget to work with FlexViewer 3.1.&amp;nbsp; I will post here when I compile a new version of the widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm glad it was helpful in 3.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Mar 2013 04:40:28 GMT</pubDate>
    <dc:creator>BenKane</dc:creator>
    <dc:date>2013-03-26T04:40:28Z</dc:date>
    <item>
      <title>Moveable Static Image Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/moveable-static-image-widget/m-p/375366#M10748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anybody developed a widget that can simply hold a static image, but where the widget window can be moved around on the page?&amp;nbsp;&amp;nbsp;&amp;nbsp; Sometimes I just want to use a static legend (don't need a dynamic one) but I don't want to use an image that has to stay in one place on the page, like the StaticImageWidget.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:11:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/moveable-static-image-widget/m-p/375366#M10748</guid>
      <dc:creator>NinaRihn</dc:creator>
      <dc:date>2012-05-02T15:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Moveable Static Image Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/moveable-static-image-widget/m-p/375367#M10749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a widget that I built does what you ask for, and allows a few configurations in the .xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tags you can use in the xml file are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;text&amp;gt; - text/label that appears above the image&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;imageurl&amp;gt; - image source&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;scaleX&amp;gt; - to scale image width&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;scaleY&amp;gt; - to scale image height&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;height&amp;gt; - for widget&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;width&amp;gt; - for widget&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this is helpful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 00:25:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/moveable-static-image-widget/m-p/375367#M10749</guid>
      <dc:creator>BenKane</dc:creator>
      <dc:date>2012-05-03T00:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Moveable Static Image Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/moveable-static-image-widget/m-p/375368#M10750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That widget is for FlexViewer.&amp;nbsp; If you are using the api to fully develop your application you can simply add drag functionality to your image control using the mouseDown and mouseUp events as triggers to start and end the dragging:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;protected function _startDrag(event:MouseEvent):void
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; event.currentTarget.startDrag();
}

protected function _stopDrag(event:MouseEvent):void
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; event.currentTarget.stopDrag();
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:21:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/moveable-static-image-widget/m-p/375368#M10750</guid>
      <dc:creator>BenKane</dc:creator>
      <dc:date>2021-12-11T17:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Moveable Static Image Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/moveable-static-image-widget/m-p/375369#M10751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ben!&amp;nbsp; That Flexviewer widget is exactly what I needed, and it is very simple and works great.. it does make my image quality degrade quite a bit, but I will work on the image, as it is just a basic legend image I made using Paint.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 14:15:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/moveable-static-image-widget/m-p/375369#M10751</guid>
      <dc:creator>NinaRihn</dc:creator>
      <dc:date>2012-05-07T14:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Moveable Static Image Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/moveable-static-image-widget/m-p/375370#M10752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a 3.1 version of this widget? I used the MoveableImageWidget in 3.0 and it worked fantastic, I would like to upgrade the viewer to 3.1. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Here is a widget that I built does what you ask for, and allows a few configurations in the .xml file.&lt;BR /&gt;Tags you can use in the xml file are:&lt;BR /&gt;&amp;lt;text&amp;gt; - text/label that appears above the image&lt;BR /&gt;&amp;lt;imageurl&amp;gt; - image source&lt;BR /&gt;&amp;lt;scaleX&amp;gt; - to scale image width&lt;BR /&gt;&amp;lt;scaleY&amp;gt; - to scale image height&lt;BR /&gt;&amp;lt;height&amp;gt; - for widget&lt;BR /&gt;&amp;lt;width&amp;gt; - for widget&lt;BR /&gt;&lt;BR /&gt;Hope this is helpful.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 16:49:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/moveable-static-image-widget/m-p/375370#M10752</guid>
      <dc:creator>ChristinaGonzales</dc:creator>
      <dc:date>2013-03-20T16:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Moveable Static Image Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/moveable-static-image-widget/m-p/375371#M10753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have not tried it, but I have not recompiled the widget to work with FlexViewer 3.1.&amp;nbsp; I will post here when I compile a new version of the widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm glad it was helpful in 3.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 04:40:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/moveable-static-image-widget/m-p/375371#M10753</guid>
      <dc:creator>BenKane</dc:creator>
      <dc:date>2013-03-26T04:40:28Z</dc:date>
    </item>
  </channel>
</rss>

