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 <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

