Re: [FALCON] Parity with MXMLC

2013-09-11 Thread BorekB
In my opinion, function-binding is a must, XML would be hard to impossible to support as you noted and a compiler warning sounds like a good suggestion, and as for repeaters, I would drop the support for them. It was a weird feature even with MXML compiler (had some strange limitations). --

Flash Builder 4.6 with Apache Flex 4.10 release build

2013-09-11 Thread Alessandro Palombaro
Does anyone know how to setup Flash Builder 4.6 to properly jump to Flex source files when hitting F3 (open declaration) on a class reference? It seems I can jump to classes that existed in older versions (most of the time it jumps to the wrong line in the class but still opens the source file)

Re: [Falcon]

2013-09-11 Thread Erik de Bruin
Prefixing the path with a forward slash works for the 'classic' mxmlc. Using 'classic' I can now compile my project from the command line. EdB On Fri, Sep 6, 2013 at 5:49 PM, Alex Harui aha...@adobe.com wrote: I assume this SWF compiles via other means like as an FB project? FB seems to do

Re: [Falcon]

2013-09-11 Thread Erik de Bruin
On Fri, Sep 6, 2013 at 5:21 PM, Cyrill Zadra cyrill.za...@gmail.com wrote: For this I already raised a JIRA - https://issues.apache.org/jira/browse/FLEX-33716 This looks to be the only issue that is between me and being able to successfully compile a large AIR project using Falcon. Any chance

Re: [?Falcon?] AdvandedDataGrid error

2013-09-11 Thread John Cunliffe
Erik, I don't wanna know, how many nightmares the ADG has caused already now. ;) @YourQuestion Don't know, but seems highly likely, unless this is meant as: *columnIndicator = rowIndicators[columnIndex];* *if (rowIndicators ( columnIndicator != null ))* Also, I'm working my way through your

Re: [?Falcon?] AdvandedDataGrid error

2013-09-11 Thread Justin Mclean
Hi, This seems to be a valid error the should be fixed in the SDK, correct? Looks like valid code to me, not that I (or I guess many people) would write that way. Note that the variable is defined in the line above. Justin

Re: [?Falcon?] AdvandedDataGrid error

2013-09-11 Thread Carlos Velasco
I think it is good the compiler marking that situation as a warning, as it might produce unexpected results though the code could properly run in a machine... 2013/9/11 Justin Mclean jus...@classsoftware.com Hi, This seems to be a valid error the should be fixed in the SDK, correct? Looks

Re: [?Falcon?] AdvandedDataGrid error

2013-09-11 Thread Erik de Bruin
What would the assignment - columnIndicator = rowIndicators[columnIndex] - resolve to, in the context of the if-statement it's embedded in? EdB On Wed, Sep 11, 2013 at 3:30 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, This seems to be a valid error the should be fixed in the SDK,

Re: [?Falcon?] AdvandedDataGrid error

2013-09-11 Thread John Cunliffe
columnIndicator != null Did my previous mail not make it? On Wed, Sep 11, 2013 at 3:47 PM, Erik de Bruin e...@ixsoftware.nl wrote: columnIndicator

Re: [?Falcon?] AdvandedDataGrid error

2013-09-11 Thread Erik de Bruin
Yes, I did miss that. I think we're getting a bit off topic (Falcon), but I'm curious and looked into this a bit further. It looks like the assignment resolves to 'undefined' if the second part is null, NOT to boolean false. But the result seems to be the same, so I am stopping now. It's all

Re: Flash Builder 4.6 with Apache Flex 4.10 release build

2013-09-11 Thread Alex Harui
You should be able to go to Project Properties/Build Paths/Library Paths Expand the SDK and you should see all SWCs, expand a SWC and you should be able to set a source attachment for it. On 9/11/13 1:31 AM, Alessandro Palombaro alexpalomb...@gmail.com wrote: Does anyone know how to setup Flash

