Select to view content in your preferred language

InfoWindow missing from CSS Selector

776
0
05-20-2011 08:01 AM
by Anonymous User
Not applicable
Trying to implement infoWindow yet when attempting CSS/namespace, "infoWindow" doesn't appear in the CSS selector. I have the following thus far...


<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:esri="http://www.esri.com/2008/ags"
>

----------------------------------------------------------


<fx:Style>
  @namespace s "library://ns.adobe.com/flex/spark";
  @namespace mx "library://ns.adobe.com/flex/mx";
  @namespace esri "http://www.esri.com/2008/ags";


</fx:Style>

Thanks!

russell
Tags (2)
0 Kudos
0 Replies