Re: [NEED ACTION] Git migration - SDK git repo ready for testing

2013-03-16 Thread Jose Barragan
I'm cloning right now, too. @Alex, the missing empty folders, seems normal, because Git don't track folders just only files. In case we need it, it's necessary include a dummy file like .dummy or whatever other dummy name. -- Jose Barragan Software Architect Chief Codeoscopic Madrid C/.

Re: [flexJS] Is SimpleCSSValuesImpl required StyleClass?

2013-03-16 Thread jun funakura
Hi, Alex I was trying new version of FlexJS from new FlexOverlay.zip. It seems FlexJSUI.swc is little old. When I was compile with Overlayed version of FlexJSUI.swc, Flash Player reported this error. - TypeError: Error #1007: Instantiation attempted on a non-constructor. at

Namespaces in FXG

2013-03-16 Thread Sebastian Mohr
Hi, This sample FXG file [1] I got generated from Flash Catalyst CS5.5 in my latest Flex mobile project. I wonder what all these namespaces are good for and if I need to keep them? Usually, when using these FXG skins in my Flex projects I go through these FXG files and remove all the

Re: [NEED ACTION] Git migration - SDK git repo ready for testing

2013-03-16 Thread Frédéric THOMAS
Another way to make a directory stay empty (in the repo) is to create a .gitignore inside that directory that contains four lines: # Ignore everything in this directory * # Except this file !.gitignore Btw, After having waiting for 36 hours or so to get what was supposed to come in 5-6 hours

[jira] [Updated] (FLEX-33427) Missing translation for postcode components

2013-03-16 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-33427: - Description: Missing translation of error messages for the postcode componets. In English they

[jira] [Commented] (FLEX-33427) Missing translation for postcode components

2013-03-16 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13604236#comment-13604236 ] Marcus Fritze commented on FLEX-33427: -- German translation: To be honest, 'postcode'

Re: [NEED ACTION] Git migration - SDK git repo ready for testing

2013-03-16 Thread Chema Balsas
I'm also giving the build process a try. Currently I'm stuck downloading flex_sdk, which seems to go extremely slow. Has anyone else experienced this? Cheers, Chema 2013/3/16 Frédéric THOMAS webdoubl...@hotmail.com Another way to make a directory stay empty (in the repo) is to create a

Re: [flexJS] Is SimpleCSSValuesImpl required StyleClass?

2013-03-16 Thread Alex Harui
Hi Jun, Yes, I saw there was a bug in RadioButton. It should be fixed in the next zip which should be available in a day or so. On 3/16/13 12:28 AM, jun funakura jun.funak...@gmail.com wrote: Hi, Alex I was trying new version of FlexJS from new FlexOverlay.zip. It seems FlexJSUI.swc is

Imagem TileList

2013-03-16 Thread Marcio Fermino
o que esta errado ? em meu código Eu preciso mostrar imagens Elas estão dentro da aplicação com uma pasta chamada ../caminho/myimage, Mas não ficam visiveis o que devo colocar aqui ?xml version=1.0 encoding=utf-8? !--

Re: [NEED ACTION] Git migration - SDK git repo ready for testing

2013-03-16 Thread Frédéric THOMAS
Just did some checks: - master and develop branch history - ok - build sdk / other locales - ok - mustella checkintests - ok Is there some obvious checks to do that I would have missed ? -Fred

Re: Namespaces in FXG

2013-03-16 Thread Alex Harui
Should be possible to write an AIR app to do that. Want to try to create it? On 3/16/13 2:56 AM, Sebastian Mohr flex.masul...@gmail.com wrote: Hi, This sample FXG file [1] I got generated from Flash Catalyst CS5.5 in my latest Flex mobile project. I wonder what all these namespaces are

Re: Imagem TileList

2013-03-16 Thread João Fernandes
Marcio, are your elements of XML type? 2013/3/16 Marcio Fermino prologicasiste...@gmail.com o que esta errado ? em meu código Eu preciso mostrar imagens Elas estão dentro da aplicação com uma pasta chamada ../caminho/myimage, Mas não ficam visiveis o que devo colocar aqui ?xml

Re: Imagem TileList

2013-03-16 Thread Marcio Fermino
na verdade as imagens estao dentro do projeto em uma pasta chamada IMAGEM, e nome das imagens estao em uma base mysql entao seria algo com se apontasse assim image source=/caminho/imagem1.png /caminho/imagem1.png -- isso esta no banco nao consigo mostrar forma alguma. OBS.; Recebo

