Re: [3/3] git commit: [flex-falcon] [refs/heads/develop] - Don't bother emitting interface members. The way they were being emitted were causing warnings from the closure compiler

2013-12-04 Thread Erik de Bruin
The Closure Compiler uses the members of an interface to check if the interface is properly implemented. So, yes, I'd say we need the members emitted... EdB On Thu, Dec 5, 2013 at 7:12 AM, wrote: > Don't bother emitting interface members. The way they were being emitted > were causing warni

Re: flex-sdk_mustella-mobile - Build # 417 - Successful!

2013-12-04 Thread OmPrakash Muppirala
On Wed, Dec 4, 2013 at 7:48 PM, wrote: > flex-sdk_mustella-mobile - Build # 417 - Successful: > > flex-mustella.cloudapp.net/job/flex-sdk_mustella-mobile/417/ > > Changes for Build #417 > > > Okay, looks like it took a while for the url change to go into effect. Thanks, Om

[FlexJS] some warnings while trying to use basic alert

2013-12-04 Thread Igor Costa
C:\Users\riacycle\Adobe Flash Builder 4.7\FlexParaJavascript\bin\js-debug\org\apache\flex\core\ValuesManager.js:40: WARNING - assignment to property valuesImpl of org.apache.flex.core.ValuesManager.prototype found : null required: function (this:org.apache.flex.core.ValuesManager): (null|org.apac

Re: flex-sdk_mustella - Build # 590 - Successful!

2013-12-04 Thread OmPrakash Muppirala
Here is the correct url: http:/flex-mustella.cloudapp.net/job/flex-sdk_mustella/590/ I will take a look at the job to see how to fix the url in the email. Thanks, Om On Dec 4, 2013 6:02 PM, wrote: > flex-sdk_mustella - Build # 590 - Successful: > > http://localhost:8080/job/flex-sdk_mustella/59

Re: TLF Tables

2013-12-04 Thread Alex Harui
On 12/4/13 2:28 PM, "Harbs" wrote: >It does seem that the table elements were styled after html tables. >That's where the column groups and table body elements come in: >http://www.w3schools.com/tags/tag_colgroup.asp >http://www.w3schools.com/tags/tag_tbody.asp > >I think too much effort was ma

Re: TLF Tables

2013-12-04 Thread Harbs
It does seem that the table elements were styled after html tables. That's where the column groups and table body elements come in: http://www.w3schools.com/tags/tag_colgroup.asp http://www.w3schools.com/tags/tag_tbody.asp I think too much effort was made to style TLF after html… On Dec 5, 2013,

Re: TLF Tables

2013-12-04 Thread Harbs
On Dec 4, 2013, at 7:29 PM, Alex Harui wrote: > > > On 12/4/13 6:40 AM, "Harbs" wrote: > >> I didn't explain myself very well here. >> >> My point is that TLF elements inherit from their parents and we'd get >> that inheritance from the rows for free if cells are children of rows. > Yup, so

Re: [DISCUSS] Apache Flex future Architecture

2013-12-04 Thread Igor Costa
Sorry for that, my mistake. I always forget that attachment is removed. Here the link https://www.dropbox.com/sh/5myjp1x25hlrkug/tjX6ZmCItv Feel free to give any feedback. Igor Costa www.igorcosta.com www.igorcosta.org On Wed, Dec 4, 2013 at 6:58 PM, Justin Mc

Re: [DISCUSS] Apache Flex future Architecture

2013-12-04 Thread Justin Mclean
Hi, Attachments get stripping from the mailing list - any change you can provide a link to the files. Thanks, Justin

[DISCUSS] Apache Flex future Architecture

2013-12-04 Thread Igor Costa
Hello Folks Right now I'm writing a big post in 'portuguese' based on our draft report of 2013 for portuguese readers and whiling producing this post I came up with some artwork done in Fireworks. 360|Flex is right on the corner and for those who want to use in slides and presos. Here are some,

Re: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Erik de Bruin
Azure account data is in your Inbox. EdB On Wed, Dec 4, 2013 at 7:08 PM, OmPrakash Muppirala wrote: > On Wed, Dec 4, 2013 at 9:45 AM, Erik de Bruin wrote: > >> This would all be much easier if someone could find the time to >> securely expose the VM to the outside world... Exposing it is easy

Re: SharedLibrary not works with SDK 4.11

2013-12-04 Thread Alex Harui
Couple of things: 1) Regarding size differences for a simple module with RSL or static linking, I suspect the difference is that the static version doesn't have RSL management code injected into it. But in a more complex module that uses framework classes not used by the main app, the module must

