import com.esri.ags.components.supportClasses.InfoWindow;
Hi, Strange, when i add this i receive an error that InfoWindow is not found or not a compile time constant.... any idea?? thanks
override protected function commitProperties():void { super.commitProperties(); var iws:InfoWindowSkin = hostComponent.parent.parent.parent as InfoWindowSkin; var iw:InfoWindow = iws.hostComponent as InfoWindow; iw.setStyle("backgroundAlpha", 0); iw.setStyle("borderAlpha", 0);
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.