Frédéric Thomas joins Apache Flex PMC

2013-03-16 Thread Erik de Bruin
Hi all, In recognition for his continued and substantial contributions as a committer on this project, please join me in welcoming Frédéric Thomas as the newest member of the Apache Flex PMC [1]. EdB 1: http://www.apache.org/foundation/how-it-works.html#pmc-members -- Ix Multimedia Software

Re: Imagem TileList

2013-03-16 Thread João Fernandes
Se o que é retornado é uma lista de strings com o path para o caminho então deverás usar mx:Image source={data} / Caso o caminho seja só parcial (ex: só o nome da imagem), então deverá ser mx:Image source=/caminho/{data} / 2013/3/16 Marcio Fermino prologicasiste...@gmail.com na verdade as

Re: Committers - preparing for Git

2013-03-16 Thread Jose Barragan
Thanks Fréd, I'll use your .gitignore too -- Jose Barragan Software Architect Chief Codeoscopic Madrid C/. Infanta Mercedes, 92. Planta 5. 505. 28020 Madrid. Tel.: +34 912 94 80 80 On Mar 16, 2013, at 3:34 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Hi, Here my final wicked

Re: Committers - preparing for Git

2013-03-16 Thread Frédéric THOMAS
Hi Jose, You can add flex-sdk-description.xml to the Apache Flex projects' file list, I forgot to add it before I sent the message. -Fred -Message d'origine- From: Jose Barragan Sent: Saturday, March 16, 2013 5:49 PM To: dev@flex.apache.org Subject: Re: Committers - preparing for

Re: Committers - preparing for Git

2013-03-16 Thread Frédéric THOMAS
Btw, to all of you, I'm thinking about committing this file to svn, like that when we'll clone the git repo, we'll already have it, avoiding bad commits, what do you think ? -Fred -Message d'origine- From: Frédéric THOMAS Sent: Saturday, March 16, 2013 5:58 PM To:

Re: Frédéric Thomas joins Apache Flex PMC

2013-03-16 Thread Om
Congrats and welcome Fred! Thanks for all the great work you have been putting in. Looking forward for more! Regards, Om On Mar 16, 2013 9:31 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Hi guys, Thanks you very much to all of you for having invited me to be PMC Member, that’s with

Re: Committers - preparing for Git

2013-03-16 Thread Om
On Mar 16, 2013 9:58 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Hi Jose, You can add flex-sdk-description.xml to the Apache Flex projects' file list, I forgot to add it before I sent the message. This seems like a good candidate for a wiki page. Can you please do the honors?

Re: Frédéric Thomas joins Apache Flex PMC

2013-03-16 Thread Frédéric THOMAS
Thanks Om but sorry, I didn't get the last part of your message ;-) -Fred -Message d'origine- From: Om Sent: Saturday, March 16, 2013 6:04 PM To: dev@flex.apache.org Subject: Re: Frédéric Thomas joins Apache Flex PMC Congrats and welcome Fred! Thanks for all the great work you have

Re: Committers - preparing for Git

2013-03-16 Thread Frédéric THOMAS
Om, I'm not sure about what you want me to add on the wiki, I guess this .gitignore is to be checked in but I would like folks review it first. -Fred -Message d'origine- From: Om Sent: Saturday, March 16, 2013 6:08 PM To: dev@flex.apache.org Subject: Re: Committers - preparing for

Re: Committers - preparing for Git

2013-03-16 Thread Jose Barragan
Hi, I hope this .gitignore or similar will commited to flex-sdk.git. It's seems the most right way, in fact, I have many other Git repos working on and each of they have one in own self. P.D: Thanks Fréd, I just did it, and player folder for playerglobal :P -- Jose Barragan Software Architect

Re: Frédéric Thomas joins Apache Flex PMC

2013-03-16 Thread Jose Barragan
Congrats Frédéric!!! -- Jose Barragan Software Architect Chief Codeoscopic Madrid C/. Infanta Mercedes, 92. Planta 5. 505. 28020 Madrid. Tel.: +34 912 94 80 80 On Mar 16, 2013, at 6:11 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Thanks Om but sorry, I didn't get the last part of

Re: Committers - preparing for Git

2013-03-16 Thread Om
Sorry for not being clear earlier. If we are working on this file as a group, it will be better to do it on the wiki instead of over email. Once it gets checked into git, it is easier. But if you think that the ignore list almost complete then it is fine. Thanks, Om On Sat, Mar 16, 2013 at

