Re: [flexcoders] Debug driving me crazy

2012-03-27 Thread John McCormack
I had something similar once, due to the fact that I thought I was including a certain AS3 file but was , in fact, using SWC code instead. So perhaps your code isn't coming from the place you think it is. John On 27/03/2012 15:26, Davidson, Jerry wrote: In debug mode of Flex (4.5) I have a

RE: [flexcoders] Debug driving me crazy

2012-03-27 Thread Davidson, Jerry
After fighting this for several hours, it suddenly cleared up and the non-existent variable didn't show up and the real one did. But then the next feature struck. This assignment seems to work... outData.resPotentialTopMsg = langE.resultPassBenefitLabel;

RE: [flexcoders] Debug driving me crazy

2012-03-27 Thread Davidson, Jerry
it and it seems to be working. Sorry to waste anyone's time. Jerry From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Davidson, Jerry Sent: Tuesday, March 27, 2012 11:03 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Debug driving me crazy