laptop and a wrench

Error

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.

Última publicación: August 25, 2014 No Product Found
Número de ID del error NIM061037
EnviadoSeptember 10, 2010
Última modificaciónJune 5, 2024
Relacionado conNo Product Found
Versión encontrada2.0
Lenguaje del programaFlex
EstadoWill Not Be Addressed

Información adicional

No Public Explanation

Solución alternativa

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

Pasos para reproducir

ID del error: NIM061037

Software:

  • No Product Found

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga