Well it looks like something is trying to
call substr on your RemoteObject and I’m not sure why because I don’t
think any of our code should be doing it on random components.� Do you have calls
to substr in your code?� Do you have any event handlers calling your
RemoteObject that may be executing an extra time?� Maybe someone set a
reference to the RemoteObject elsewhere in your application?
Matt
From: joao_m_fernandes
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 05, 2005 3:29
AM
To: [email protected]
Subject: [flexcoders] Re: Problem
with showBusyCursor on a popupWindow
Matt,
With FB debugger I can catch this each time I try
to close the
titleWindow. The problem is that the method in
question does not exist
in my component.
Remote Object
Method: cfcs.core.tab_suport.substr
Parameter 1:
name : param1
type : number
value : 0
Parameter 2:
name : param2
type : number
value : 2
Message Target : cfcs.core.tab_suport.substr
data[array] :
length[Number] : 2
[0][Number] : 0
[1][Number] : 2
Regards,
Jo�o Fernandes
In [email protected], Matt Chotin
<[EMAIL PROTECTED]> wrote:
> 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: [email protected]
> 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 meth
od 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
> <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/
> <http://groups.yahoo.com/group/flexcoders/>
>
> * To
unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>
<mailto:[EMAIL PROTECTED]>
>
> * Your use of
Yahoo! Groups is subject to the Yahoo!
> <http://docs.yahoo.com/info/terms/>
Terms of Service.
Yahoo! Groups Links
|