Re: Next release of Apache Flex

2013-09-23 Thread Justin Mclean
Hi, > if the spreadsheet has 4 or 5 years financial data, the rendering of those > large amount of cell data can take time, and make the spreadsheet not really > responsive to cell scrolling... What version of Flex is it compiled with? Apache Flex 4.10? Have the tired the latest nightly build to

Re: Next release of Apache Flex

2013-09-23 Thread Cyrill Zadra
Hi I ran into a very strange RTE in ToolTipManagerImpl with ADG. In jira i a provided an example to reproduce ( usually everything works fine but in some cases the error is thrown ) and a patch. I didn't commit patch yet because i'm not really sure if it's the correct way to fix. Mustella tes

Re: Next release of Apache Flex

2013-09-23 Thread Erik de Bruin
>> Would be nice to see if we can get the framework to compile with Falcon >> before we go out. > Added to JIRA. Do we have a list of the outstanding issues? If so can someone > add them to/add notes to: > https://issues.apache.org/jira/browse/FLEX-33770 I've closed this one as a Duplicate of FLE

Re: [jira] [Commented] (FLEX-32848) AdvancedDataGrid doesn't respect style property 'textSelectedColor' for selectionMode='singleCell'

2013-09-23 Thread Stephan Plath
Am 20.09.2013 13:53, schrieb Erik de Bruin: Done. Now what? My initial intension was to raise this bug again, as it is still an issues that need to be resolved. Nevertheless I'm investigating on this, but as this could become to be a PITA I'm not sure if have enough time to find a solution/pa

[WIKI] edit privileges

2013-09-23 Thread Stephan Plath
I'd like to get edit privileges for the Wiki. Thanks, Stephan

RE: git commit: [flex-sdk] [refs/heads/develop] - FLEX-33159 FLEX-33158 Fix addSortField method so it preserves custom sorting and keeps internal sort fields in sync

2013-09-23 Thread Kessler CTR Mark J
Haven't tried it, but it looks good though, removing that header check. I am sure we will get comments about the default sorting when an array is assigned to the sort array even though it's empty. Doesn't mean change anything. At some point I was going to find a way to turn of the be able to

RE: Next release of Apache Flex

2013-09-23 Thread Kessler CTR Mark J
If we do mostly bug fixes we can keep minor version creeping... but if we add something larger or more sweeping for changes we should consider a more major release. (e.g. working falcon and blazeds) -Mark

Re: FocusManager issue with sparse focus groups

2013-09-23 Thread Cosma Colanicchia
Opened the issue FLEX-33772 and attached a sample app and a patch. I've only been able to test it as a monkey patch in some sample apps and in the application where the problem was first noticed, I hope that someone could be able to review it. Thanks! 2013/9/20 Alex Harui > You can follow

App icon bug with ios 7

2013-09-23 Thread Rami Tarabay
Hi, I'm facing an issue with iOS 7. When clicking on the app icon, iOS makes my app icon fit the screen size of iPhone 5 then it shows my splash screen. can you providing me with guidance to fix this error? -- Kind Regards, * * Rami Tarabay ** ** Mobile App Developer | Codefish Apps | www.

[Falcon] SDK SWC tests

2013-09-23 Thread Erik de Bruin
Hi, I've been tweaking the code and tests a bit, and now all but the 'Spark' SDK SWCs compile. There are 3 remaining issues with the compilation of the Spark SWC: 1) 4 "Could not find source for class X in namespace Y" errors; no amount of tweaking library or config paths enables me to get rid of

Re: git commit: [flex-falcon] [refs/heads/develop] - FLEX-33307: adding these arguments makes most of the warnings and some of the errors go away. Baby steps ; -)

2013-09-23 Thread Alex Harui
Nevermind, I guess you need to do that for the AIR-related SWCs? -Alex On 9/23/13 9:51 AM, "Alex Harui" wrote: >I believe that we normally compile the framework against flex-config.xml >not air-config.xml. Is there a reason you chose air-config? > >-Alex > >On 9/23/13 7:31 AM, "erikdebr...@ap

Building an AIR library with Maven

2013-09-23 Thread alebianco
This weekend I decided to convert the the build process of some of my pet-projects from Ant to Maven ... madness followed shortly. One of the requirements was to keep using the latest Apache Flex and AIR builds, respectively 4.10.0 and 3.8. The other was to be able to run the test suite as part of

Re: App icon bug with ios 7

