Re: flatspark bug on default button

2016-07-20 Thread Vincent Sotto
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

Re: flatspark bug on default button

2016-07-20 Thread OK
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

Re: flatspark bug on default button

2016-07-19 Thread Vincent Sotto
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

Re: flatspark bug on default button

2016-07-19 Thread Vincent Sotto
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

Re: flatspark bug on default button

2016-07-19 Thread OK
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:/

Re: flatspark bug on default button

2016-07-19 Thread Vincent Sotto
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.*">

Re: flatspark bug on default button

2016-07-19 Thread OK
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