RE: blurry fonts

2013-10-03 Thread Miguel Ferreira
I am on the way but i need the playerglobal download to make it work. But alex, that will not depend of the user version. For example if the user have another version the result of the rendering fonts will be diferent? > From: aha...@adobe.com > To: users@flex.apache.org > Date: Thu, 3 Oct 2013

Re: blurry fonts

2013-10-03 Thread Alex Harui
Did you try it with an older swf version? On 10/3/13 11:08 PM, "Miguel Ferreira" wrote: >Thank you all, >I am trying with another font type to see if i can have a better >results.Because of the "better" rendering was one of my key issues to >update to the last version to try to keep up with the

RE: blurry fonts

2013-10-03 Thread Miguel Ferreira
Thank you all, I am trying with another font type to see if i can have a better results.Because of the "better" rendering was one of my key issues to update to the last version to try to keep up with the Apache evolution, but after the project manager saw the result was really hard to convince h

Fwd: users Digest 3 Oct 2013 22:50:46 -0000 Issue 287

2013-10-03 Thread Fuad Kamal
> From: Fuad Kamal > Subject: Re: users Digest 3 Oct 2013 22:50:46 - Issue 287 > Date: October 3, 2013 7:04:15 PM EDT > To: users-dig...@flex.apache.org > > ok, thanks. I am working on a multicast-capable video player for a client > based on David Hassoun's REOPS player. I'll let you know

Re: advanced-telemetry - password protected

2013-10-03 Thread Justin Mclean
Hi, > Is it possible to set a password for advanced telemetry via an ANT build > script? No sorry password protection for advanced telemetry wasn't implemented in Apache Flex 4.10. You can raise a JIRA for it if you want, I didn't know if anyone would actually use/need that feature. Thanks, J

advanced-telemetry - password protected

