RE: [flexcoders] Debug Woes - Redux

2012-03-29 Thread Davidson, Jerry
xcoders@yahoogroups.com Subject: Re: [flexcoders] Debug Woes - Redux It sounds like the SWF is cached. You'll need to find out if it is. I suggest you add a build number to your project that you can check if the swf is cached. There are ANT scripts online that increment a build number autom

Re: [flexcoders] Debug Woes - Redux

2012-03-29 Thread dorkie dork from dorktown
look now as I type > this line!), so I thought the names were different. Bizarre. > > So, you're right they are the same but they look different in my mail > reader. > > Paul > > > > ** ** > > *From:* flexcoders@yahoogroups.com >

Re: [flexcoders] Debug Woes - Redux

2012-03-29 Thread Paul Andrews
flexcoders@yahoogroups.com *Cc:* John McCormack *Subject:* Re: [flexcoders] Debug Woes - Redux adjInc and adjInc are different variables. On 28/03/2012 17:03, John McCormack wrote: Just wondering... If you copy the variable's value to the variable 'temp' and test tha

RE: [flexcoders] Debug Woes - Redux

2012-03-28 Thread Davidson, Jerry
that is ignore it while the cursor positioning would pass through it. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of John McCormack Sent: Wednesday, March 28, 2012 11:04 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Debug Woes -

RE: [flexcoders] Debug Woes - Redux

2012-03-28 Thread Davidson, Jerry
I"ve got old eyes (along with the rest of me). How are they different? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Paul Andrews Sent: Wednesday, March 28, 2012 11:36 AM To: flexcoders@yahoogroups.com Cc: John McCormack Subject: Re: [flexcoders] Debug

Re: [flexcoders] Debug Woes - Redux

2012-03-28 Thread Paul Andrews
adjInc and adjInc are different variables. On 28/03/2012 17:03, John McCormack wrote: Just wondering... If you copy the variable's value to the variable 'temp' and test that, what do you see? John On 27/03/2012 21:34, Davidson, Jerry wrote: It's happening again. This never happened whe

Re: [flexcoders] Debug Woes - Redux

2012-03-28 Thread John McCormack
Just wondering... If you copy the variable's value to the variable 'temp' and test that, what do you see? John On 27/03/2012 21:34, Davidson, Jerry wrote: It's happening again. This never happened when I was using Flex 3.5. Make a change in the code. Do a Project | Clean. Make sure the

Re: [flexcoders] Debug Woes - Redux

2012-03-28 Thread mark . jonkman
28, 2012 8:59:36 AM Subject: RE: [flexcoders] Debug Woes - Redux So I only have to close the browser every time I make a change and want to test it? That would be better than shutting down the IDE and the server (Tomcat6). Normally I work in FF (11), but I do have IE (8) and can use that for

RE: [flexcoders] Debug Woes - Redux

2012-03-28 Thread Davidson, Jerry
PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Debug Woes - Redux I've had this kind of problem when the browser tries to cache an old SWF. I have to clear the cache and restart the browser. I sometimes make an edit to the main screen each time I make some other edit so I can i

Re: [flexcoders] Debug Woes - Redux

2012-03-27 Thread Alex Harui
I’ve had this kind of problem when the browser tries to cache an old SWF. I have to clear the cache and restart the browser. I sometimes make an edit to the main screen each time I make some other edit so I can immediately see if I’ve got an old SWF in the debugger. On 3/27/12 1:34 PM, "Davi

[flexcoders] Debug Woes - Redux

2012-03-27 Thread Davidson, Jerry
It's happening again. This never happened when I was using Flex 3.5. Make a change in the code. Do a Project | Clean. Make sure the debugging session is over. Do a File |Refresh. Start a debugging session and watch it go past a line: if (adjInc < 0)