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);
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.