laptop and a wrench

Bogue

Slash widget configuration does not honor absolute positions top, right, bottom and left which other UI widget configurations do support. It seems the x,y properties are hard coded in the HTMLPopupManager.as file. The documentation which discusses using top, right, bottom, and left in UI widgets is found at http://help.arcgis.com/en/webapps/flexviewer/help/widgets.htm.

Dernière publication: August 25, 2014 No Product Found
Numéro d’ID de bogue NIM061037
EnvoiSeptember 10, 2010
Dernière modificationJune 5, 2024
S’applique àNo Product Found
Version trouvée2.0
Langue du programmeFlex
StatutWill Not Be Addressed

Informations supplémentaires

No Public Explanation

Solution de contournement

Edit the HTMLPopulManager.as file as below. private static function showSplash(window:IFlexDisplayObject, parent:DisplayObjectContainer):void { var x:Number; var y:Number; //x = (parent.width - window.width) / 2; //y = (parent.height - window.height) / 2; x = 10; y = 10; window.move(Math.ceil(x), Math.ceil(y)); //tweenPosition(window, window.height); }

Étapes pour reproduire

ID de bogue: NIM061037

Logiciel:

  • No Product Found

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement