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);
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.