RE: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Maurice Amsellem
Done (switched off log attachement). Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mercredi 4 décembre 2013 18:41 À : dev@flex.apache.org Objet : Re: flex-sdk_mustella - Build # 589 - Fixed! I think you'll have to turn it off. 500KB attachments in the

Re: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread OmPrakash Muppirala
On Wed, Dec 4, 2013 at 9:45 AM, Erik de Bruin wrote: > This would all be much easier if someone could find the time to > securely expose the VM to the outside world... Exposing it is easy, > even I can do that. But I'm also sure that I can't do it properly, > i.e. securely, at least not in the ti

Re: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Erik de Bruin
This would all be much easier if someone could find the time to securely expose the VM to the outside world... Exposing it is easy, even I can do that. But I'm also sure that I can't do it properly, i.e. securely, at least not in the time I have available right now. We don't want to host the world

Re: flex-sdk_mustella-mobile - Build # 416 - Successful!

2013-12-04 Thread Erik de Bruin
We don't need to get emails for the successful builds, please. There are (on a good day) around 6 builds a day; way too many emails. Is it possible to send only failure builds and one email upon a success after failure(s)? EdB On Wed, Dec 4, 2013 at 6:17 PM, wrote: > flex-sdk_mustella-mobile

Re: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Alex Harui
I think you'll have to turn it off. 500KB attachments in the archives is probably not going to make folks happy. Can we revisit the idea of checking in the log files into SVN or Git? And maybe clean out old ones after 10 days or so? Thanks, -Alex On 12/4/13 8:01 AM, "Maurice Amsellem" wrote:

Re: TLF Tables

2013-12-04 Thread Alex Harui
On 12/4/13 6:40 AM, "Harbs" wrote: >I didn't explain myself very well here. > >My point is that TLF elements inherit from their parents and we'd get >that inheritance from the rows for free if cells are children of rows. Yup, so if you set background color on the row it should cover the margins

RE: SharedLibrary not works with SDK 4.11

2013-12-04 Thread David Coleman
First I made a simple application which you can see at: https://github.com/davidcoleman007/AppWithOptimizedModules First, I tested WITHOUT referencing the module, just compiling with an application and a module, but not actually referencing the module in the application. I ran a grid of the

Re: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Tom Chiverton
Oh, sorry, I thought we were talking about https://builds.apache.org/job/flex-sdk/452/console Tom On 04/12/2013 16:14, Maurice Amsellem wrote: Yes, but mustella jenkins can be accessed only through RDP, and there is only one connection available at a time. Maurice -Message d'origine---

RE: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Maurice Amsellem
Yes, but mustella jenkins can be accessed only through RDP, and there is only one connection available at a time. Maurice -Message d'origine- De : Tom Chiverton [mailto:t...@extravision.com] Envoyé : mercredi 4 décembre 2013 17:08 À : dev@flex.apache.org Objet : Re: flex-sdk_mustella

Re: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Tom Chiverton
On 04/12/2013 15:59, Kessler CTR Mark J wrote: That could work. Our exchange server stripped the zip attachment. Aren't the log files on Jenkins, for people who have to put up with mail servers like that ? Tom

RE: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Maurice Amsellem
We already have results.txt / failures.txt in the email body (last 250 lines of build log, could be increased). The problem is that it does not always contain enough information to understand the error *cause*, which is in the log details. Usually, you have to replay the mustella test to get th

RE: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Kessler CTR Mark J
That could work. Our exchange server stripped the zip attachment. -Original Message- From: Erik de Bruin [mailto:e...@ixsoftware.nl] Sent: Wednesday, December 04, 2013 10:55 AM To: dev@flex.apache.org Subject: Re: flex-sdk_mustella - Build # 589 - Fixed! Maybe we can just attach "result

Re: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Erik de Bruin
Maybe we can just attach "results.txt" in case of a failure. That may be easier on the firewalls/spam filters and it should contain all the information needed to identify errors. EdB On Wed, Dec 4, 2013 at 4:52 PM, Maurice Amsellem wrote: > I will change the configuration tonight so that zip

RE: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Maurice Amsellem
I will change the configuration tonight so that zip log is sent only upon failures. (This require having standard mail for regular build and ext-mail for failures). Unless you have another proposition. Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.c

RE: flex-sdk_mustella - Build # 589 - Fixed!

