Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-08 Thread Mihai Chira
No worries, thanks for letting me know.
On 7 Jan 2015 11:03, Erik de Bruin e...@ixsoftware.nl wrote:

 P.S. I picked up these fixes because FlatSpark is a high profile new
 feature for this release, and we want to make a good impression. Any
 other changes to 'develop' will likely not be part of the release
 (sorry, Mihai).

 EdB



 On Wed, Jan 7, 2015 at 11:35 AM, Erik de Bruin e...@ixsoftware.nl wrote:
  I like me some cherries, so I picked yours up for this release ;-)
 
  Thanks!
 
  EdB
 
 
 
  On Wed, Jan 7, 2015 at 9:54 AM, Mahmoud Ali mudd...@gmail.com wrote:
 
  Hi Mahmoud,
 
  I think you should commit this fix into develop branch and Erik will
  cherry
  pick up it if he decide that is valuable for current release. :)
 
 
  Ok, thanks! :)
 
 
 
  --
  Ix Multimedia Software
 
  Jan Luykenstraat 27
  3521 VB Utrecht
 
  T. 06-51952295
  I. www.ixsoftware.nl



 --
 Ix Multimedia Software

 Jan Luykenstraat 27
 3521 VB Utrecht

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



Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-07 Thread Mahmoud Ali

 Hi Mahmoud,

 I think you should commit this fix into develop branch and Erik will
 cherry
 pick up it if he decide that is valuable for current release. :)


Ok, thanks! :)


Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-07 Thread Erik de Bruin
I like me some cherries, so I picked yours up for this release ;-)

Thanks!

EdB



On Wed, Jan 7, 2015 at 9:54 AM, Mahmoud Ali mudd...@gmail.com wrote:

 Hi Mahmoud,

 I think you should commit this fix into develop branch and Erik will
 cherry
 pick up it if he decide that is valuable for current release. :)


 Ok, thanks! :)



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

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


Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-07 Thread Erik de Bruin
P.S. I picked up these fixes because FlatSpark is a high profile new
feature for this release, and we want to make a good impression. Any
other changes to 'develop' will likely not be part of the release
(sorry, Mihai).

EdB



On Wed, Jan 7, 2015 at 11:35 AM, Erik de Bruin e...@ixsoftware.nl wrote:
 I like me some cherries, so I picked yours up for this release ;-)

 Thanks!

 EdB



 On Wed, Jan 7, 2015 at 9:54 AM, Mahmoud Ali mudd...@gmail.com wrote:

 Hi Mahmoud,

 I think you should commit this fix into develop branch and Erik will
 cherry
 pick up it if he decide that is valuable for current release. :)


 Ok, thanks! :)



 --
 Ix Multimedia Software

 Jan Luykenstraat 27
 3521 VB Utrecht

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



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

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


Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-06 Thread Mahmoud Ali

 Not sure if this has been reported, but I believe there may be a bug in the
 flatspark.skins.ButtonIconSkin.mxml as of Flex SDK 4.14 nightly build
 #61...


I'll take a look at this tonight.


Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-06 Thread Mahmoud Ali
I think the release branch is closed for regular fixes, so I think I should
commit to the develop branch.

Can someone confirm this?


Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-06 Thread Alex Harui
It is up to Erik.  He’s sleeping right now, I think.

On 1/6/15, 4:33 PM, Mahmoud Ali mudd...@gmail.com wrote:

I think the release branch is closed for regular fixes, so I think I
should
commit to the develop branch.

Can someone confirm this?



Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-05 Thread rodneyh
Not sure if this has been reported, but I believe there may be a bug in the
flatspark.skins.ButtonIconSkin.mxml as of Flex SDK 4.14 nightly build #61...
The default state of the buttonIcon is up(stateUp). The fill_over,
fill_down, and fill_disabled rects are included in the corresponding states
only. So if the cornerRadius != inherited /or non-inherited property
returned by getStyle() it will set the fill_up.radiusX property but you will
get a cannot access a null object or property when it tries to set the
radiusX property of the other rects because they are not included in the
current state.override protected function
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) : void{  var
cr:Number = getStyle(cornerRadius);   if 
(cornerRadius != cr) {   
cornerRadius = cr;  fill_up.radiusX = cornerRadius; 
fill_over.radiusX =
cornerRadius;   fill_down.radiusX = cornerRadius;   
fill_disabled.radiusX =
cornerRadius;   }   
super.updateDisplayList(unscaledWidth,
unscaledHeight);}I have tested this against the 4.14 nightly build #61 ...



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/4-14-how-to-use-the-new-FlatSpark-theme-tp43479p44174.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: AW: [4.14] how to use the new FlatSpark theme?

2014-12-27 Thread okrue...@edscha.com
I just added a “FlatSpark” component to JIRA.  Olaf, can you fix up your
tickets to use that component? 
Done!



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/4-14-how-to-use-the-new-FlatSpark-theme-tp43479p43907.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: AW: [4.14] how to use the new FlatSpark theme?

2014-12-23 Thread Alex Harui
I just added a “FlatSpark” component to JIRA.  Olaf, can you fix up your
tickets to use that component?

Thanks,
-Alex

On 12/23/14, 2:41 AM, Krüger, Olaf okrue...@edscha.com wrote:

 Will do Olaf.
Thanks!
Only to make sure that you've noticed it:
I've created some more JIRA tickets. They all starts with Flatspark so
there're easy to find ;-)
If you need some help let me know.

Olaf





Edscha Holding GmbH
Sitz der Gesellschaft: Remscheid
Registergericht: Wuppertal, HRB 22889
Geschäftsführung: Francisco J. Riberas Mera, Francisco López Peña, David
Vázquez Pascual, Torsten Greiner, Markus Kirchner, Hans-Peter Schulz und
Volker Weiss

Vertretungsberechtigt sind nur Geschäftsführer und schriftlich
Bevollmächtigte.

Solely Managing Directors or employees with a written proxy have got
power of representation.

Der Inhalt dieser E-Mail einschließlich etwaiger beigefügter Dateien ist
vertraulich und nur für den Empfänger bestimmt. Sollten Sie nicht der
bestimmungsgemäße Empfänger sein, ist Ihnen jegliche Offenlegung,
Vervielfältigung, Weitergabe oder Nutzung des Inhalts untersagt. Bitte
informieren Sie in diesem Fall unverzüglich den Absender und löschen Sie
die E-Mail einschließlich etwaiger beigefügter Dateien von Ihrem System.
Vielen Dank.

The contents of this e-mail including any attachments are confidential
and may be legally privileged. If you are not the intended recipient, any
disclosure, copying, distribution or use of its contents is strictly
prohibited, and you should please notify the sender immediately and then
delete this e-mail including any attachments from your system. Thank you.



Re: AW: [4.14] how to use the new FlatSpark theme?

2014-12-17 Thread okrue...@edscha.com
I've just found that using flatspark and setting the applications chrome
color results in and error:

Error message for s:Button skinClass=flatspark.skins.ButtonSkin /:
Error #1069: Property iconDisplay not found on flatspark.skins.ButtonSkin
and there is no default value.

Error message for s:RadioButton skinClass=flatspark.skins.RadioButtonSkin
/:
Error #1069: Property dot not found on flatspark.skins.RadioButtonSkin and
there is no default value.

To set the applications chrome color I call this at creationComplete:
FlexGlobals.topLevelApplication.setStyle(chromeColor, 0xFF);

If this is an real issue I could create a jira ticket.

Olaf




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/4-14-how-to-use-the-new-FlatSpark-theme-tp43479p43653.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.