[flexcoders] Timer memory leak

2008-07-25 Thread steve.baney
Howdy all! I've got a memory leak issue with my problem. I just added a third party countdown timer component to my project. I've narrowed down the culprit to the event listener that listens for the timer event and then calls an updateTime function. timer.addEventListener(timer, updateTime,

[flexcoders] Flex Builder Issues

2008-07-03 Thread steve.baney
I thought I had this figured out, but apparently the issues run deeper than I thought. I'm running: Eclipse Platform Version: 3.3.2 Build id: M20080221-1800 Flex Builder Plug-In Version 3.0 (build 3.0.194161) Flex 3.0 SDK or Flex 3.0.0.477 SDK When I pull a fresh copy of my program from my

[flexcoders] Re: Flex Builder Issues

2008-07-03 Thread steve.baney
with disabling it and see how it goes. I am checking it out over our network, our repository resides on the production server that hosts my project. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 03 Jul 2008, steve.baney wrote: Eclipse Platform Version

[flexcoders] Re: Flex Builder Issues

2008-07-03 Thread steve.baney
Here's the jinx: Disabling Symantec Anti-Virus seems to have fixed it. Can't believe I didn't think of this earlier... Thanks a bunch for the good ideas! Steve --- In flexcoders@yahoogroups.com, steve.baney [EMAIL PROTECTED] wrote: I thought I had this figured out, but apparently

[flexcoders] Re: Flex Builder Issues

2008-07-03 Thread steve.baney
Helped, still didn't fix the syntax error checking...

[flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread steve.baney
Tried using the standalone Flex Builder, and tried changing the SDK Between Flex 3 and Flex 3.0.0.477. I'm getting it to detect arbitrary code (gibberish in the middle of a line) and bracket errors, but it still won't throw anything if I ignore a semicolon or anything like that.

[flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread steve.baney
Alright, I just did a fresh install on a different computer with the same result. I've got to be doing something wrong...

[flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread steve.baney
Thanks for the response! I'm sure I sound like a raving lunatic by now, but I'm halfway through wasting a second day of coding trying to figure this out... OK good call on the semicolons, I could have sworn it was throwing errors on missing semicolons before I was having these issues though. OK

[flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread steve.baney
Almost there... I created a new test project which finds errors just fine. Now I just need to see what I messed up in my actual project. Any ideas?

[flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread steve.baney
I think this was the problem .actionScriptProperties Had this: applications/ Instead of: applications application path=MainView.mxml/ /applications No idea how that happened, or if I have it solved all the way, but if that was it...man I feel dumb... Thanks for the assistance, that

[flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread steve.baney
Nope, still bad...

[flexcoders] Re: Flex Builder Eclipse Builder Syntax Checking

2008-07-02 Thread steve.baney
FIXED: I'm still not sure exactly what was messing me up, but I reverted to the root version from my CVS repository and slowly updated the files from my newest version, testing the error checking and that the project would still build after updating each file. Fortunately I hadn't coded too much

[flexcoders] Flex Builder Eclipse Builder Syntax Checking

2008-07-01 Thread steve.baney
Greetings all! This is my first post up here, as I've been able to solve all of my previous problems by searching, but I've spent the last 7 hours banging my head against a wall and can't find any help anywhere. Here's the issue: I'm working on a Postgres/Java Servlet/Flex web app using Eclipse