I tried to make a simple version but can't recreate the issue.

I put all the contents of the tabs into the first tab and removed the
others tabs but the issue was not fixed so it has nothing to do with
the other tabs.

The TitleWindow has 7(seven) remote object calls, all of which return
without an issue. Each tab contains a datagrid and graph for each
return from their corrosponding remote calls.

It is soooooo difficult to debug this.

I cannot understand why when you delete a popup suddenly the Busy
Cursor is shown and the the whole app comes to a grinding halt!

I guess I could just pray that it goes away!

Any other suggestions would be greatfully received.

Regards,

Iain

--- In flexcoders@yahoogroups.com, "Ralf Bokelberg"
<[EMAIL PROTECTED]> wrote:
>
> Yep, but it was just a shot in the dark.
> I'm not sure what really happens in your app.
> Maybe you can create a minmal version of your source to reproduce
your problem.
> 
> Cheers,
> Ralf.
> 
> On 6/27/06, digital_eyezed <[EMAIL PROTECTED]> wrote:
> > Hi Ralf,
> >
> > Thanks for the help, I tried to call destroyAllChildren() on the
> > TabNavigator, but this did not help. Is that what you mean?
> >
> > Cheers,
> >
> > Iain
> >
> > --- In flexcoders@yahoogroups.com, "Ralf Bokelberg"
> > <ralf.bokelberg@> wrote:
> > >
> > > Hi Iain
> > > What if you remove items from the tabnavigator just before closing?
> > > Cheers,
> > > Ralf.
> > >
> > > On 6/27/06, digital_eyezed <iain.mclean@> wrote:
> > > > Ok,
> > > >
> > > > I think I have narrowed the issue down to the components
within the
> > > > TitleWindow. I have a TabNavigator within the popup and when
there is
> > > > more than one tab this issue is seen. If I remove all but one tabs
> > > > from the tabnavigator the popup deletes without issue.
> > > >
> > > > However, I can't work out why!
> > > >
> > > > Is this something to do with the creationpolicy? Being that the
> > > > underlying tabs contents have not been drawn yet?
> > > >
> > > > I tried clicking on all the tabs before I closed the
tabnavigator to
> > > > ensure they were all initialized but this didn't cure the problem.
> > > >
> > > > Any thoughts would be greatly appreciated.
> > > >
> > > > Regards,
> > > >
> > > > Iain
> > > >
> > > > --- In flexcoders@yahoogroups.com, "digital_eyezed" <iain.mclean@>
> > > > wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > I have a standard popup using:
> > > > >
> > > > > mx.managers.PopUpManager.createPopUp
> > > > > (this,myTitlewindow,isModal,init);
> > > > >
> > > > > where myTitlewindow is a custom TitleWindow component.
> > > > >
> > > > > This all works fine and within the TitleWindow I have a
number of
> > > > > RemoteObjects which gather data from the server, all of this
works
> > > > > fine.
> > > > >
> > > > > When I click the close button for the TitleWindow using
> > > > > click="handleClick();"
> > > > >
> > > > > function handleClick(event){
> > > > >          doLater(this, "deletePopUp");
> > > > > }
> > > > > The popup deletes as expected, however the showBusy cursor
appears
> > > > > and suddenly everything starts to slow down and eventually
it looks
> > > > > like someone has stolen at least 512Mb Ram out my PC! I have
checked
> > > > > the RemoteObject calls and none of them are being called on
deletion
> > > > > of the popup.
> > > > >
> > > > > Please help, this is really doing my head in!
> > > > >
> > > > > Cheers,
> > > > >
> > > > > Iain
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Flexcoders Mailing List
> > > > FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >
> >
> >
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>







------------------------ Yahoo! Groups Sponsor --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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/
 



Reply via email to