wiln / flash-console

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

Run-timer error #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Got this error using latest Flash Console (2.6):
Error #1069: Property controlSize not found on 
com.junkbyte.console.ConsoleStyle and there is no default value.

while trying to run AIR 3.2 app with added Console via Cc.start(stage);

Stack:
ReferenceError: Error #1069: Property controlSize not found on 
com.junkbyte.console.ConsoleStyle and there is no default value.
    at com.junkbyte.console.view::MainPanel()
    at com.junkbyte.console.view::PanelsManager()
    at com.junkbyte.console::Console()
    at com.junkbyte.console::Cc$/start()
    at MyClass/_enableCC()
    at MyClass/onThisAddedToStage()

Original issue reported on code.google.com by dmitry....@gmail.com on 24 Mar 2012 at 9:59

GoogleCodeExporter commented 9 years ago
Are you loading/importing a swf/swc that use parts of old console in your app 
by any chance?
Perhaps recompiling all your dependencies may help.

Original comment by luay...@gmail.com on 25 Mar 2012 at 11:42

GoogleCodeExporter commented 9 years ago
Yeah, you're right, I forgot about Cc was compiled into one of the swc I'm 
using. Thanks!

Original comment by dmitry....@gmail.com on 25 Mar 2012 at 11:50

GoogleCodeExporter commented 9 years ago

Original comment by luay...@gmail.com on 28 Mar 2012 at 10:46