<?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: Something I'm still a little confused about... in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719897#M15998</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a similar question about the zoom/pan controls:&amp;nbsp; Is there a way to adjust opacity to =100% instead of fade in/out on mouse hover?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ray&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2011 22:19:07 GMT</pubDate>
    <dc:creator>Ray_DominicMaldonado</dc:creator>
    <dc:date>2011-04-01T22:19:07Z</dc:date>
    <item>
      <title>Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719885#M15986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, with the help of the samples and this forum, my humble little application is coming along fairly well. The boss is happy, which makes me happy, and I'm actually pretty pleased with what I've been able to develop so far... I do have one little problem, however, and I just can't get clear on whether or not what I want to do is possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem is that I showed my boss the sample Viewer before I began developing my own application. Obviously, what the guys at ESRI did is really impressive, so he got the idea that I could develop something that would give him the same look and feel. I've talked him down from that ideal by pointing out that our users wouldn't know what to do with such a nice interface, but there is one thing he won't budge on: he wants something that is just like the Navigation widget from the Sample Viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, in my limited knowledge, it seems like I should somehow be able to "transplant" the code from the Sample Viewers source to my project. Is that just crazy talk? Is it just too involved for a beginner like me to do? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could really use someone's help on this. If I can't produce this, I've got to know exactly why so that I can explain it to The Man.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for all your help (everyone), and happy coding!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 19:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719885#M15986</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-02-22T19:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719886#M15987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it's possible to re-use logic from with Flex Viewer to another "straight" API application. The key is to figure out what viewer-specific code to remove &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In theory (I haven't tried this), you should be able &lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Copy the Navigation widget folder/package/directory into your own Flex project.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Remove all references of viewer stuff.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Turn off the default slider on your map using &amp;lt;esri:Map zoomSliderVisible="false"&amp;gt;. Or you will end up with two of them...&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Use the custom Navigation class (which was part of the Navigation folder above) in your main mxml page.&amp;nbsp; Something like this (assuming you copied over the fadeOut/fadeOver to the Declaration section of your own mxml page):&lt;/LI&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Navigation:Navigation id="navtool"&lt;BR /&gt;&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; alpha="0.5"&lt;BR /&gt;&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; map="{map}"&lt;BR /&gt;&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; rollOut="fadeOut.play([navtool])"&lt;BR /&gt;&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; rollOver="fadeOver.play([navtool])"/&amp;gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;LI&gt;Possibly set some CSS, stylesheet, theme depending on what colors &amp;amp; styling you want.&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 22:49:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719886#M15987</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-02-22T22:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719887#M15988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"The key is to figure out what viewer-specific code to remove" - LOL. For someone with my coding experience, that's like asking a blind man to find all the needles in a haystack. It's going to be painful, and probably amusing for anyone who gets to watch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really appreciate the response, though, because now that I know it's possible I can get to work on making it happen. Thanks for being so responsive, Bjorn - I really do appreciate it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 14:35:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719887#M15988</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-02-23T14:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719888#M15989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;UPDATE:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, miraculously I've been able to get the Navigation widget to appear in my "straight" Flex API application. None of the skins are applying for some reason, but I think I can figure that one out on my own. The reason I'm writing again is to get some ideas about another problem I'm facing...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even though the widget appears on the interface, not all of the functionality is working. The pan arrows and the zoom slider themselves work, but the full extent, previous extent, and pan, zoom in, and zoom out button bar are all broken. I only changed code in the NavigationWidget.mxml file, but something I did must have broken something. To give you an idea of what I did, I deleted:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;import com.esri.viewer.AppEvent;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import com.esri.viewer.ViewerContainer;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and the init and sharedDataUpdated functions. I was uncomfortable about deleting the init function, but if I don't, the app won't run at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyhow, the error I get when I click on the full extent button reads:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"TypeError: Error #1009: Cannot access a property or method of a null object reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at widgets.Navigation::Navigation/__innerButton_click()&lt;C&gt;"&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I'm halfway there. If you have any other thoughts, Bjorn (or anyone else), I'm all ears.&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;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 16:41:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719888#M15989</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-02-23T16:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719889#M15990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Were you able to get the flexviewer navtool to work in your application?&amp;nbsp; I am at the same place as your last post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The zoom slider, the move right/left/up/down buttons, and the fade in/out work, but the change extent and the zoom tools do not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is such a good navigational tool, the Flex Team should add it to the Code Samples section.&amp;nbsp; Not everyone wants to be locked into the flexviewer widget system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Angelo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 15:03:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719889#M15990</guid>
      <dc:creator>AngeloLelekis</dc:creator>
      <dc:date>2011-03-16T15:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719890#M15991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Angelo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, I never got this working. I'm in total agreement with you, though - it would be nice if ESRI would make a tutorial video or provide some samples of how to convert a sample viewer widget into something that can be used in a "straight" API application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you do get it working, please post the answer. I'm sure there are more people than just the two of us who would like to make this happen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 15:26:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719890#M15991</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-03-16T15:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719891#M15992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have any of you Flex gurus out there successfully used the navigation tool from the sample viewer in a regular Flex mapping application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bjorn, Robert... any insights?&amp;nbsp; Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Angelo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 19:47:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719891#M15992</guid>
      <dc:creator>AngeloLelekis</dc:creator>
      <dc:date>2011-03-16T19:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719892#M15993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All right guys you convinced me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached is the NavigationWidget decoupled from the viewer and fully functional for use in a standard API app.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the zip file you will find the source code and a sample mxml application. If you are adding this to your existing project just copy the com folder to your src folder and then look at the NavigationWidgetSample.mxml for how you need to add it to your app.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 13:25:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719892#M15993</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-03-17T13:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719893#M15994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First things first: thank you. I wish you offered some training courses or something, because my company would definitely pay to put me through them. ESRI's are good, but I have a feeling I might learn some new tricks sitting with someone who is "in the trenches" if you know what I mean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That being said, I'm still having some troubles getting this working. I copied the com folder to my src folder, but I don't see a NavigationWidgetSample.mxml file. My first instinct was just to look at the NavigationWidget.mxml file, but when I try to run that application I get several errors that say "Call to a possibly undefined method NavToolItem" (lines 93-103 of your code).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did I make a mistake in the way I tried to implement this? Just for kicks I tried to copy and paste the code into a new .mxml file, but that didn't work either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry to be the slow guy in the classroom...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 15:03:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719893#M15994</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-03-17T15:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719894#M15995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Hmm. The NavigationWidgetSample.mxml should have been in the zip file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But here is how to use it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:s="library://ns.adobe.com/flex/spark" 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:mx="library://ns.adobe.com/flex/mx"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:esri="http://www.esri.com/2008/ags"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;xmlns:navigation="com.esri.Navigation.*"&lt;/STRONG&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pageTitle="Navigation Sample App"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; minWidth="955" minHeight="600"&amp;gt;
 &amp;lt;esri:Map id="myMap" zoomSliderVisible="false"&amp;gt;
