Re: FLEX-34070

2014-02-05 Thread Alex Harui
On 2/5/14 11:23 PM, "Justin Mclean" wrote: >Hi, > >> Aren't all four generated? If so, I'm still not understanding why we >>call >> them source and have them under version control if >They are part of the source and binary release zips/tar. I guess another >option is to not have these files at

RE: FLEX-34070

2014-02-05 Thread Maurice Amsellem
>IMO any non binary item in the source release should be under version control >so we have a history of how it how changed - just because it's generated >doesn't mean >you don't want to know how it changed from release to release - >it may not always be directly obvious from the generating templ

Re: FLEX-34070

2014-02-05 Thread Justin Mclean
Hi, > Aren't all four generated? If so, I'm still not understanding why we call > them source and have them under version control if They are part of the source and binary release zips/tar. I guess another option is to not have these files at all in the releases then there also no chance they w

13.0beta

2014-02-05 Thread Alexander Doroshko
Hi, Target player version that is specified in flex-config.xml, air-config.xml and airmobile.config must have format [major_version].[minor_version] where [major_version] and [minor_version] may contain only digits. The same format must be for the folder name where playerglobal.swc resists: [F

Re: FLEX-34070

2014-02-05 Thread Alex Harui
On 2/5/14 5:53 PM, "Justin Mclean" wrote: >Hi, > >> I find myself doing 'git checkout' on these four files pretty often. >Not sure why you need to do that - but perhaps having untokenised >versions of these files checked in would solve that? > >They are generated from the templates not themselv

Re: FLEX-34070

2014-02-05 Thread Justin Mclean
Hi, > I find myself doing 'git checkout' on these four files pretty often. Not sure why you need to do that - but perhaps having untokenised versions of these files checked in would solve that? They are generated from the templates not themselves right? Thanks, Justin

Re: FLEX-34070

2014-02-05 Thread Alex Harui
I'm sorry I don't remember the actual history. I'm trying to understand how making a mistake in the -template files is more likely to happen or less likely to be caught when making the RC. When you make a full RC, at least the flex-config.xml is used to compile the binary release. I find myself

Re: FLEX-34070

2014-02-05 Thread Justin Mclean
Hi, OK I believe the issue was than between making a build and zipping it up for a release it's possible that something else can change those files (ide scripts for instance). If the files are in git ignore you have no way of knowing that they have been changed and then release something that i

Re: FLEX-34070

2014-02-05 Thread Lee Burrows
Config files are generated by the basic build (frameworks/build.xml target=main) On 05/02/2014 23:34, Justin Mclean wrote: I think (but not 100% sure) the config files may only be generated with a full release build not an ordinary build. Justin -- Lee Burrows ActionScripter

Re: FLEX-34070

2014-02-05 Thread Justin Mclean
HI, > Interesting. Why does flex-config.xml have to be in the source release if > it is generated by the build. It isn't source if it is generated, IMO. Because then you don't how it was changed which can be dangerous, I said we had to scrap an entire RC because of this. I think (but not 100%

RE: FLEX-34070

2014-02-05 Thread Maurice Amsellem
In the other thread, Justin says that these files " need to be committed and tagged with each build." So that's why they can't be in .gitignore. So maybe we could commit and tag the *-template.xml files instead. I am not too familiar with the installer script, but probably it's excepting *-con

Re: FLEX-34070

2014-02-05 Thread Lee Burrows
I meant a precedent has already been set to include them On 05/02/2014 23:10, Maurice Amsellem wrote: Looks like Justin added flex-config.xml with the reasoning: "File in source release should be under version control", so a precedent has been set. I don't get you. Flex-config.xml is not in .

Re: FLEX-34070

2014-02-05 Thread Alex Harui
Interesting. Why does flex-config.xml have to be in the source release if it is generated by the build. It isn't source if it is generated, IMO. -Alex On 2/5/14 3:08 PM, "Lee Burrows" wrote: >Indeed; i have my interested-user hat on rather than my thats-my-patch >hat ;) > >Looks like Justin a

Re: JIRA bugs raised on the rise

2014-02-05 Thread Justin Mclean
Hi, > flex-config.xml, air-config.xml and airmobile-config.xml are not in > .gitignore, although they are generated by the build, from template files. > Is that ok ? Yep as they need to be committed and tagged with each build. > If it's ok, then maybe I should update them with more recent versi

RE: FLEX-34070

2014-02-05 Thread Maurice Amsellem
>Looks like Justin added flex-config.xml with the reasoning: "File in source >release should be under version control", so a precedent has been set. I don't get you. Flex-config.xml is not in .gitignore Maurice -Message d'origine- De : Lee Burrows [mailto:subscripti...@leeburrows.com]

Re: FLEX-34070

2014-02-05 Thread Lee Burrows
Indeed; i have my interested-user hat on rather than my thats-my-patch hat ;) Looks like Justin added flex-config.xml with the reasoning: "File in source release should be under version control", so a precedent has been set. On 05/02/2014 22:59, Maurice Amsellem wrote: Agree, but let's see

Re: FLEX-34070

2014-02-05 Thread Alex Harui
Every time I build, I get four changed files. The 3 -config.xml files and flex-sdk-description.xml. I'd prefer that doesn't happen but I don't know if there is some reason they aren't in .gitignore already. -Alex On 2/5/14 2:59 PM, "Maurice Amsellem" wrote: >Agree, but let's see what others w

Re: FLEX-34070

2014-02-05 Thread Justin Mclean
Hi, >> flex-config.xml, air-config.xml and airmobile-config.xml are not in >> .gitignore, although they are generated by the build, from template files. >> Is that ok ? BTW I believe they were in .gitignore at one point which caused a release candidate to be incorrect/have issues - so please do

RE: FLEX-34070

2014-02-05 Thread Maurice Amsellem
Agree, but let's see what others will say. Maurice -Message d'origine- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : mercredi 5 février 2014 23:57 À : dev@flex.apache.org Objet : Re: FLEX-34070 My feeling is that the non-template versions should be ignored; seems odd

Re: FLEX-34070

2014-02-05 Thread Lee Burrows
My feeling is that the non-template versions should be ignored; seems odd to include them only for them to be overwritten by the build On 05/02/2014 22:43, Maurice Amsellem wrote: I have reviewed and committed FLEX-34070 patch Little question: flex-config.xml, air-config.xml and airmobile-con

RE: JIRA bugs raised on the rise

2014-02-05 Thread Maurice Amsellem
I have reviewed and committed FLEX-34070 patch Little question: flex-config.xml, air-config.xml and airmobile-config.xml are not in .gitignore, although they are generated by the build, from template files. Is that ok ? If it's ok, then maybe I should update them with more recent version of F

JIRA bugs raised on the rise

2014-02-05 Thread Justin Mclean
Hi, Over the last couple of months bugs are being raised twice as fast as they being fixed and there's only a few committers who are actively fixing bugs. While everyone is free to do what they want to do on a project (including nothing) being a committer does mean you have a responsibility to

Re: RTEs when I build FlexJSJX,etc. myself

2014-02-05 Thread OmPrakash Muppirala
All good now! BarChartExample compiles fine from ant and FB (with locally built swcs) as well. Thanks for the fix :-) Regards, Om On Tue, Feb 4, 2014 at 9:37 PM, Alex Harui wrote: > Crud. It was right in front of me the whole time. Next time I'll look > more closely at the link-report. Sho

