<?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: Is there a general method to take a widget from the viewer and use it with the AP in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729432#M16176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi would you be so kind to share the draw and measure , and printing ?thanks a lot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2012 05:07:13 GMT</pubDate>
    <dc:creator>rosendimitrov</dc:creator>
    <dc:date>2012-02-13T05:07:13Z</dc:date>
    <item>
      <title>Is there a general method to take a widget from the viewer and use it with the API ?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729428#M16172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm developping an application with the ArcGIS API for Flex, and I want to implement some tools like the widgets existing in the Flex Viewer (Draw and Mesure, OverviewMap, Printing, ...). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had already integrated the Navigation Widget thanks to this &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/24250-Something-I-m-still-a-little-confused-about...?p=169627" rel="nofollow" target="_blank"&gt;post&lt;/A&gt;&lt;SPAN&gt; (special thanks for Robert Scheitlin), and I want to integrate other widgets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, is there a method or steps to follow for transforming a widget from the viewer to a standalone tool, which is able to be integrated in an application developed by the API (exactly like Robert has done with the Navigation Widget) ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 15:28:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729428#M16172</guid>
      <dc:creator>Mohammed_YassineAYACHE</dc:creator>
      <dc:date>2012-02-06T15:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a general method to take a widget from the viewer and use it with the AP</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729429#M16173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mohammed,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; There are no quick guideline to do this. It is all about experience in working in the Flex API and an understanding of widgets and their interation with the map. The best thing you can do is look at the code and determine what needs to be decoupled from the viewer framework. Your path is not going to be easy. Here is another widget that I made the search widget that have been customized to work outside the Flex Viewer framework. There is alot of good code in this widget to teach you what needs to be dene.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=2d2ccae108b74b1ba8968e21c730bdb4"&gt;http://www.arcgis.com/home/item.html?id=2d2ccae108b74b1ba8968e21c730bdb4&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt; as shown below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 15:41:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729429#M16173</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-02-06T15:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a general method to take a widget from the viewer and use it with the AP</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729430#M16174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think the navigation widget is different than a lot of the other widgets because navigation is sort of standalone anyway (only deals with the map, not any of your layers etc).&amp;nbsp;&amp;nbsp; I wouldn't expect to see hardly anyone pulling apart the widgets and converting them to standalone. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wouldn't recommend that you even try.&amp;nbsp; There is a lot of overhead involved that keeping the widget interaction going that completely falls apart once you start to use just parts of a widget .&amp;nbsp; (Unless you're a programmer, then go for it!)&amp;nbsp;&amp;nbsp; Otherwise, if there are certain pieces of functionality you need, there are lots of examples in the API reference.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Personally I'm not a fan of the widget approach because I see people put a lot of extra tools in their map because they're easy to add, not because they really need them.&amp;nbsp; I seem to be in the minority, though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 20:02:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729430#M16174</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2012-02-07T20:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a general method to take a widget from the viewer and use it with the AP</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729431#M16175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot Robert, the search widget was very helpful for me. I extracted from it the window template to use it in other tools, and I will focus on the API to develop many of them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;there is still a lot of questions in my mind, but I will post them later.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 07:40:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729431#M16175</guid>
      <dc:creator>Mohammed_YassineAYACHE</dc:creator>
      <dc:date>2012-02-09T07:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a general method to take a widget from the viewer and use it with the AP</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729432#M16176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi would you be so kind to share the draw and measure , and printing ?thanks a lot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 05:07:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729432#M16176</guid>
      <dc:creator>rosendimitrov</dc:creator>
      <dc:date>2012-02-13T05:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a general method to take a widget from the viewer and use it with the AP</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729433#M16177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi rosen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you'll find attached to the following post a test project of the print widget :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/49935-Error-in-Printing-the-map?p=172305&amp;amp;posted=1#post172305" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/49935-Error-in-Printing-the-map?p=172305&amp;amp;posted=1#post172305&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 23:04:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729433#M16177</guid>
      <dc:creator>Mohammed_YassineAYACHE</dc:creator>
      <dc:date>2012-02-13T23:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a general method to take a widget from the viewer and use it with the AP</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729434#M16178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank u very much for the responce, i could share also some stuff with u , like selection widget.could u be so kind to give me the draw and measure tool.im having really bad issue with that stuff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 04:37:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729434#M16178</guid>
      <dc:creator>rosendimitrov</dc:creator>
      <dc:date>2012-02-14T04:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a general method to take a widget from the viewer and use it with the AP</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729435#M16179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rozen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still working on draw and measure widget. I will share it when it is ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if you have some other widgets, it will be so kind to share them in order to save time for developping others.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 08:28:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/is-there-a-general-method-to-take-a-widget-from/m-p/729435#M16179</guid>
      <dc:creator>Mohammed_YassineAYACHE</dc:creator>
      <dc:date>2012-02-14T08:28:16Z</dc:date>
    </item>
  </channel>
</rss>