2013-09-23 Thread Alex Harui
There is a discussion going on on us...@flex.apache.org mailing list. -Alex On 9/23/13 5:39 AM, "Rami Tarabay" wrote: >Hi, > >I'm facing an issue with iOS 7. When clicking on the app icon, iOS makes >my >app icon fit the screen size of iPhone 5 then it shows my splash screen. > >can you providi

Re: [WIKI] edit privileges

2013-09-23 Thread Stephan Plath
Am 23.09.2013 18:32, schrieb Alex Harui: I'd like to get edit privileges for the Wiki. Hit the "Sign up" button at the login screen and create an account, then let us know what your account name is. -Alex "Stephan Plath"

Re: [2/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33731: solves 'access of possibly undefined property' that pops up when trying to compile 'experimental.swc' with Falcon. Not sure if this

2013-09-23 Thread Alex Harui
Hmm, not so sure about this one. Why is this code not necessary? On 9/23/13 7:31 AM, "erikdebr...@apache.org" wrote: >FLEX-33731: solves 'access of possibly undefined property' that pops up >when trying to compile 'experimental.swc' with Falcon. Not sure if this >is a valid difference between t

Re: [Falcon] SDK SWC tests

2013-09-23 Thread Alex Harui
Can you post here or in a JIRA the latest set of errors with line numbers so I don't have to grep the source to find the code you are referencing. Thanks, -Alex On 9/23/13 7:26 AM, "Erik de Bruin" wrote: >Hi, > >I've been tweaking the code and tests a bit, and now all but the >'Spark' SDK SWCs

Re: git commit: [flex-falcon] [refs/heads/develop] - FLEX-33307: adding these arguments makes most of the warnings and some of the errors go away. Baby steps ; -)

2013-09-23 Thread Alex Harui
I believe that we normally compile the framework against flex-config.xml not air-config.xml. Is there a reason you chose air-config? -Alex On 9/23/13 7:31 AM, "erikdebr...@apache.org" wrote: >Updated Branches: > refs/heads/develop 5abe3d03d -> 05cfdcb68 > > >FLEX-33307: adding these arguments

Re: [Falcon] SDK SWC tests

2013-09-23 Thread Alex Harui
I did find #2. I think we should look into trying to allow that. It should be the same as using [] syntax. I think we allow that already. I also found #3. We should make sure this pattern works. I think it is used quite often. On 9/23/13 9:46 AM, "Alex Harui" wrote: >Can you post here or in

Re: [WIKI] edit privileges

2013-09-23 Thread Stephan Plath
It works. Thanks! Am 23.09.2013 19:23, schrieb Alex Harui: OK, give it a try. On 9/23/13 10:07 AM, "Stephan Plath" wrote: Am 23.09.2013 18:32, schrieb Alex Harui: I'd like to get edit privileges for the Wiki. Hit the "Sign up" button at the login screen and create an account, then let us

Re: [2/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33731: solves 'access of possibly undefined property' that pops up when trying to compile 'experimental.swc' with Falcon. Not sure if this

2013-09-23 Thread Erik de Bruin
I guess that's up to "Tink" to explain. All I know is that those 2 lines after the we giving Falcon grief because that variable and method don't seem to be declared anywhere I could easily find and since the code won't execute in a meaningful way I figured commenting it out was the fastest route to

Re: [Falcon] SDK SWC tests

2013-09-23 Thread Erik de Bruin
#2: is not working with Falcon. This seems to be the only one of it's kind, I've not encountered this error in any of the other SDK SWCs. #3: again, if there are other instances of this pattern, this is the only one in which it is not working EdB On Mon, Sep 23, 2013 at 7:04 PM, Alex Harui wr

Re: Missing emails?

2013-09-23 Thread OmPrakash Muppirala
Yeah, it was an issue with my mail forwarding. The original email was marked as spam and it never got forward. BTW, almost all of them were emails involving Alex or Peter. There is a chance the @adobe.com email is being targeted. Sorry for the noise. Thanks, Om On Sun, Sep 22, 2013 at 11:23

Re: [WIKI] edit privileges

2013-09-23 Thread Alex Harui
On 9/23/13 1:54 AM, "Stephan Plath" wrote: >I'd like to get edit privileges for the Wiki. Hit the "Sign up" button at the login screen and create an account, then let us know what your account name is. -Alex

Re: [2/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33731: solves 'access of possibly undefined property' that pops up when trying to compile 'experimental.swc' with Falcon. Not sure if this

2013-09-23 Thread Alex Harui
On 9/23/13 11:00 AM, "Erik de Bruin" wrote: >I guess that's up to "Tink" to explain. All I know is that those 2 >lines after the we giving Falcon grief because that variable and >method don't seem to be declared anywhere I could easily find and >since the code won't execute in a meaningful way

Re: git commit: [flex-falcon] [refs/heads/develop] - FLEX-33307: adding these arguments makes most of the warnings and some of the errors go away. Baby steps ; -)

2013-09-23 Thread Erik de Bruin
These last several commits were basically trail and error, so your 'guess' is as good as mine ;-) EdB On Mon, Sep 23, 2013 at 7:06 PM, Alex Harui wrote: > Nevermind, I guess you need to do that for the AIR-related SWCs? > > -Alex > > On 9/23/13 9:51 AM, "Alex Harui" wrote: > >>I believe that