Re: git commit: [flex-asjs] [refs/heads/develop] - Changed property name from url to source to be compatible with Flex and HTML.

2013-09-11 Thread OmPrakash Muppirala
IImageModel should perhaps define the getter/setter for sources as: function get source():Object; function set source(value:Object):void; instead of: function get source():String; function set source(value:String):void; In the Flash based implementation, we need to have the option of setting a

Re: git commit: [flex-asjs] [refs/heads/develop] - Changed property name from url to source to be compatible with Flex and HTML.

2013-09-11 Thread Alex Harui
On 9/11/13 11:08 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Wed, Sep 11, 2013 at 10:58 AM, Alex Harui aha...@adobe.com wrote: Maybe, or in FlexJS, where we don't try to make a one-size-fits-all component, there will be a separate component called EmbeddedImage. I had a usecase

Re: git commit: [flex-asjs] [refs/heads/develop] - Changed property name from url to source to be compatible with Flex and HTML.

2013-09-11 Thread Alex Harui
Maybe, or in FlexJS, where we don't try to make a one-size-fits-all component, there will be a separate component called EmbeddedImage. FWIW, most usage of embedded images in Flex via Image/SWFLoader was a waste of memory. A much lighterweight class is possible. For FlexJS, embedded images on

Re: Mustella question

2013-09-11 Thread Alex Harui
The Marshall Plan tests load up child SWFs that are compiled in the precompile.sh and other .sh files in the Marshall Plan folder. I've seen those compiles fail but the error isn't reported so the tests run and can't find the child SWF. There should be a .log file next to the .sh files that

Re: git commit: [flex-asjs] [refs/heads/develop] - Changed property name from url to source to be compatible with Flex and HTML.

2013-09-11 Thread OmPrakash Muppirala
On Wed, Sep 11, 2013 at 10:58 AM, Alex Harui aha...@adobe.com wrote: Maybe, or in FlexJS, where we don't try to make a one-size-fits-all component, there will be a separate component called EmbeddedImage. I had a usecase in the past where I grab an bitmap data from the hard disk and while it

FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry()

2013-09-11 Thread mscharp
Hi All - I'm hoping I'm posting this in the correct space. I've seen Chris Dutz around here and since Marvin shut down the old FM group, this looks like the best place for my questions. Anyway - I'm currently working on updating our large flex project(s) from FM 4.2-beta to FM 6.1.0. I've

multi threaded for datagrid component rendering

2013-09-11 Thread Jack Yu
Hi, the new flash player 11.8 can support multi threaded. in the datagrid, can the cell rendering take the advantage of multi threaded in flash player? meaning if there are 100 rows, 100 columns, can the datagrid to use 2 or 4 threads to render all the 1000 cells in multiple concurrent threads?

Re: Mustella question

2013-09-11 Thread Alex Harui
This test: MarshallPlan/ManagerTests/MP_NestedSWF_FocusManager_Tests id=NestedSWF_FocusManager_Tab_fromLocalhost says it times out waiting for topSWF. Take a look at the test to see which SWF it is waiting for and make sure that SWF is compiled. Then I think you'll have to debug into it to see

Re: multi threaded for datagrid component rendering

2013-09-11 Thread Alex Harui
Yes, but not sure that will actually save you time. On 9/11/13 12:16 PM, Avi Kessner akess...@gmail.com wrote: Shouldn't we be able to send layout calculations to the workers and have them return the final data for the renderer? On 11 Sep 2013 22:11, Alex Harui aha...@adobe.com wrote: On

Re: multi threaded for datagrid component rendering

2013-09-11 Thread Avi Kessner
Shouldn't we be able to send layout calculations to the workers and have them return the final data for the renderer? On 11 Sep 2013 22:11, Alex Harui aha...@adobe.com wrote: On 9/11/13 11:51 AM, Jack Yu j...@appcomputing.com wrote: possible we can have 2 or more thread inside the main

