drflash / gaforflash

Automatically exported from code.google.com/p/gaforflash
Apache License 2.0
1 stars 0 forks source link

Ambiguous class reference can conflict with similarly named classes. #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create new fla (Flash CS4)

2. Add following lines on first frame: 
import com.google.analytics.debug.Panel; 
Panel;

3. Create a new MovieClip, name it 'Background,' and check 'Export for 
Actionscript'

What is the expected output? What do you see instead?
Expected result would be a successful compile.
Actual result is a compiler error: 
1061: Call to a possibly undefined method drawRounded through a reference with 
static type Class.

Original issue reported on code.google.com by letter...@gmail.com on 13 Oct 2010 at 3:10

Attachments:

GoogleCodeExporter commented 8 years ago
you should not need to do an "import com.google.analytics.debug.Panel;"

we don't plan to fix that right now as the next major release of gaforflash 
will completely change the way things are logged and should solve this problem 
by default.

Original comment by zwetan on 14 Oct 2010 at 8:35