After switching to Apache Flex 14, I tried to implement the Flatspark theme by adding this kind of rules to my CSS :
s|Panel
{
skinClass: ClassReference("flatspark.skins.PanelSkin");
}
To make the SDK work with Flash Builder 4.6, I changed the SDK description file. From here, everything's fine.
I was able to see the new theme, create component in the design view and edit already existing MXML files.
But after restarting Flash Builder, I've got this little icon in the design view :
I cannot see or edit an existing file.
The design view works again after removing the theme from the CSS rules.
Why did it works the first time and now only display this when I add a custom CSS rule to change the skinClass parameters ?