2013-10-03 Thread Jeffrey Phillips
Is it possible to set a password for advanced telemetry via an ANT build script? I managed to successfully get advanced telemetry working "out of the box" by doing the following (- but the default is to not use a password, I want to add password protection); 1. following instruction in [Apach

Re: columnHeaderGroup.getHeaderBounds returns null

2013-10-03 Thread Justin Mclean
Hi, This may be been fixed by this: https://issues.apache.org/jira/browse/FLEX-33789 Any chance you could provide some sample code that shows the issue? Thanks, Justin

Re: TextArea Item renderer rendererIsEditable

2013-10-03 Thread mark goldin
I have identified that the following line of code is causing such a strange behavior: override public function prepare(hasBeenRecycled:Boolean):void { super.prepare(hasBeenRecycled); *Comment.heightInLines = NaN; * .. On Wed, Oct 2, 2013 at 4:51 PM, Alex Harui wrote: > Usually, some c

Re: Extending Spark Button Skink

2013-10-03 Thread Alex Harui
On 10/3/13 12:22 AM, "Scott Matheson" wrote: >Hi > Good point, I could always look for another style that I can use > >In truth I need to learn how to extend spark skins to add new attributes If you are using AS (including direct calls to getStyle) and not MXML, you can add any new style by s

Re: blurry fonts

2013-10-03 Thread Alex Harui
I can't find the email thread, but the answer I got was that there is no equivalent of gridFitType because the new font rendering algorithm is "better". IIRC, it is "better" because it employs some anti-aliasing algorithm on all edges, not just one ones that are unlucky enough to not fall on pixel

columnHeaderGroup.getHeaderBounds returns null

2013-10-03 Thread MichaPooh
Hi Compiling an application with the 4.10.0 framework i found that the DataGrid->columnHeaderGroup->getHeaderBounds method returns null. i do not have this problem when i compile with 4.6 when i look up the new Apache docs (http://flex.apache.org/asdoc/), I see that the page for the GridColumnHe

Re: blurry fonts

2013-10-03 Thread modjklist
I've always had problems with embedded fonts in 4.5.1 SDK. I've tried so much to overcome it. Seems no matter which version of Arial or Helvetica I embed, the spark text always looks shorter and fat (e.g. blurry), and the mx text looks tall and skinny. The hinting options, while having an effect

Re: blurry fonts

2013-10-03 Thread Tom Chiverton
On 03/10/2013 14:54, Miguel Ferreira wrote: I am finalizing a updated to my costumer from flex 4.1.0 to flex 4.10.0 and the fonts really look horrible. We had the same issue when migrating up from Adobe Flex 4.1 to Apache 4.x - it took some experimenting with the various hinting options for th

blurry fonts

2013-10-03 Thread Miguel Ferreira
hi, someone 2 years ago raise this problem:http://forums.adobe.com/thread/786727 Blurry fonts on spark vs halo components. There is a way to prevent this? I am finalizing a updated to my costumer from flex 4.1.0 to flex 4.10.0 and the fonts really look horrible.I am also using the MXFTEText.css

Re: s|Alert{} in css

2013-10-03 Thread Frank Dahmen
thanks all - Original Message - From: "Miguel Ferreira" To: Sent: Thursday, October 03, 2013 1:38 PM Subject: RE: s|Alert{} in css you can read it here : http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7da0.html for the version 4.6 there was no spark Ale

Re: AmfPHP problem

2013-10-03 Thread Tom Chiverton
Hmmm... can you put together a self contained folder of PHP along with some Flex source code so we can test this out ? Have you asked Silex Labs if this is fixed in whatever version you are using ? Tom On 03/10/2013 08:37, Zoltan Iklodi wrote: Yes, it is being sent wrong. Meanwhile amfPHP s

RE: s|Alert{} in css

2013-10-03 Thread Miguel Ferreira
you can read it here : http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7da0.html for the version 4.6 there was no spark Alert "The Alert control is part of the MX component set. There is no Spark equivalent." in the version 4.10 you have a Spark component ALert but it

RE: s|Alert{} in css

2013-10-03 Thread Maurice Amsellem
The namespace for spark.components.Alert is "http://flex.apache.org/experimental/ns"; ; That's what you should set in the namespaces of your css. Maurice -Message d'origine- De : Frank Dahmen [mailto:fr...@dahmenia.de] Envoyé : jeudi 3 octobre 2013 13:30 À : users@flex.apache.org Obje

Re: s|Alert{} in css

2013-10-03 Thread Frank Dahmen
but in the docs there is a spark.components.Alert? - Original Message - From: "Miguel Ferreira" To: Sent: Thursday, October 03, 2013 1:21 PM Subject: RE: s|Alert{} in css ALert is not in the namespace spark so you have to use this For example:mx|Alert{ title-background-ski

RE: s|Alert{} in css

2013-10-03 Thread Miguel Ferreira
ALert is not in the namespace spark so you have to use this For example:mx|Alert{ title-background-skin: Embed("assets/skin/alert_title.png"); background-image: Embed("assets/skin/alert.png");} > From: fr...@dahmenia.de > To: users@flex.apache.org > Subject:

s|Alert{} in css

2013-10-03 Thread Frank Dahmen
throws Warning: Cannot resolve namespace qualified type 'Alert' in CSS selector 'Alert' how can i set skinclass for spark alerts globally? or how can i get a new instance and show it? var alert:Alert=new Alert(); alert.skinClass="alertSkin"; alert.show(.);<- does not work, static me

Re: Spark DataGrid and variableRowHeight

2013-10-03 Thread Mark Kessler
I believe the first row dictates the measured height by default. I know I've had varied results in the past when the first row was long vs short. -Mark

Re: AmfPHP problem

2013-10-03 Thread Zoltan Iklodi
Yes, it is being sent wrong. Meanwhile amfPHP service browser returns all item. 2013/10/2 Tom Chiverton > On 02/10/2013 11:30, Zoltan Iklodi wrote: > >> I'm using mobile Flex with AmfPHP. Has anyone experienced such a problem >> that with PHP lists having more than ~1000 items, the RemoteObject

Re: Extending Spark Button Skink

2013-10-03 Thread Scott Matheson
Hi Good point, I could always look for another style that I can use In truth I need to learn how to extend spark skins to add new attributes A job for another day Sent from my iPad > On 3 Oct 2013, at 07:52, "Maurice Amsellem" > wrote: > > Hi Scott, > > This solution works because you do