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 [email protected], "Ralf Bokelberg" > <[EMAIL PROTECTED]> wrote: > > > > Hi Iain > > What if you remove items from the tabnavigator just before closing? > > Cheers, > > Ralf. > > > > On 6/27/06, digital_eyezed <[EMAIL PROTECTED]> 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 [email protected], "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/