Re: Committers - preparing for Git

2013-03-16 Thread Frédéric THOMAS
@Om, yes, I think is almost complete and would like to check in svn, like that, as soon as folks will clone the final git repo, they will be protected against bad commits. @Jose, you shouldn't have to add the player directory as I excluded every .swc to be committed. -Fred -Message

Re: Committers - preparing for Git

2013-03-16 Thread Frédéric THOMAS
Btw, if no one has objections, I can maybe commit it soon and folks may add or remove exclusions later. -Fred -Message d'origine- From: Frédéric THOMAS Sent: Saturday, March 16, 2013 6:26 PM To: dev@flex.apache.org Subject: Re: Committers - preparing for Git @Om, yes, I think is

Re: Committers - preparing for Git

2013-03-16 Thread Jose Barragan
Ops! It's true!! Thanks Fréd!! -- Jose Barragan Software Architect Chief Codeoscopic Madrid C/. Infanta Mercedes, 92. Planta 5. 505. 28020 Madrid. Tel.: +34 912 94 80 80 On Mar 16, 2013, at 6:28 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Btw, if no one has objections, I can maybe

Re: Committers - preparing for Git

2013-03-16 Thread Om
We need to first finish the review of the read-only git repo and give a go ahead to make it read-write. Om On Sat, Mar 16, 2013 at 10:28 AM, Frédéric THOMAS webdoubl...@hotmail.comwrote: Btw, if no one has objections, I can maybe commit it soon and folks may add or remove exclusions later.

Re: Committers - preparing for Git

2013-03-16 Thread Frédéric THOMAS
Om, I meant, if there are no objections, I would like to commit it into svn before we the final git repo be generated, otherwise, there is a risk folks commit a bad file into git later. -Fred -Message d'origine- From: Om Sent: Saturday, March 16, 2013 6:31 PM To:

Re: Committers - preparing for Git

2013-03-16 Thread Om
If we are okay with the current repo, they would make that the final one. And the svn repo is read-only in case. Om On Sat, Mar 16, 2013 at 10:36 AM, Frédéric THOMAS webdoubl...@hotmail.comwrote: Om, I meant, if there are no objections, I would like to commit it into svn before we the

Re: Committers - preparing for Git

2013-03-16 Thread Frédéric THOMAS
In this case, ok, I'll probably do the first commit into git with that. Thanks, -Fred -Message d'origine- From: Om Sent: Saturday, March 16, 2013 6:46 PM To: dev@flex.apache.org Subject: Re: Committers - preparing for Git If we are okay with the current repo, they would make that the

Re: [NEED ACTION] Git migration - SDK git repo ready for testing

2013-03-16 Thread Om
On Sat, Mar 16, 2013 at 7:34 AM, Frédéric THOMAS webdoubl...@hotmail.comwrote: Just did some checks: - master and develop branch history - ok - build sdk / other locales - ok - mustella checkintests - ok Is there some obvious checks to do that I would have missed ? -Fred Cool, thanks

Re: [NEED ACTION] Git migration - SDK git repo ready for testing

2013-03-16 Thread Frédéric THOMAS
That's a go for me. -Fred -Message d'origine- From: Om Sent: Saturday, March 16, 2013 6:52 PM To: dev@flex.apache.org Subject: Re: [NEED ACTION] Git migration - SDK git repo ready for testing On Sat, Mar 16, 2013 at 7:34 AM, Frédéric THOMAS webdoubl...@hotmail.comwrote: Just did

Re: [NEED ACTION] Git migration - SDK git repo ready for testing

2013-03-16 Thread Erik de Bruin
Just to make it a bit official-er (:-), you have my +1 as well. EdB On Sat, Mar 16, 2013 at 6:59 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: That's a go for me. -Fred -Message d'origine- From: Om Sent: Saturday, March 16, 2013 6:52 PM To: dev@flex.apache.org Subject:

Re: [NEED ACTION] Git migration - SDK git repo ready for testing

2013-03-16 Thread Om
Thanks Erik. Okay, it looks like we have a consensus and frankly, I dont want to prolong this limbo anymore. I will be giving the go-ahead for making the sdk and tlf git repos read-write now. Before we open the flood gates, perhaps committers should write to a test file first? *Also, all

Re: [NEED ACTION] Git migration - SDK git repo ready for testing

2013-03-16 Thread Dasa Paddock
Try: $ git branch --all My output is: * develop master remotes/origin/HEAD - origin/master remotes/origin/develop remotes/origin/master remotes/origin/patches remotes/origin/release4.9 This shows that my current branch is develop and that I have a local master branch, and all the

