Have you tried without FB running and with
showBusyCursor on?� It may be that the ActionScript required to run the Network
Monitor is interfering.
When I asked for substr I meant search
your MXML and AS, not the CFC.� But it sounds like you haven’t put that
anywhere, so I think the Network Monitor might be the issue.
As I said, a potential workaround is to
move your RemoteObject tag into another component rather than the TitleWindow
that you’re popping up.� Not sure if it will make a difference, but worth
a shot.
Matt
From: joao_m_fernandes
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 06, 2005
3:20 AM
To: [email protected]
Subject: [flexcoders] Re: Problem
with showBusyCursor on a popupWindow
Well Matt,
I'm the only one developping with flex here and no
one else works with
it (or coldfusion).
My remoteObject doesn't have this substring
function anywhere I even
searched in all site for that string and none was
found.
On the webbrowser everything works fine without
showbusycursor.
Under FB (debugging mode), I got that call each
time i close the
popupwindow and FB take too long to close the
window, I got a black
window and I'm forced to return to code view.
I have an event handler and I commented all my
code and just left the
deletePopUp() method to see if any of my code was
executing this
misterious call and no luck.
Jo�o Fernandes
--- In [email protected], Matt Chotin
<[EMAIL PROTECTED]> wrote:
> 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>
> > <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/>
> > <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/
<http://docs.yahoo.com/info/terms/>
>
> Terms of Service.
>
>
>
>
>
>
> _____
>
> 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