<?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: Question regarding transparency in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513883#M14348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Adam,&lt;BR /&gt;&lt;BR /&gt;Read more about dynamic layers here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000004zv000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000004zv000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;They are not utilised through the WMS feed from a service, they utilise the REST endpoints. &lt;BR /&gt;&lt;BR /&gt;In your flex application are all the layers you are using coming from your own server? If so your application would preform a lot better if you used the REST endpoints not the WMS.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OK - I've enabled Dynamic Workspaces in ArcGIS Server Manager, by checking the box for "Allow per requests modification of layer order and symbology." I've also created a Shapefile workspace ID that pointed to the absolute path on my server PC where the shapefiles reside. However, I still don't have control over the layers when I go to the site. I'm sure I'm just missing something, but the help file doesn't tell me what it is (or at least I can't find it.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Mar 2013 13:28:26 GMT</pubDate>
    <dc:creator>AdamNelson</dc:creator>
    <dc:date>2013-03-13T13:28:26Z</dc:date>
    <item>
      <title>Question regarding transparency</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513876#M14341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I apologize if this has already been covered in these forums, but I can't find it specifically. I'm new to the ArcGIS Viewer for Flex (I've just used it a few times for a class), so I'm having difficulty implementing something. Here's the process that I've performed that led to my issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 - In ArcMap, I created a solid, polygonal layer and gave it 35% transparency.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - From ArcMap, I published the MXD as a WMS through ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3 - Using the ArcGIS Viewer for Flex, I created an app that calls this WMS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4 - When I open the app in a browser, the original transparency in the polygon feature is gone, and I have no way of modifying it as a user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would very much like to have a user be able to set the transparency of this layer (possibly through a slider), but I will settle for a way to render the layer 35% transparent when the service is called by a user, even if that means the user can't control its transparency. Is there a way I can do provision either of these scenarios using ArcGIS Viewer for Flex?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 18:16:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513876#M14341</guid>
      <dc:creator>AdamNelson</dc:creator>
      <dc:date>2013-03-12T18:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding transparency</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513877#M14342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Adam,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In your main config .xml where you add the layer into the viewer you can set an alpha value on the layer tag, to set its transparency:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_tag_overview/01m30000000p000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_tag_overview/01m30000000p000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you use the layer list widget to manage the ability of turning the layer on/off this has an option in the sub menu for changing the transparency in the viewer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_List_widget/01m300000035000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_List_widget/01m300000035000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 18:23:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513877#M14342</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-03-12T18:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding transparency</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513878#M14343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Adam,&lt;BR /&gt;&lt;BR /&gt;In your main config .xml where you add the layer into the viewer you can set an alpha value on the layer tag, to set its transparency:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_tag_overview/01m30000000p000000/"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_tag_overview/01m30000000p000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you use the layer list widget to manage the ability of turning the layer on/off this has an option in the sub menu for changing the transparency in the viewer:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_List_widget/01m300000035000000/"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_List_widget/01m300000035000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Anthony. I will definitely give that a shot. I'll let you know how it turns out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 18:28:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513878#M14343</guid>
      <dc:creator>AdamNelson</dc:creator>
      <dc:date>2013-03-12T18:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding transparency</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513879#M14344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Adam,&lt;BR /&gt;&lt;BR /&gt;In your main config .xml where you add the layer into the viewer you can set an alpha value on the layer tag, to set its transparency:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_tag_overview/01m30000000p000000/"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_tag_overview/01m30000000p000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you use the layer list widget to manage the ability of turning the layer on/off this has an option in the sub menu for changing the transparency in the viewer:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_List_widget/01m300000035000000/"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_List_widget/01m300000035000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I went the Layer List widget method and it worked! Thanks for the tip. Now I wish that it could break it out by actual layer, as opposed to the slider adjusting the transparency for all of the polygonal layers that were published form ArcMap at once. Ah well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also would have liked there to be a widget that allowed users to modify the symbology (colors, icons, etc.) for the vector layers, but that's not an absolute requirement.&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;Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 00:30:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513879#M14344</guid>
      <dc:creator>AdamNelson</dc:creator>
      <dc:date>2013-03-13T00:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding transparency</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513880#M14345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Adam,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To achieve that you would have to use dynamic layers on feature services:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/UniqueValueRenderer/01nq00000071000000/"&gt;http://resources.arcgis.com/en/help/flex-api/samples/index.html#/UniqueValueRenderer/01nq00000071000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 06:11:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513880#M14345</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-03-13T06:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding transparency</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513881#M14346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Adam,&lt;BR /&gt;&lt;BR /&gt;To achieve that you would have to use dynamic layers on feature services:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/UniqueValueRenderer/01nq00000071000000/"&gt;http://resources.arcgis.com/en/help/flex-api/samples/index.html#/UniqueValueRenderer/01nq00000071000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to be clear, are you saying that when I publish the MXD from ArcMap, I need to activate Dynamic Layers? Or is this accomplished another way? Also - some of my layers are not published as WFS, they are just WMS. Does that mean that dynamic layers won't work for them?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for the quick response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 11:41:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513881#M14346</guid>
      <dc:creator>AdamNelson</dc:creator>
      <dc:date>2013-03-13T11:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding transparency</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513882#M14347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Adam,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Read more about dynamic layers here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000004zv000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000004zv000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They are not utilised through the WMS feed from a service, they utilise the REST endpoints. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In your flex application are all the layers you are using coming from your own server? If so your application would preform a lot better if you used the REST endpoints not the WMS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 12:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513882#M14347</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-03-13T12:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding transparency</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513883#M14348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Adam,&lt;BR /&gt;&lt;BR /&gt;Read more about dynamic layers here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000004zv000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000004zv000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;They are not utilised through the WMS feed from a service, they utilise the REST endpoints. &lt;BR /&gt;&lt;BR /&gt;In your flex application are all the layers you are using coming from your own server? If so your application would preform a lot better if you used the REST endpoints not the WMS.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OK - I've enabled Dynamic Workspaces in ArcGIS Server Manager, by checking the box for "Allow per requests modification of layer order and symbology." I've also created a Shapefile workspace ID that pointed to the absolute path on my server PC where the shapefiles reside. However, I still don't have control over the layers when I go to the site. I'm sure I'm just missing something, but the help file doesn't tell me what it is (or at least I can't find it.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 13:28:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513883#M14348</guid>
      <dc:creator>AdamNelson</dc:creator>
      <dc:date>2013-03-13T13:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding transparency</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513884#M14349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Adam,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think there may be a slight misunderstanding here, when you said you would like a widget that allows the user to change symbology etc, I was commenting that you would need to use dynamic layers to do this not a wms layer. You would then still have to build a widget to do it. I posted the link to the example just so show what can be done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry if I have caused any confusion&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 17:31:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/question-regarding-transparency/m-p/513884#M14349</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-03-13T17:31:17Z</dc:date>
    </item>
  </channel>
</rss>