Re: git commit: [flex-asjs] [refs/heads/develop] - Changed property name from url to source to be compatible with Flex and HTML.

2013-09-11 Thread OmPrakash Muppirala
Looks like creating a new model would be the way to go then. I am only concerned about having to create a new interface/class heirarchy because only one function's (source, in this case) signature is incompatible. I saw something about function overloading somewhere. If we get around to doing

RE: Mustella question

2013-09-11 Thread Frédéric THOMAS
The pre_compile.sh.38.log doesn't say so much though: Removing previously compiled files... Compiling sub application SWFs... Loading configuration file F:\sources\apache\flex\sdk\frameworks\flex-config.xml F:\sources\apache\flex\sdk\mustella\tests\MarshallPlan\SWFs\assets\simpleFor ms.swf

RE: Mustella question

2013-09-11 Thread Frédéric THOMAS
I didn't see any more localization errors but TypeErrors like this one [1] and lot of warnings Erreur de demande d'envoi HTTP (error sending HTTP request), I don't know where's that come from looking at the code though. -Fred [1] Hello from excludes at: Tue Sep 10 20:48:31 GMT+0200 2013

Re: multi threaded for datagrid component rendering

2013-09-11 Thread Alex Harui
On 9/11/13 11:51 AM, Jack Yu j...@appcomputing.com wrote: possible we can have 2 or more thread inside the main rendering? so that it doesn't share with other workers, but has multiple workers inside the datagrid rendering AFAIK, there is only one rendering thread. Often, the best thing to do

Re: git commit: [flex-asjs] [refs/heads/develop] - Changed property name from url to source to be compatible with Flex and HTML.

2013-09-11 Thread Peter Ent
I started with the source being Object but then I realized it might not make any sense on the JavaScript side so I made it a String. If someone wanted to load in a SWF, it would make the app unusable on the JavaScript side, so I would think they would change the beads or there would be a

Re: multi threaded for datagrid component rendering

2013-09-11 Thread Jonathan Campos
On Wed, Sep 11, 2013 at 2:20 PM, Alex Harui aha...@adobe.com wrote: Yes, but not sure that will actually save you time. As someone that has also tackled the 100+ (onscreen) rows and 100+ columns I can tell you that the best fix was to focus heavily on the itemRenderers. Also if you can make it

Re: Flex 4.10 with Adobe AIR 3.8 not working smooth

2013-09-11 Thread Randy Troppmann
Igor, For this app https://itunes.apple.com/ca/app/jolifoto/id574204502 I used 4.7 and Starling/Feathers and working with BitmapData was ok. I hope that helps ... sorry if I answered the wrong answer. - Randy On 2013-09-11, at 1:49 PM, Igor Costa igorco...@gmail.com wrote: Hi there guys

AW: FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry()

2013-09-11 Thread christofer.d...@c-ware.de
Hi Michael, building FM is a beast ... This is mainly because it's backward compatible with almost all FDKs available. Unfortunately you need all of them in the Testsuite. But I guess that you usually don't need the testharnes to run. Especially this is guaranteed to fail when building FM with

Re: Flex 4.10 with Adobe AIR 3.8 not working smooth

2013-09-11 Thread Igor Costa
Hey there Randy. Thanks for feedback, I really appreciate, but let me ask you did you use the latest 4.10 SDK and AIR 3.8 on FB 4.7? If so, can you test the package that I sent? Best Regards Igor Costa www.igorcosta.com www.igorcosta.org On Wed, Sep 11, 2013 at

Re: [Falcon]

2013-09-11 Thread Alex Harui
I might have time. You sure you don't want to try to fix it yourself? -Alex On 9/11/13 5:36 AM, Erik de Bruin e...@ixsoftware.nl wrote: On Fri, Sep 6, 2013 at 5:21 PM, Cyrill Zadra cyrill.za...@gmail.com wrote: For this I already raised a JIRA -