Re: [NEED ACTION] Git migration - SDK git repo ready for testing

2013-03-16 Thread Dasa Paddock
Try: $ git branch --all My output is: * develop master remotes/origin/HEAD - origin/master remotes/origin/develop remotes/origin/master remotes/origin/patches remotes/origin/release4.9 This shows that my current branch is develop and that I have a local master branch, and all the

Running Apache Flex in FDT under Ubuntu

2013-03-16 Thread Saleh Abdulawal
Hi, I have downloaded the Windows SDK, and copy it to /opt then un-tar it to a folder /opt/sdk/apache_flex then i lunched FDT and located the new sdk, and it works and tried to Create a Web Project everything was going smooth untile i recieved this messege : *No player versions available.

Re: Running Apache Flex in FDT under Ubuntu

2013-03-16 Thread Justin Mclean
Hi, I assume you're using the binary SDK? you'll need to make a couple of config changes to the flex-config.xml and download at least one playerglobal.swc take a look at the README. If you can make notes and post to the list we'll make it the official how to install on Linux. This thread may

Re: [jira] [Commented] (FLEX-33427) Missing translation for postcode components

2013-03-16 Thread Marcus Fritze
Hi Justin, This should not be a reproach to you. This was more addressed to Hans. ;-) I am a native German and yes every German-speaking person should know what a Postleitzahl is. The short form is PLZ. (the same as ZIP in English) Good night from Germany Marcus Am 17.03.2013 um 01:23

[jira] [Updated] (FLEX-33427) Missing translation for postcode components

2013-03-16 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-33427: - Description: Missing translation of error messages for the postcode componets. In English they

[jira] [Commented] (FLEX-33427) Missing translation for postcode components

2013-03-16 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13604485#comment-13604485 ] João Fernandes commented on FLEX-33427: --- No Justin, CEP while it does have a

[jira] [Issue Comment Deleted] (FLEX-33427) Missing translation for postcode components

2013-03-16 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-33427: - Comment: was deleted (was: pt_PT improvements wrongFormatPostcodeError=CEP ou código postal

[jira] [Issue Comment Deleted] (FLEX-33427) Missing translation for postcode components

2013-03-16 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-33427: - Comment: was deleted (was: No Justin, CEP while it does have a meaning in pt_BR, it doesn't in

Re: [jira] [Commented] (FLEX-33427) Missing translation for postcode components

2013-03-16 Thread Justin Mclean
HI, CEP while it does have a meaning in pt_BR, it doesn't in pt_PT. The translations I've provided in pt_PT are correct. Thanks for , I've cleaned up the JIRA report by deleting those 2 comments - just so it doesn't get more confusing. Justin

[jira] [Commented] (FLEX-33427) Missing translation for postcode components

2013-03-16 Thread Thiago Maia (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13604492#comment-13604492 ] Thiago Maia commented on FLEX-33427: Suggestion to add the word String for pt_BR

Git migration update - Falon is ready

2013-03-16 Thread Om
SDK and TLF git repos are now R/W Message from David@Infra: -- flex-sdk and flex-tlf are now writable. Falcon is up for review: https://git-wip-us.apache.org/repos/asf/flex-falcon.git I'll start the process on one or two more tonight. - Gordon, et.al. please review the repo

Re: Git migration update - Falon is ready

2013-03-16 Thread Om
On Mar 16, 2013 8:58 PM, Om bigosma...@gmail.com wrote: SDK and TLF git repos are now R/W Message from David@Infra: -- flex-sdk and flex-tlf are now writable. Falcon is up for review: https://git-wip-us.apache.org/repos/asf/flex-falcon.git I'll start the process on one or two

Re: Git migration update - Falon is ready

2013-03-16 Thread Om
On Mar 16, 2013 9:50 PM, Alex Harui aha...@adobe.com wrote: Falcon unix diff passed. How does the history look? Thanks, Om On 3/16/13 9:05 PM, Om bigosma...@gmail.com wrote: On Mar 16, 2013 8:58 PM, Om bigosma...@gmail.com wrote: SDK and TLF git repos are now R/W Message from

Re: Git migration update - Falon is ready

2013-03-16 Thread Alex Harui
There isn't much history that matters. Falcon came from Perforce without history. I checked one file and it is accurate. I still don't understand how to use Git to see the files in a branch. I cloned flex-asjs and am trying to get the develop branch files. I did: git checkout develop But