Tried all this, nothing works:
<s:Button label="test" skinClass="{flatspark.skins.ButtonSkin}"/>
<s:Button label="test" skinClass="flatspark.skins.ButtonSkin"/>
<fx:Style>
@namespace s "library://ns.adobe.com/flex/spark";
s|Button {
skinClass: ClassReference("flatspark.skins.ButtonSkin");
}
</fx:Style>
Sure the fonts are in the swc? Can I download them manually to test further?
Dany
> Op 16-dec.-2014, om 11:02 heeft Mahmoud Ali <[email protected]> het volgende
> geschreven:
>
>>
>>
>> Actually this skinClass="flatspark.skins.ButtonSkin" also should work :)
>>
>>
> It should work, last time I checked I used the flatspark.swc from libs
> folder directly into FlatSpark's demo and I had no problem.
> I'll take a look a this and write the wiki page.
>
>> OK, you should have permissions
>
> Thanks Alex.