Re: [GitHub] flex-sdk pull request: FLEX-34712 bug fix for callout positioning ...

2015-01-16 Thread piotrz
Hi Guys, I don't have free cycles till Monday to handle this. Can someone take this Pull to develope ? Thank you :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/GitHub-flex-sdk-pull-request-FLEX-347

[4.14] help wanted: localisation of Installer string

2015-01-16 Thread Erik de Bruin
Hi, I need your help with the translation of the following string: "Note: the use of the FlatSpark skin and components requires embedded font support." for these locales: de_DE el_GR es_ES fr_FR nl_NL pt_BR ko_KR zh_CN zh_TW Thanks for your contribution! EdB -- Ix Multimedia Software Jan

Re: [4.14] help wanted: localisation of Installer string

2015-01-16 Thread Maxim Solodovnik
Hello Erik, I have translated installer to Russian: ru_RU, was it dropped or maybe incomplete? On Fri, Jan 16, 2015 at 2:46 PM, Erik de Bruin wrote: > Hi, > > I need your help with the translation of the following string: > > "Note: the use of the FlatSpark skin and components requires embedded

Re: [4.14] help wanted: localisation of Installer string

2015-01-16 Thread Erik de Bruin
Maxim, I can't image it was dropped. Did you put the ru_RU translations into 'apache-flex-sdk-installer-config.xml' as well? Yes, I know this stuff is all over the place, but there are good reasons for that ;-) EdB On Fri, Jan 16, 2015 at 9:49 AM, Maxim Solodovnik wrote: > Hello Erik, > > I

Re: [4.14] release status update

2015-01-16 Thread Erik de Bruin
>From Alex in another thread: "1) whether I broke IOS and Android versions of SpinnerList/DateSpinner." The Mustella tests seem to indicate all is well. There may be issues that will only be visible in the wild, but we won't know unless we put the release in the wild. As far as I'm concerned this

Re: [4.14] help wanted: localisation of Installer string

2015-01-16 Thread Maxim Solodovnik
To be fair, I'm not sure This is my pull request: https://github.com/apache/flex-utilities/pull/2 On Fri, Jan 16, 2015 at 2:52 PM, Erik de Bruin wrote: > Maxim, > > I can't image it was dropped. Did you put the ru_RU translations into > 'apache-flex-sdk-installer-config.xml' as well? > > Yes, I

Re:[4.14] help wanted: localisation of Installer string

2015-01-16 Thread DarkStone
Hi, "Note: the use of the FlatSpark skin and components requires embedded font support." zh_CN: "提示: FlatSpark 主题的皮肤和组件须要 镶入字体库 的支持." zh_TW: "提示: FlatSpark 主題的皮膚和元件須要 鑲入字體庫 的支援." DarkStone 2015-01-16 At 2015-01-16 16:46:38, "Erik de Bruin" wrote: >Hi, > >I need your help with the translatio

Re: [4.14] help wanted: localisation of Installer string

2015-01-16 Thread Mahmoud Ali
pt_BR: Nota: o uso dos skins e componentes FlatSpark requer suporte a fontes embutidas.

Re: [4.14] help wanted: localisation of Installer string

2015-01-16 Thread piotrz
Erik, You forgot about pl_PL :) Translation: "Aby używać skin-ów i komponentów FlatSpark wymagane jest wsparcie zembedowanych czcionek" Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/4-14-help-wanted

Re: [4.14] help wanted: localisation of Installer string

2015-01-16 Thread Erik de Bruin
pl_PL is also not in 'apache-flex-sdk-installer-config.xml' ... EdB On Fri, Jan 16, 2015 at 11:22 AM, piotrz wrote: > Erik, > > You forgot about pl_PL :) > > Translation: "Aby używać skin-ów i komponentów FlatSpark wymagane jest > wsparcie zembedowanych czcionek" > > Piotr > > > > - > Apac

Re: [4.14] help wanted: localisation of Installer string

2015-01-16 Thread Maxim Solodovnik
Maybe is there any "translation guide"? I feel language base need to be enlarged :) On Fri, Jan 16, 2015 at 4:26 PM, Erik de Bruin wrote: > pl_PL is also not in 'apache-flex-sdk-installer-config.xml' ... > > EdB > > > > On Fri, Jan 16, 2015 at 11:22 AM, piotrz > wrote: > > Erik, > > > > You for

Re: [4.14] help wanted: localisation of Installer string

2015-01-16 Thread piotrz
Ups..I am sorry Erik. I though that we are talking about translation inside installer properties. Ok I will have to look into sdk translation to add pl_PL. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.

Re: [4.14] help wanted: localisation of Installer string

2015-01-16 Thread Erik de Bruin
While the file I mentioned is part of the SDK, it is a straightforward XML, located in the root of the SDK. Adding a language to it is as easy as copy pasting an existing node, rename it and put in the translation. EdB On Fri, Jan 16, 2015 at 11:47 AM, piotrz wrote: > Ups..I am sorry Erik. I t

Flatspark "ToggleSwitch" component not in Flex repo

2015-01-16 Thread Krüger , Olaf
Hi, is there a reason why the FlatSpark "ToggleSwitch" component is not part of the Apache Flex repository? (https://github.com/akamud/FlatSpark/blob/master/FlatSparkSkin/src/flatSpark/components/ToggleSwitch.as) Olaf Edscha Holding GmbH Sitz der Gesellschaft:

Re: Flatspark "ToggleSwitch" component not in Flex repo

2015-01-16 Thread Mahmoud Ali
> > is there a reason why the FlatSpark "ToggleSwitch" component is not part > of the Apache Flex repository? > ( > https://github.com/akamud/FlatSpark/blob/master/FlatSparkSkin/src/flatSpark/components/ToggleSwitch.as > ) > Yes. It was based on the work of another author, we tried various ways of

Re: [5/6] git commit: [flex-utilities] [refs/heads/develop] - FLEX-34717 Added the same unit test and fix as for SpellingUIEx.

2015-01-16 Thread Piotr Zarzycki
Hi Mihai, I would like to suggest add to asserTrue some information what has happened. :) I think it is a good practice add message to assert. Thanks, Piotr 2015-01-15 18:13 GMT+01:00 : > FLEX-34717 Added the same unit test and fix as for SpellingUIEx. > > > Project: http://git-wip-us.apache.o

Installer 4.13.0 hangs after Downloading 2.2.zip

2015-01-16 Thread Rick Mills
Greetings, The 4.13.0 Installer stops for me with the following log. I am using a Windows XP machine and have tried 6 or 7 times, so I don't think it is a particular mirror site. Is there a work around? Thank you in advance, Rick Version 3.1.0 (windows) Using Locale: en_US Fetched the SDK do

Re: Installer 4.13.0 hangs after Downloading 2.2.zip

2015-01-16 Thread Alex Harui
Can you manually download https://github.com/swfobject/swfobject/archive/2.2.zip It worked for me. If you have Apache Ant, you can always get the binary package from http://flex.apache.org/download-binaries.html, unpack it, and run: ant -f installer.xml Sometimes Ant has better luck