Hi,
I am trying to load a resource font created with BMFont tool. Was working perfectly until upgrade to SDK 2.x, the program stop at this line with the error
"
Failed invoking <symbol>
Invalid Value
in onLayout (source\slowView.mc:94)
Connection Finished
",
the line 94 being:
fontBigMinutes = Ui.loadResource(Rez.Fonts.Geneva65);
Any idea what is happening ?
Thanks,