Re: [Falcon] SDK SWC tests

2013-09-23 Thread Erik de Bruin
I agree. I'll try to be patient while the compiler is taught how to deal with these use cases ;-) EdB On Mon, Sep 23, 2013 at 8:30 PM, Alex Harui wrote: > > > On 9/23/13 11:06 AM, "Erik de Bruin" wrote: > >>#2: is not working with Falcon. This seems to be the only one of it's >>kind, I've not

Re: [WIKI] edit privileges

2013-09-23 Thread Alex Harui
OK, give it a try. On 9/23/13 10:07 AM, "Stephan Plath" wrote: >Am 23.09.2013 18:32, schrieb Alex Harui: > >>> I'd like to get edit privileges for the Wiki. >> Hit the "Sign up" button at the login screen and create an account, then >> let us know what your account name is. >> >> -Alex > >"Steph

RE: Building an AIR library with Maven

2013-09-23 Thread Frédéric THOMAS
> it's the kind of information that should be publicized a bit more Yes, I guess so, especially because it exposes AIR maven modules for locales, themes, UI lib, SWF Host project and AIR itself indeed (plus it makes usage of SQLite and NativeProcess). I don't know where it could be more public

RE: Building an AIR library with Maven

2013-09-23 Thread Frédéric THOMAS
Updated the pom.xml, done ! -Message d'origine- De : Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Envoyé : lundi 23 septembre 2013 19:54 À : dev@flex.apache.org Objet : RE: Building an AIR library with Maven Hi, I assumed you meant FU 4.1, what you can do as well is set the ADT ${ai

Re: [Falcon] SDK SWC tests

2013-09-23 Thread Alex Harui
On 9/23/13 11:06 AM, "Erik de Bruin" wrote: >#2: is not working with Falcon. This seems to be the only one of it's >kind, I've not encountered this error in any of the other SDK SWCs. > >#3: again, if there are other instances of this pattern, this is the >only one in which it is not working Th

RE: Building an AIR library with Maven

2013-09-23 Thread alebianco
Thanks Frédéric, yes I ment FU 4.1.0 of course. I mistyped it on the post but it's correct on the pom. I didn't come across your repo during my researches this weekend, it could have saved me some headaches probably :) it's the kind of information that should be publicized a bit more I think, espe

Re: App icon bug with ios 7

2013-09-23 Thread OmPrakash Muppirala
On Mon, Sep 23, 2013 at 9:39 AM, Nick Collins wrote: > This is probably more of an AIR SDK issue than a Flex SDK issue. Adobe is > adding iOS 7 support to AIR 3.9. > To add to that, this is probably the best place to raise this issue [1] [1] http://forums.adobe.com/community/labs/flashruntimes/

Re: [Falcon] SDK SWC tests

2013-09-23 Thread Alex Harui
If you want to learn more about Falcon, these might be good places to start. If you set up a Junit test or small test case for a working version, you can follow the code and then compare to the non-working version. -Alex On 9/23/13 11:43 AM, "Erik de Bruin" wrote: >I agree. I'll try to be pat

Re: git commit: [flex-falcon] [refs/heads/develop] - FLEX-33713: An NPE is thrown by this code when compiling 'spark.swc' from the SDK. The null check bypasses the issue, it doesn't do anything to fix

2013-09-23 Thread Alex Harui
Hmm. Seems like methodBodyVisitor is needed to complete the codegen for the static initializer. Instead of a null check, a call to getMethodBodyVisitor() might be the right answer, but a simple test case that verifies correct codegen would be helpful. There might be something unique to TextFlowU

Re: App icon bug with ios 7

2013-09-23 Thread Nick Collins
This is probably more of an AIR SDK issue than a Flex SDK issue. Adobe is adding iOS 7 support to AIR 3.9. On Mon, Sep 23, 2013 at 7:39 AM, Rami Tarabay wrote: > Hi, > > I'm facing an issue with iOS 7. When clicking on the app icon, iOS makes my > app icon fit the screen size of iPhone 5 then i

