Do you know what method it’s trying to call?  I suppose the window could be introspecting the contained objects but that would be weird.  A workaround would maybe be to move the RemoteObject outside the TitleWindow into another class and simply have your functions call the outside remote object.

 

Matt

 


From: joao_m_fernandes [mailto:[EMAIL PROTECTED]
Sent: Monday, April 04, 2005 6:27 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Problem with showBusyCursor on a popupWindow

 


Hi there,

I'm calling a RemoteObject method inside a popup with showbusycursor
enabled.

The problem is when I call click function to delete the popup, the
busy cursor shows up calling some remote method that I don't use
anywhere (got that from FB network debugger). If I remove
showbusycursor property it works just fine.

Is this an known issue?

<?xml version="1.0" encoding="utf-8"?>
<mx:TitleWindow xmlns:mx="http://www.macromedia.com/2003/mxml"
title="Adicionar Contacto"  xmlns="*" initialize="initApli()"
click="this.deletePopUp()">

  <mx:RemoteObject id="tab_ro"
endpoint="/cfusion/flashservices/gateway"
source="cfcs.core.tab_suport" showBusyCursor="true">
        <mx:method name="GetPais" result="setDefaultPais()"/>
      <mx:method name="GetHabilitacao"/>
      </mx:RemoteObject>
...

Joćo Fernandes







Yahoo! Groups Links

Reply via email to