Re: [flexcoders] Re: Popup deletion and memory issue in 1.5

2006-07-05 Thread Nick Collins



Maybe when you're closing the popup it's somehow triggering all the change events simultaneously.On 6/27/06, digital_eyezed <
[EMAIL PROTECTED]> wrote:








  



Hi, the only events are fired on creation (go get the remote objects
etc). I do have a change on the tab navigator which refreshes the data
for the corresponding tab though, I will look into that.

It seems to be linked to the firing of multiple different remote objects.

i.e. if I go to remoteobect1 and get a return from method 1 thats
fine, however as soon as i add remoteObject2 it causes this issue
although all the remote objects fire and provide results as expected,
its just when I close the Popup I see the busy cursor etc.

Really weird!

Iain

--- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]>

wrote:
>
> On Tuesday 27 June 2006 14:24, digital_eyezed wrote:
> > 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!
> 
> Maybe you are firing some event during the hide/close event in a
handler 
> somewhere, and this is causing a blow up ?
> 
> -- 
> Tom Chiverton
> 
> 
> 
> This email is sent for and on behalf of Halliwells LLP.
> 
> Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
> 
> CONFIDENTIALITY
> 
> This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 8008.
> 
> For more information about Halliwells LLP visit www.halliwells.com.
> 
> We are pleased to announce that Halliwells LLP has been voted AIM
Lawyer of the Year at the 2005 Growth Company Awards
>


  















__._,_.___





--
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



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] Re: Popup deletion and memory issue in 1.5

2006-06-27 Thread digital_eyezed
Hi, the only events are fired on creation (go get the remote objects
etc). I do have a change on the tab navigator which refreshes the data
for the corresponding tab though, I will look into that.

It seems to be linked to the firing of multiple different remote objects.

i.e. if I go to remoteobect1 and get a return from method 1 thats
fine, however as soon as i add remoteObject2 it causes this issue
although all the remote objects fire and provide results as expected,
its just when I close the Popup I see the busy cursor etc.

Really weird!

Iain

--- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]>
wrote:
>
> On Tuesday 27 June 2006 14:24, digital_eyezed wrote:
> > 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!
> 
> Maybe you are firing some event during the hide/close event in a
handler 
> somewhere, and this is causing a blow up ?
> 
> -- 
> Tom Chiverton
> 
> 
> 
> This email is sent for and on behalf of Halliwells LLP.
> 
> Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
> 
> CONFIDENTIALITY
> 
> This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 8008.
> 
> For more information about Halliwells LLP visit www.halliwells.com.
> 
> We are pleased to announce that Halliwells LLP has been voted AIM
Lawyer of the Year at the 2005 Growth Company Awards
>






 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/
 




[flexcoders] Re: Popup deletion and memory issue in 1.5

2006-06-27 Thread digital_eyezed
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 soo 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"
> >  wrote:
> > >
> > > Hi Iain
> > > What if you remove items from the tabnavigator just before closing?
> > > Cheers,
> > > Ralf.
> > >
> > > On 6/27/06, digital_eyezed  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" 
> > > > 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/
 





Re: [flexcoders] Re: Popup deletion and memory issue in 1.5

2006-06-27 Thread Tom Chiverton
On Tuesday 27 June 2006 14:24, digital_eyezed wrote:
> 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!

Maybe you are firing some event during the hide/close event in a handler 
somewhere, and this is causing a blow up ?

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/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/
 





[flexcoders] Re: Popup deletion and memory issue in 1.5

2006-06-27 Thread digital_eyezed
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 soo 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 peay 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"
> >  wrote:
> > >
> > > Hi Iain
> > > What if you remove items from the tabnavigator just before closing?
> > > Cheers,
> > > Ralf.
> > >
> > > On 6/27/06, digital_eyezed  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" 
> > > > 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 ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/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/
 





Re: [flexcoders] Re: Popup deletion and memory issue in 1.5

2006-06-27 Thread Ralf Bokelberg
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"
> <[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 flexcoders@yahoogroups.com, "digital_eyezed" 
> > > 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/
 




[flexcoders] Re: Popup deletion and memory issue in 1.5

2006-06-27 Thread digital_eyezed
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"
<[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 flexcoders@yahoogroups.com, "digital_eyezed" 
> > 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
> >
> >
> >
> >
> >
> >
> >
> >
>






 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/
 




Re: [flexcoders] Re: Popup deletion and memory issue in 1.5

2006-06-27 Thread Ralf Bokelberg
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 flexcoders@yahoogroups.com, "digital_eyezed" <[EMAIL PROTECTED]>
> 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
>
>
>
>
>
>
>
>


 Yahoo! Groups Sponsor ~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/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/
 





[flexcoders] Re: Popup deletion and memory issue in 1.5

2006-06-27 Thread digital_eyezed
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" <[EMAIL PROTECTED]>
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
>






 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/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/