laptop and a wrench

Bug

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.

Zuletzt veröffentlicht: August 25, 2014 No Product Found
Bug-ID-Nummer NIM061037
EingereichtSeptember 10, 2010
Zuletzt geändertJune 5, 2024
Gilt fürNo Product Found
Gefunden in Version2.0
ProgrammspracheFlex
StatusWill Not Be Addressed

Zusätzliche Informationen

No Public Explanation

Workaround

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); }

Schritte zur Reproduzierung

Bug-ID: NIM061037

Software:

  • No Product Found

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln