RE: [Flashcoders] Flash 8 OSX - Classpath woes

2007-05-07 Thread Nimrod Huberman
On pc, the X conflicts with the name of another class X appears when you declare and use variable of type A in class B and a variable of type B in class A. (To solve it you have add import A; before class B and import B; before class A, then to click check syntax button 2 or 3 time until the

Re: [Flashcoders] Flash 8 OSX - Classpath woes

2007-05-07 Thread Steven Sacks
The problem was that the class was conflicting with itself, not another class. X conflicts with the name of the same class as itself X. Don't know what it was or how it was possible. Clearing the ASO on both machines fixed it. Nimrod Huberman wrote: On pc, the X conflicts with the name of

Re: [Flashcoders] Flash 8 OSX - Classpath woes

2007-05-06 Thread Steven Sacks
Unfortunately, this is a brand new fresh install of Flash 8 (trial version) so that couldn't be, and, as it turned out wasn't, the issue. It doesn't seem to be an issue with classpath because I tried setting it with the crosshair tool, too. It's some other issue that I have never

Re: [Flashcoders] Flash 8 OSX - Classpath woes

2007-05-06 Thread Wagner Amaral
Hi Steven, Long time not using a Mac, but as far as I remember, I got those errors when my files were in a network device, causing the timestamp of the file to be inconsistent with both the .aso files and the local machine timestamp, which could lead to some very annoying errors, including .fla

Re: [Flashcoders] Flash 8 OSX - Classpath woes

2007-05-06 Thread Steven Sacks
Thanks Wagner. Unfortunately, that's not the issue. These files were built on my Windows box (not on a network drive) and packaged up in an MXP. Also, this is a brand new install of the trial version of Flash 8 for OSX, so deleting the ASO wouldn't (and didn't) help. :(

Re: [Flashcoders] Flash 8 OSX - Classpath woes

2007-05-06 Thread robert
You can recreate a new test class that lives in classes directory? I don't think it is an issue, but what is the line-endings setting of the documents and document encoding? In PHP, there was some weird bug that if the document encoding was UTF-8 with BOM (Byte order mark) then PHP engine

Re: [Flashcoders] Flash 8 OSX - Classpath woes SOLVED

2007-05-06 Thread Steven Sacks
Hey all. Well, it was an ASO issue. I had to clear the ASO on my Windows box, then create my MXP, then bring it over to my Mac box, clear the ASO and then it worked from then on. I'm hoping that people don't run into this issue if they install my MXP. Are there any negative effects that

Re: [Flashcoders] Flash 8 OSX - Classpath woes SOLVED

2007-05-06 Thread Johannes Nel
no side effects apart from a slower compile time On 5/6/07, Steven Sacks [EMAIL PROTECTED] wrote: Hey all. Well, it was an ASO issue. I had to clear the ASO on my Windows box, then create my MXP, then bring it over to my Mac box, clear the ASO and then it worked from then on. I'm hoping