I just used the installer to download the (Show Dev Builds) 4.14.0 RC
and created the following app using it:

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
  xmlns:s="library://ns.adobe.com/flex/spark"
  xmlns:mx="library://ns.adobe.com/flex/mx"
  minWidth="955" minHeight="600">

  <fx:Declarations />

  <s:Button label="Click Me" skinClass="flatspark.skins.ButtonSkin" />

</s:Application>

Which showed me a perfectly nice FlatSpark button...

Can you try to download a fresh copy of the 4.14 SDK and try again?

EdB



On Tue, Dec 16, 2014 at 4:55 PM, Dany Dhondt <archeme...@mac.com> wrote:
> <?xml version="1.0" encoding="utf-8"?>
> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
>                            xmlns:s="library://ns.adobe.com/flex/spark"
>                            xmlns:mx="library://ns.adobe.com/flex/mx"
>                            xmlns:flatspark="flatspark.components.*"
>                            minWidth="955" minHeight="600" >
>
>
>
>         <fx:Script>
>                 <![CDATA[
>                         import flatspark.skins.ButtonSkin;
>
>                 ]]>
>         </fx:Script>
>
>         <s:Button label="Flat" skinClass="{flatspark.skins.ButtonSkin}"/>
> </s:Application>
>
>
> so far no luck.
> The only thing I did was installing the new sdk and then pointing to this sdk 
> in the project's compiler settings. Am I overlooking something?
>
> Dany
>
>> Op 16-dec.-2014, om 16:40 heeft Alex Harui <aha...@adobe.com> het volgende 
>> geschreven:
>>
>>
>>
>> On 12/16/14, 7:29 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
>>
>>> Can you try the same, but add
>>> "xmlns:flatspark="flatspark.components.*" to the Application tag?
>>
>> Actually, the issue may be the need to “import
>> flatspark.skins.ButtonSkin;”.
>>
>> I verified that the fonts are in the SWC from my last install of the RC.
>>
>> -Alex
>>
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Reply via email to