RE: iOS TextInput textDisplay shows promptDisplay font color while typing

2014-02-20 Thread piotr.zarzycki
Maurice what about embedded font in TextInputs ? If I use this skin and have embedded font in my application, it should work ? My prompt display in correct embedded font, but typed text not... Piotr - Flex/Air developer. piotrzarzyck...@gmail.com -- View this message in context:

RE: iOS TextInput textDisplay shows promptDisplay font color while typing

2014-02-20 Thread piotr.zarzycki
If I understand correct those skins use StageText and it doesn't display embedded font... So what is the solution for that problem If I want to use embedded font and have correct font color while typing ? - Flex/Air developer. piotrzarzyck...@gmail.com -- View this message in context:

RE: iOS TextInput textDisplay shows promptDisplay font color while typing

2014-02-20 Thread Maurice Amsellem
You are correct. Embedded fonts cannot be used with StageText, because they are not available to the OS. http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/StageText.html In this case, use the flex-based skin (spark.skins.mobile.TextInputSkin), with its inherent

RE: iOS TextInput textDisplay shows promptDisplay font color while typing

2014-02-20 Thread piotr.zarzycki
Yes but I back to the root of problem, gray color while typing on IOS. - Flex/Air developer. piotrzarzyck...@gmail.com -- View this message in context:

RE: iOS TextInput textDisplay shows promptDisplay font color while typing

2014-02-20 Thread Maurice Amsellem
Ah, it looks like the flex-based skin also needs some fixing... I will have a look at it. Maurice -Message d'origine- De : piotr.zarzycki [mailto:piotrzarzyck...@gmail.com] Envoyé : jeudi 20 février 2014 10:37 À : dev@flex.apache.org Objet : RE: iOS TextInput textDisplay shows

multi-DPI mobile FXG assets

2014-02-20 Thread Maurice Amsellem
Hi, Looking at the various FXG files in spark.skins.mobileNNN directories, most of them are identical at the different DPIs. In fact, only CheckBox and RadioButton are differing. Since we have experienced a few issues recently of missing assets, I was wondering if we could just merge the

RE: iOS TextInput textDisplay shows promptDisplay font color while typing

2014-02-20 Thread piotr.zarzycki
This is one part of problem, the second part is When I tap on TextInput with spark.skins.mobile.TextInputSkin coursor is setted at the end of text input. It looks like this - http://i.imgur.com/xI8ooOz.jpg - Flex/Air developer. piotrzarzyck...@gmail.com -- View this message in context:

RE: iOS TextInput textDisplay shows promptDisplay font color while typing

2014-02-20 Thread piotr.zarzycki
Ofcourse this happened only on IOS devices. - Flex/Air developer. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/iOS-TextInput-textDisplay-shows-promptDisplay-font-color-while-typing-tp34751p34774.html Sent from the Apache

RE: iOS TextInput textDisplay shows promptDisplay font color while typing

2014-02-20 Thread Maurice Amsellem
Never seen that issue before. Maybe it's caused by the embedded fonts. - Does it occur if you use non-embedded font, and TextInputSkin ? - does it occur on the AIR emulator ? Maurice -Message d'origine- De : piotr.zarzycki [mailto:piotrzarzyck...@gmail.com] Envoyé : jeudi 20 février

RE: iOS TextInput textDisplay shows promptDisplay font color while typing

2014-02-20 Thread piotr.zarzycki
Thanks Maurice! Jira ticket for the second problem: https://issues.apache.org/jira/browse/FLEX-34100 Piotr - Flex/Air developer. piotrzarzyck...@gmail.com -- View this message in context:

Re: SOAP API and whitespace

2014-02-20 Thread Chris Martin
Yeah, I can do that. I'll use some trace statements to rule out the debugger. Would using Unicode space mean that the service layer would also have to be expecting a Unicode string value? Hoping to only have to take care of things o my side. And prettyPrinting only seems to be formatting the

SDK 4.12 RC2 not there

2014-02-20 Thread Maurice Amsellem
https://dist.apache.org/repos/dist/dev/flex/sdk/4.12.0/rc2/ does not exist. Did I miss something ? Maurice Maurice Amsellem SYSTAR RD - BusinessBridgeFX

Problem with Flex Installer

2014-02-20 Thread Maurice Amsellem
Hi, I have run the installer with the following options: - Apache Flex SDK nightly - AIR 4.0 - Flash Player 12.0 But at the end of the installation, I am getting AIR 3.9 and FP 11.9: Flex-sdk-description.xml:Apache Flex 4.12.0 FP11.1 AIR3.9 en_US AIR-SDK

Re: SDK 4.12 RC2 not there

