laptop and a wrench

Erro

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 Publicação: August 25, 2014 No Product Found
Número de ID do Erro NIM061037
EnviadoSeptember 10, 2010
Última ModificaçãoJune 5, 2024
Aplica-se àNo Product Found
Versão encontrada2.0
Idioma do programaFlex
StatusWill Not Be Addressed

Informações Adicionais

No Public Explanation

Solução Provisória

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

Etapas para Reproduzir

ID do Erro: NIM061037

Software:

  • No Product Found

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download