2013-12-04 Thread Maurice Amsellem
Hi, I didn't realize that flex-sdk_mustella log file is 10MB uncompressed. So even with a excellent 20:1 compression ratio, that is still 500KB zip file! Maurice -Message d'origine- De : flex.muste...@gmail.com [mailto:flex.muste...@gmail.com] Envoyé : mercredi 4 décembre 2013 16:31 À 

Re: TLF Tables

2013-12-04 Thread Harbs
I didn't explain myself very well here. My point is that TLF elements inherit from their parents and we'd get that inheritance from the rows for free if cells are children of rows. On Dec 4, 2013, at 4:38 PM, Harbs wrote: > If anything table/row/cell gives more flexibility.

Re: TLF Tables

2013-12-04 Thread Harbs
Whether rows/columns exist or not is a bit of an esoteric question. I don't see table/cell helping with formatting. If anything table/row/cell gives more flexibility. There's no reason why you can't set the the cell border on the cell level using either system. If there's three levels, you could

RE: TLF Tables

2013-12-04 Thread Maurice Amsellem
On the other hand, HTML has row-level styling / compositing. So it might be easier to work internally with rows/cells rather than cells directly. IMO, not supporting vertically joined cells is acceptable. Maurice -Message d'origine- De : Avi Kessner [mailto:akess...@gmail.com] Env

RE: TLF Tables

2013-12-04 Thread Maurice Amsellem
Joined cells also exist in HTML ( colspan and rowspan). Can you check how it is implemented in open-source HTML renderers ? Maybe that would help... Maurice -Message d'origine- De : Avi Kessner [mailto:akess...@gmail.com] Envoyé : mercredi 4 décembre 2013 14:33 À : dev@flex.apache.org O

RE: Search in ADG

2013-12-04 Thread Maurice Amsellem
I just did the test with 70 columns, and the ADG scrolls correctly, until the last column, whether manually by playing with the scrollbar, or programmatically. Can you scroll to the last column using the horizontal scrollbar , or does it stop to 1/3 of columns ? Can you try with fewer columns (

Re: TLF Tables

2013-12-04 Thread Avi Kessner
I would vote for table/cells I think it more accurately describes a table. This way you could also more easily set the borders of cells like excell does. IMO rows and columns don't actually exist, they are just a coordinate system to locate a cell. On Dec 4, 2013 2:42 PM, "Harbs" wrote: > There'

Re: Search in ADG

2013-12-04 Thread Oleg Konovalov
Maurice, I did try adg.horizontalScrollPolicy="on" and adg.horizontalScrollPosition= - did not do a trick. And that adg.horizontalScrollPolicy="on" or "auto" only allowed me to scroll about 1/3 of columns, the rest is not visible. On Wed, Dec 4, 2013 at 2:48 AM, Maurice Amsellem < maurice.ams

Re: TLF Tables

2013-12-04 Thread Harbs
There's one more issue I'm struggling with: The way the elements were implemented is that rows are nested inside tables and cells are inside rows. Table columns are not directly connected to cells -- they are really just there to compute the position. This makes sense in the way that the tables

Re: Build failed in Jenkins: flex-asjs #21

2013-12-04 Thread Erik de Bruin
Don't Panic! Because Flex-SDK build fails, all dependant jobs also fail. I'm 'on the phone' with builds@a.o to see what's up with the flex-sdk job. EdB On Wed, Dec 4, 2013 at 11:19 AM, Apache Jenkins Server wrote: > See > > --

Re: Build failed in Jenkins: flex-sdk #454

2013-12-04 Thread OmPrakash Muppirala
I remember seeing this error when I was setting up my own VM. But was not able to repro the issue on your VM or on Apache builds machine. I an guessing that something in the environment has changed. Perhaps some updates were made to the machine recently? Thanks, Om On Dec 4, 2013 12:13 AM, "Eri

RE: Updating Mustella jenkins VM

2013-12-04 Thread Maurice Amsellem
I have released it. -Message d'origine- De : Erik de Bruin [mailto:e...@ixsoftware.nl] Envoyé : mercredi 4 décembre 2013 08:56 À : dev@flex.apache.org Objet : Re: Updating Mustella jenkins VM Can I "have" the VM now? I'd like to check some things and take a look at the new configuration

Re: Build failed in Jenkins: flex-sdk #454

2013-12-04 Thread Erik de Bruin
Hi, Anyone any clue why Pixelbender might all of a sudden stop working? pixelbender-compile: [exec] ERROR: AIF Internal exception [exec] Result: 1 I've asked the nice folks at builds@a.o if the Pixelbender installation is still intact. EdB On Wed, Dec 4, 2013 at 9:02 AM, Apache Jen