RE: Building an AIR library with Maven

2013-09-23 Thread Frédéric THOMAS
Hi, I assumed you meant FU 4.1, what you can do as well is set the ADT ${air.version} dep in the FM deps, you can have a look at my repo for a complete air mavenized app (I will update the pom.xml in few hours to reflect the last changes introduced by the new artifact versions): https://github.co

RE: Missing emails?

2013-09-23 Thread Kessler CTR Mark J
BTW if you have a rule setup in your Gmail to filter these messages, there is a checkbox that says don't send to spam folder in the filter options. -Mark -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash Muppirala Sent: Monday, September 23, 20

Re: [Falcon] SDK SWC tests

2013-09-23 Thread Erik de Bruin
This is my full Eclipse Console output for the above errors: Error: Could not find source for class mx.messaging.channels.RTMPChannel in namespace library://ns.adobe.com/flex/spark. Error: Could not find source for class mx.data.mxml.DataService in namespace library://ns.adobe.com/flex/spark.

RE: Next release of Apache Flex

2013-09-23 Thread Jack Yu
Hi Justin, we use mx:DG, and have tried on flex 4.10 The issue we have is that there are a large amount of cells in datagrid, over 1,000, and there are a lot of metadata associated with each cell, like display color, font style, number format, borders, alignments, etc... in a single threaded re

RE: Next release of Apache Flex

2013-09-23 Thread OmPrakash Muppirala
On Sep 23, 2013 6:47 PM, "Jack Yu" wrote: > > Hi Justin, > > we use mx:DG, and have tried on flex 4.10 > > The issue we have is that there are a large amount of cells in datagrid, > over 1,000, and there are a lot of metadata associated with each cell, like > display color, font style, number form

Re: Next release of Apache Flex

2013-09-23 Thread Justin Mclean
Hi, > we use mx:DG, and have tried on flex 4.10 There have been some performance enhancements since then. There was an issue with calculating length via temporary arrays, than would then be CGed (and cause a slow down in DG with a large number of columns), this fix would probably help you. > i

Re: Next release of Apache Flex

2013-09-23 Thread Flexicious.com
You should really create a test case and post on the mailing list. If you look at our website http://www.flexicious.com/Home/DemoFlex4 we've done a lot of work on this arena, and almost always have been able to get acceptable performance out of the mx DataGrid or our Flexicious Ultimate Datagrid b

[OT] Future of plugins on Chrome

2013-09-23 Thread Justin Mclean
Hi, Interesting read: http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html Basically NPAPI is going to be removed from Chrome over the next year or so, this will effect plugins like Java, Sliverlight, Unity etc etc, but the Flash Player will be unaffected. Thanks, Justi

RE: Next release of Apache Flex

2013-09-23 Thread Jack Yu
there is demo site for the mx:DG implementation on a spreadsheet application. https://app.appcomputing.com/demo.html after login, click the Spreadsheet link on the top right hand corner of the screen. in the spreadsheet, the scroll bar scroll is not fast enough, and use arrow key to move cell se

RE: Next release of Apache Flex

2013-09-23 Thread Jack Yu
is the fix you mentioned in 4.10? or it is in development git? We love to give it a try on the new fix. Please advise where we can get the latest fix on this. the off screen cells are not rendered. the performance issue is more on scrolling, and move cell selection by keyboard arrow key... the mx

Re: Next release of Apache Flex

2013-09-23 Thread Justin Mclean
Hi, > any suggestion how we can improve this? It would be best to provide some code sample or a Scout profile file without seeing ether of those I would only be guessing. Justin

Re: Next release of Apache Flex

2013-09-23 Thread Justin Mclean
Hi, > is the fix you mentioned in 4.10? No. > or it is in development git? There have been several speed improvements made to the DG in the development branch after 4.10 has been released. > We love to give it a try on the new fix. Please advise where we can get the > latest fix on this. Eithe

Re: [jira] [Assigned] (FLEX-33775) GridColumnHeaderGroupLayout.as is missing in apache flex 4.10

2013-09-23 Thread Alex Harui
Check SVN History. It may have been replaced by GridHeaderViewLayout in order to support the locked rows/columns. On 9/23/13 9:46 PM, "Justin Mclean (JIRA)" wrote: > > [ >https://issues.apache.org/jira/browse/FLEX-33775?page=com.atlassian.jira.p >lugin.system.issuetabpanels:all-tabpanel ]