wiln / flash-console

Automatically exported from code.google.com/p/flash-console
0 stars 0 forks source link

Cc.config.style.roundBorder could crash console #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Set Cc.config.style.roundBorder = 50;
2.Compile and run your swf

What is the expected output? What do you see instead?

Expected to run swf without errors.
But there is an error throws:

ArgumentError: Error #2004
    at flash.display::DisplayObject/set scale9Grid()
    at com.junkbyte.console.view::AbstractPanel/init()
    at com.junkbyte.console.view::MainPanel()
    at com.junkbyte.console.view::PanelsManager()
    at com.junkbyte.console::Console()
    at com.junkbyte.console::Cc$/start()
    at com.junkbyte.console::Cc$/startOnStage()

Cc ver 2.51 beta

Original issue reported on code.google.com by dmitry....@gmail.com on 16 Mar 2011 at 10:55

GoogleCodeExporter commented 9 years ago
Not sure why you need that big round border but fixed on trunk copy.

Original comment by luay...@gmail.com on 22 Mar 2011 at 11:40