2014-02-20 Thread Alex Harui
Rc2 has been delayed. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Maurice Amsellem maurice.amsel...@systar.com wrote: https://dist.apache.org/repos/dist/dev/flex/sdk/4.12.0/rc2/ does not exist. Did I miss something ? Maurice Maurice Amsellem SYSTAR RD - BusinessBridgeFX

Re: Problem with Flex Installer

2014-02-20 Thread Alex Harui
You are probably using a prototype installer. We're in between rcs right now, but I'll double check your findings. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Maurice Amsellem maurice.amsel...@systar.com wrote: Hi, I have run the installer with the following options: -

RE: SDK 4.12 RC2 not there

2014-02-20 Thread Maurice Amsellem
Thanks Alex -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : jeudi 20 février 2014 17:44 À : dev@flex.apache.org; Maurice Amsellem Objet : Re: SDK 4.12 RC2 not there Rc2 has been delayed. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Maurice

RE: Problem with Flex Installer

2014-02-20 Thread Maurice Amsellem
Thanks Alex. BTW, is there a way to know the exact version of the installer I am using? That makes me think it would be nice to have kind of About Box in the installer, or at least a label mentioning the version, somewhere in the UI. WDYT? Maurice -Message d'origine- De : Alex

Re: SOAP API and whitespace

2014-02-20 Thread Alex Harui
Yes unicode space would be seen by the server. But maybe your server should be handling all the fancy unicode characters? Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Chris Martin windo...@gmail.com wrote: Yeah, I can do that. I'll use some trace statements to rule out the

RE: Problem with Flex Installer

2014-02-20 Thread Alex Harui
I think it is in the log but maybe I'll add to right click menu Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Maurice Amsellem maurice.amsel...@systar.com wrote: Thanks Alex. BTW, is there a way to know the exact version of the installer I am using? That makes me think it would

Re: Problem with Flex Installer

2014-02-20 Thread Tom Chiverton
On 20/02/2014 16:57, Alex Harui wrote: I think it is in the log but maybe I'll add to right click menu Is it not in the package name visible in Windows add/remove programs and whatever Mac's have instead ? Tom

RE: Problem with Flex Installer

2014-02-20 Thread Maurice Amsellem
Is it not in the package name visible in Windows add/remove programs. Yes it's also there. So it says 3.0.0 for me... -Message d'origine- De : Tom Chiverton [mailto:t...@extravision.com] Envoyé : jeudi 20 février 2014 18:01 À : dev@flex.apache.org Objet : Re: Problem with Flex

Installer RC status?

2014-02-20 Thread Justin Mclean
Hi, What's the current installer RC status? The build machines is back up and I'd like to get the vote on 4.12 SDK up and running as RC1 was released 2 weeks ago. Thanks, Justin

Re: Installer RC status?

2014-02-20 Thread Alex Harui
Some bugs were found in the sdk install script. I'll be working on it this evening. So I think rc 2 has to wait until I get it done. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Justin Mclean jus...@classsoftware.com wrote: Hi, What's the current installer RC status? The build

Re: [jira] [Commented] (FLEX-34098) Deleteing/Replacing Surrogate-Pair string causes RTE in TLF

2014-02-20 Thread Alex Harui
We could, but it is sort of nice that folks are helping find the bugs. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Justin Mclean (JIRA) j...@apache.org wrote: [

RE: Problem with Flex Installer

2014-02-20 Thread Maurice Amsellem
Is the latest version of the ant-on-air installer this one ? http://people.apache.org/~aharui/Installer/apache-flex-sdk-installer-3.0.0-bin.exe Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : jeudi 20 février 2014 17:48 À : dev@flex.apache.org; Maurice

RE: Problem with Flex Installer

2014-02-20 Thread Alex Harui
Last public Development build. I have an rc but I need to try it on the flexjs nightly before making it available. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Maurice Amsellem maurice.amsel...@systar.com wrote: Is the latest version of the ant-on-air installer this one ?

Re: flex-sdk_mustella - Build # 738 - Fixed!

2014-02-20 Thread Erik de Bruin
Yeah! EdB On Thu, Feb 20, 2014 at 7:09 PM, flex.muste...@gmail.com wrote: flex-sdk_mustella - Build # 738 - Fixed: http://flex-mustella.cloudapp.net/job/flex-sdk_mustella/738/ Changes for Build #733 [tomc] Updated for Ant-based installer [jmclean] FLEX-34084 Stop RTE from happening

RE: Installer RC status?

2014-02-20 Thread Alex Harui
OK, I think the SDK install script is ready. What is your plan about the fontswf bug? Do you want to fix it for this RC? Are you looking into it? I think the Installer is ready for an RC as well. Folks should not use the one from my personal folder. I'll push the RC bits tomorrow, and