Re: ipad DPI

2014-02-05 Thread Lee Burrows
Thanks Om On 05/02/2014 19:13, OmPrakash Muppirala wrote: This thread should have all the details you are looking for: http://markmail.org/thread/pbexks3ojkhuhx3p Thanks, Om On Wed, Feb 5, 2014 at 11:08 AM, Lee Burrows wrote: Hi All I see that RuntimeDPIProvider.runtimeDPI has code to retu

Re: ipad DPI

2014-02-05 Thread OmPrakash Muppirala
This thread should have all the details you are looking for: http://markmail.org/thread/pbexks3ojkhuhx3p Thanks, Om On Wed, Feb 5, 2014 at 11:08 AM, Lee Burrows wrote: > Hi All > > I see that RuntimeDPIProvider.runtimeDPI has code to return 160 for ipads > rather than the more correct 120 (as i

Re: Apache Flex 4.12 release

2014-02-05 Thread Alex Harui
I am more apt to work on a regression than other SDK bugs. But everyone gets to choose what they work on. However, you are definitely doing the right thing by making noise for bugs you want fixed. If you can, add it to FLEX-33952 it will also help keep it in front of our faces. -Alex On 2/5/14

ipad DPI

2014-02-05 Thread Lee Burrows
Hi All I see that RuntimeDPIProvider.runtimeDPI has code to return 160 for ipads rather than the more correct 120 (as ipad is 132dpi). Anybody know why this was added? -- Lee Burrows ActionScripter

