Good advice.
I was wondering if this and my other issue are related anyway...
So, from the WinXP command line:
C:\Documents and Settings\tchiverton\workspace\evreports
andrei\flex-src>"..\..\
..\My Documents\Downloads\flex\sdk-4.9.0\bin\mxmlc"
ReportsLayoutCore.mxml -comp
iler.library-path+=..\flex-libs
Loading configuration file C:\Documents and Settings\tchiverton\My
Documents\Dow
nloads\flex\sdk-4.9.0\frameworks\flex-config.xml
C:\Documents and Settings\tchiverton\workspace\evreports
andrei\flex-src\com\ev\
global\view\skins\DashboardSkin.mxml(13): Error: The skin part type
'spark.compo
nents:TabBar' must be assignable to '*'.
[HostComponent("com.ev.global.view.components.Dashboard")]
Doesn't seem to matter if the <fx:Metadata> is CDATA or not, or if the
@copy hint is there or not...
Tom
On 16/02/2013 06:37, Alex Harui wrote:
Can you compile from the command line. If MXMLC gives you that error then
it is our problem. If it is FlashBuilder, it is probably their problem.
On 2/15/13 9:12 AM, "Tom Chiverton" <[email protected]> wrote:
Hi,
I'm trying to build a project that is fine with the Adobe 4.1A SDK using
the Apache 4.9 SDK, and the only thing that is tripping it up so far
that I haven't been able to explain is a Skin that says
<fx:Metadata>
[HostComponent("com.ev.global.view.components.Dashboard")]
</fx:Metadata>
Adding CDATA inside the Metadata doesn't appear to change things.
I get a compile error reported in the latest Flash Builder saying "The
skin part type 'spark.components:TabBar' must be assignable to '*'.
"
Which doesn't seem right, and I've never heard of before, neither has
Google ?