RE: multi threaded for datagrid component rendering

2013-09-11 Thread Jack Yu
possible we can have 2 or more thread inside the main rendering? so that it doesn't share with other workers, but has multiple workers inside the datagrid rendering Thanks Jack -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, September 11, 2013 11:43 AM To:

Re: [Falcon]

2013-09-11 Thread Darrell Loverin
Hard to tell how hard of a fix that bug might be. -Darrell On 9/11/13 2:49 PM, Alex Harui aha...@adobe.com wrote: I might have time. You sure you don't want to try to fix it yourself? -Alex On 9/11/13 5:36 AM, Erik de Bruin e...@ixsoftware.nl wrote: On Fri, Sep 6, 2013 at 5:21 PM, Cyrill

Flex 4.10 with Adobe AIR 3.8 not working smooth

2013-09-11 Thread Igor Costa
Hi there guys Just a rumble question, does you guys tried to compile a simple Flex AIR app using BitmapData with latest SDK release with Flash Builder 4.7? Turns out that very strange behavior that apps when launches will take few seconds and freezes and unload the Main swf file. I need help

RE: Flex 4.10 with Adobe AIR 3.8 not working smooth

2013-09-11 Thread Sugan Naicker
HI, I did a test on FB4.6 / SDK 4.10 / Air 3.8 and got the same error when I clicked on Print PDF. Debug shows img.bitmapData = NULL on the following line : var cover:BitmapData = img.bitmapData; I assume this then triggered the ...a null object reference error. Regards, Sugan Naicker

Re: Flex 4.10 with Adobe AIR 3.8 not working smooth

2013-09-11 Thread Randy Troppmann
Oops Igor... no I didn't. Should know you are much more on the edge than I am at the moment :) I would like to try that out but I can't promise to come back quickly. I used FP 4.7 with AIR 3.6 and with 4.6 SDK ... - Randy On Wed, Sep 11, 2013 at 2:34 PM, Igor Costa igorco...@gmail.com wrote:

Re: Flex 4.10 with Adobe AIR 3.8 not working smooth

2013-09-11 Thread OmPrakash Muppirala
On Wed, Sep 11, 2013 at 1:34 PM, Igor Costa igorco...@gmail.com wrote: Hey there Randy. Thanks for feedback, I really appreciate, but let me ask you did you use the latest 4.10 SDK and AIR 3.8 on FB 4.7? If so, can you test the package that I sent? Tested with 4.10 SDK with AIR 3.8 on FB

Re: Flex 4.10 with Adobe AIR 3.8 not working smooth

2013-09-11 Thread Igor Costa
Thanks, Om, Sugan, Randy for feedback. Turns out that I still have the problem, I will see the log on Flash Builder generating. The RTE is expected, forced to see if does reproduce on yours side. I need to investigate further. Igor Costa www.igorcosta.com

Re: Flash Builder 4.6 with Apache Flex 4.10 release build

2013-09-11 Thread Alessandro Palombaro
Thanks Alex! Do you know why some of the swcs have their source attachments automatically setup correctly and some others don't? Is it FB doing its own thing or is there somewhere in the SDK these links are defined? On Wed, Sep 11, 2013 at 10:51 PM, Alex Harui aha...@adobe.com wrote: You

Re: FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry()

2013-09-11 Thread Justin Mclean
Hi, This is because we don't have any signed RSLs (SWZ Files). Why do you need signed files? Apache Flex does come with RSLs they are just not signed. Thanks, Justin

Re: Flash Builder 4.6 with Apache Flex 4.10 release build

2013-09-11 Thread Alex Harui
On 9/11/13 4:50 PM, Alessandro Palombaro alexpalomb...@gmail.com wrote: Thanks Alex! Do you know why some of the swcs have their source attachments automatically setup correctly and some others don't? Is it FB doing its own thing or is there somewhere in the SDK these links are defined? I have