&amp;nbsp; &amp;lt;esri:extent&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;esri:Extent xmin="-5" ymin="25" xmax="20" ymax="70"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:SpatialReference wkid="4326"/&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;/esri:Extent&amp;gt;
&amp;nbsp; &amp;lt;/esri:extent&amp;gt;
&amp;nbsp; 
&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer
&amp;nbsp;&amp;nbsp; url="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" /&amp;gt;
 &amp;lt;/esri:Map&amp;gt;
 &lt;STRONG&gt;&amp;lt;navigation:NavigationWidget map="{myMap}" /&amp;gt; &lt;/STRONG&gt;
&amp;lt;/s:Application&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:51:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719894#M15995</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T16:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719895#M15996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That did the trick. Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 15:27:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719895#M15996</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-03-17T15:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719896#M15997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Robert!!&amp;nbsp; It works!&amp;nbsp; Once again you have saved the day.&amp;nbsp; The amazing amount of assistance you have provided on this message board has single-handedly made the ESRI Flex API usable for so many organizations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Angelo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 18:09:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719896#M15997</guid>
      <dc:creator>AngeloLelekis</dc:creator>
      <dc:date>2011-03-17T18:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719897#M15998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a similar question about the zoom/pan controls:&amp;nbsp; Is there a way to adjust opacity to =100% instead of fade in/out on mouse hover?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ray&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 22:19:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719897#M15998</guid>
      <dc:creator>Ray_DominicMaldonado</dc:creator>
      <dc:date>2011-04-01T22:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719898#M15999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ray,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Sure in the NavigationWidget.mxml change this code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Old:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Navigation:Navigation id="navtool"
&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; alpha="{getStyle('contentBackgroundAlpha') / 2}"
&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; map="{_map}"
&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; rollOut="fadeOut.play([navtool])"
&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; rollOver="fadeOver.play([navtool])"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;New:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Navigation:Navigation id="navtool"
&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; alpha="{getStyle('contentBackgroundAlpha')}"
&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; map="{_map}"/&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:48:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719898#M15999</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T06:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719899#M16000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 16:03:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719899#M16000</guid>
      <dc:creator>Ray_DominicMaldonado</dc:creator>
      <dc:date>2011-04-04T16:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719900#M16001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been using your Navigation tool in one of my projects, where the code has been put into a separate directory and linked to the project by Source Path. It's a great tool that I really appreciate your work on and it's been working just as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I've started another project (FB 4.5.1 and API 2.4) and have set it up the same way, but here I'm getting the error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:Red;"&gt;The skin part type 'mx.controls:VSlider' must be assignable to 'spark.components.supportClasses:SliderBase'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the line&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:Blue;"&gt;[HostComponent("com.esri.ags.components.Navigation")]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why would this work in one project but not the other?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 14:15:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719900#M16001</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2011-08-17T14:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719901#M16002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ken,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; In the 2.4 version of the API they sparked the navigation component.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is an updated src code for 2.4 API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 20:30:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719901#M16002</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-08-17T20:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719902#M16003</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;This is another great example of your invaluable help to this forum.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 11:17:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719902#M16003</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2011-08-18T11:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719903#M16004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks for this great help. I was also searching to do the same thing !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;one last thing that I'm trying to add to this widget, is to give it the same look (skin) as it is in the viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;could you please help me to do that ? I will be very thankful&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Feb 2012 19:43:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719903#M16004</guid>
      <dc:creator>Mohammed_YassineAYACHE</dc:creator>
      <dc:date>2012-02-05T19:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Something I'm still a little confused about...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719904#M16005</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; To do that all you need to do is point to some CSS in your project. If you need more specifics than post a new thread and I will point you in the right direction.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 16:46:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/something-i-m-still-a-little-confused-about/m-p/719904#M16005</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-02-06T16:46:01Z</dc:date>
    </item>
  </channel>
</rss>

