RE: [flexcoders] Re: Tools for listing objects

2006-07-28 Thread Matt Chotin
] On Behalf Of jeff tapper Sent: Thursday, July 27, 2006 9:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tools for listing objects Really, what im looking for, is some way to check if an object no longer exists. I thought a weak reference in the dictionary might work for me

[flexcoders] Re: Tools for listing objects

2006-07-28 Thread jeff tapper
PROTECTED] On Behalf Of jeff tapper Sent: Thursday, July 27, 2006 9:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tools for listing objects Really, what im looking for, is some way to check if an object no longer exists. I thought a weak reference in the dictionary might

[flexcoders] Re: Tools for listing objects

2006-07-27 Thread jeff tapper
Well, that experiment failed as well. 14 hours later, the same objects are still listed in the dictionary. Wed Jul 26 17:07:23 GMT-0400 2006 Testing56:Testing56 Testing19:Testing19 Testing38:Testing38 Thu Jul 27 08:50:31 GMT-0400 2006 Testing56:Testing56 Testing19:Testing19 Testing38:Testing38

Re: [flexcoders] Re: Tools for listing objects

2006-07-27 Thread Vikas Bhatia
@yahoogroups.com] On Behalf Of jeff tapper Sent: Wednesday, July 26, 2006 12:47 PM To: [EMAIL PROTECTED]ups.com Subject: [flexcoders] Re: Tools for listing objects Darn, I've been able to prove to myself that the object can still exist in memory but not be in the rawchildren. How can i get

Re: [flexcoders] Re: Tools for listing objects

2006-07-27 Thread Tom Chiverton
On Thursday 27 July 2006 15:37, Vikas Bhatia wrote: Laszlo had a pretty nice debug window that you could embed in the client side swf. the debug window could provide complete introspection into the client side views. anything similar available for flex or is anything planned such as this?

RE: [flexcoders] Re: Tools for listing objects

2006-07-27 Thread Matt Chotin
[mailto:flexcoders@yahoogroups.com] On Behalf Of jeff tapper Sent: Thursday, July 27, 2006 5:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tools for listing objects Well, that experiment failed as well. 14 hours later, the same objects are still listed in the dictionary

[flexcoders] Re: Tools for listing objects

2006-07-27 Thread jeff tapper
Subject: [flexcoders] Re: Tools for listing objects Well, that experiment failed as well. 14 hours later, the same objects are still listed in the dictionary. Wed Jul 26 17:07:23 GMT-0400 2006 Testing56:Testing56 Testing19:Testing19 Testing38:Testing38 Thu Jul 27 08:50:31 GMT-0400 2006

[flexcoders] Re: Tools for listing objects

2006-07-26 Thread ben.clinkinbeard
Couldn't you just set a breakpoint and use the debugger in FB? Ben http://www.returnundefined.com/ --- In flexcoders@yahoogroups.com, jeff tapper [EMAIL PROTECTED] wrote: Does any one know of a tool like OptimizeIt! for java, or like List Objects in Flash Studio for finding all objects

[flexcoders] Re: Tools for listing objects

2006-07-26 Thread jeff tapper
Matt- Your solutions didnt work for me, I suspect its because all the children we create/destroy in this app are done via the popup manager. Regardless how many children we created that way, I'm always finding that: this.childDescriptors.toString(); var o:Object =

[flexcoders] Re: Tools for listing objects

2006-07-26 Thread jeff tapper
Darn, I've been able to prove to myself that the object can still exist in memory but not be in the rawchildren. How can i get a handle on these orphans? Do I need to resort to creating a Dictionary Object with weak keys, and store an reference of every object created in there? Is there a

[flexcoders] Re: Tools for listing objects

2006-07-26 Thread jeff tapper
Ok, heres a sketch of what im trying now. App.mxml ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical creationComplete=initApp() mx:Script ![CDATA[ import mx.managers.PopUpManager;

RE: [flexcoders] Re: Tools for listing objects

2006-07-26 Thread Matt Chotin
Sent: Wednesday, July 26, 2006 12:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tools for listing objects Darn, I've been able to prove to myself that the object can still exist in memory but not be in the rawchildren. How can i get a handle on these orphans? Do I need