thank you reuger, its all working now!
On Wed, Jul 20, 2016 at 2:19 PM, OK wrote:
> Maybe this is the better solution [1], adopted from here [2].
>
> Olaf
>
>
> [1] Using "emphasized" style attribute:
>
>
> http://ns.adobe.com/mxml/2009";
>xmlns:s="library://ns.adobe
Maybe this is the better solution [1], adopted from here [2].
Olaf
[1] Using "emphasized" style attribute:
http://ns.adobe.com/mxml/2009";
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
minWidth="955
CSS does not work though
components|ButtonIcon {
skinClass : ClassReference("flatspark.skins.ButtonIconSkin");
}
so i have to set this for all my buttons, but im glad its working
On Wed, Jul 20, 2016 at 2:43 PM, Vincent Sotto wrote:
> thank you it works!
>
> On Wed, Jul 20, 2016 at 1:12 PM
thank you it works!
On Wed, Jul 20, 2016 at 1:12 PM, OK wrote:
> Hi,
> passing the skin class (skinClass="flatspark.skins.ButtonIconSkin") to the
> default button works for me [1]
> .
> HTH,
> Olaf
>
>
> [1] Modified test case:
>
> http://ns.adobe.com/mxml/2009";
>xm
Hi,
passing the skin class (skinClass="flatspark.skins.ButtonIconSkin") to the
default button works for me [1]
.
HTH,
Olaf
[1] Modified test case:
http://ns.adobe.com/mxml/2009";
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library:/
Hi Reuger,
here is an example
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" xmlns:components="flatspark.components.*">
Vincent Sotto wrote
> theres a bug when i set a buttonicon as default button of a form, the skin
> changes back to default spark.
> any workaround on this issue or is this already reported?
> thank you
I'm just back from a holiday trip so my head is completely resetted. But I
remember that I've ha