[flexcoders] Flex 2/AS3 Garbage Collection - Looking for additional information

2007-03-01 Thread John Crosby
We have had issues with garbage collection in the past and have read and re-read the Grant Skinner articles but was wondering if anyone else had some additional input and/or examples of GC in Flex 2/AS3? The reason for the query: we are/have been working with applications that are constrained

[flexcoders] FDS: Trouble Pushing Data To the Client

2006-09-11 Thread John Crosby
We are having some trouble pushing data back to the client based on the results of a server side operation. Basically after updating some 'preference' data, we need to get the newly generated information for the preference changes. The updates seem to be working, but when we try to refresh the

[flexcoders] Re: Flex2B3 problem

2006-05-09 Thread John Crosby
You might try getting rid of the xmns=* in the application tag...this isn't needed anymore and was actually a workaround for custom components in previous versions. --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: This is a good one. I unistalled Flex2B2, deleted the

[flexcoders] dispatchEvent troubles (Flex 2.0)

2005-11-03 Thread John Crosby
tion):Void { _sample_ac = value; var evt:Event = new Event("sampleChanged", true, true); dispatchEvent(evt); } } } I get the compile error: Access of undefined property dispatchEvent Any help would be appreciated. TIA. - John Crosby -- Flexcoders Mailing List FAQ: htt

RE: [flexcoders] dispatchEvent troubles (Flex 2.0)

2005-11-03 Thread John Crosby
- Original Message - From: John Crosby To: flexcoders@yahoogroups.com Sent: Wednesday, November 02, 2005 10:41 PM Subject: [flexcoders] dispatchEvent troubles (Flex 2.0) I'm having trouble with dispatchEvent in an AS 3.0 Class:package com { public class DataVO { import fla

[flexcoders] Problems Databinding to Custom Properties (Flex 2.0)

2005-11-03 Thread John Crosby
ps.comSubject: Re: [flexcoders] dispatchEvent troubles (Flex 2.0) Er, don't know G, haven't done binding in Flex 2 yet, sorry! - Original Message - From: John Crosby To: flexcoders@yahoogroups.com Sent: Thursday, November 03, 2005 11:31 AM Subject: RE: [flexcoders] dispatchEvent troubles (Flex