Re: Apache Flex 4.12 release

2014-02-05 Thread Chris Martin
Are regression bugs on a higher priority than other bugs? Just asking because I found one for the numeric stepper. But it is a regression since 4.6. Just throwing it up there incase it was missed. https://issues.apache.org/jira/browse/FLEX-34054 Chris On Sun, Feb 2, 2014 at 10:56 PM, Justin M

Re: MX DataGrid columns horizontal scroll bar

2014-02-05 Thread Alex Harui
I'm not sure what you're asking. Do you want a single cell to have scrollbars or an entire column? Can the cell wrap text onto multiple lines? Show a tooltip with the entire text? -Alex From: umal bhole mailto:umalbh...@gmail.com>> Reply-To: "umalbh...@googlemail.com

Re: Creating a Library to be donated to Apache

2014-02-05 Thread Alex Harui
On 2/5/14 2:01 AM, "Justin Mclean" wrote: >Hi, > >> Should I put the ICLA in the repo and have people sign it before they >> contribute? Or is that premature? > >Totally up to you. I'd just make it clear up front that you want to >donate to Apache - less complications that way. It would be best

Re: MX DataGrid columns horizontal scroll bar

2014-02-05 Thread umal bhole
HI Alex, Thanks but the issue is that the user is entering data in the datagrid. The datagrid is editable. SO once he enters if he wants to check what he entered he has to click on the cell and then see the entry. Is there a way i can use some other alternative to this. Regards Umal On Wed, Feb

Re: Creating a Library to be donated to Apache

2014-02-05 Thread Justin Mclean
Hi, > Should I put the ICLA in the repo and have people sign it before they > contribute? Or is that premature? Totally up to you. I'd just make it clear up front that you want to donate to Apache - less complications that way. Thanks, Justin

Re: Creating a Library to be donated to Apache

2014-02-05 Thread Avi Kessner
Should I put the ICLA in the repo and have people sign it before they contribute? Or is that premature? brought to you by the letters A, V, and I and the number 47 On Wed, Feb 5, 2014 at 10:41 AM, Justin Mclean wrote: > Hi, > > Nice idea and would be a useful donation. > > > My question is abou

Re: Creating a Library to be donated to Apache

2014-02-05 Thread Justin Mclean
Hi, Nice idea and would be a useful donation. > My question is about licensing. I will be making the project on Github, > and was wondering if I should use an MIT license or an Apache v2 license, > or if there is another way to go about doing it? Both MIT and Apache (obviously) are compatible C

Creating a Library to be donated to Apache

2014-02-05 Thread Avi Kessner
Hi all, I've been inspired to create a utility library for regular expressions and making them easier to read/write. I believe that when I get it all up and running I would like to donate it to Flex. My question is about licensing. I will be making the project on Github, and was wondering if I s