Re: git commit: [flex-sdk] [refs/heads/FLEX-34283] - Now XMLListCollection behaves closer to be expected -- does not update parent from updated XMLList. I guess it should be debated wether it should..

2014-06-09 Thread Nicholas Kwiatkowski
Have we been getting cleans passes of Mustella yet? I've got a few changes I have been working on in another branch that I want to merge in if we are.. -Nick On Fri, Jun 6, 2014 at 8:01 PM, Alex Harui aha...@adobe.com wrote: I think I understand. IMO, it still feels worth it to me to

[Rumor]Adobe will announce something big about Flash Pro on 2014-06-18

2014-06-09 Thread DarkStone
Hi everyone, Just heard a rumor saying Adobe will announce something big about Flash Pro on 2014-06-18. Me and my fellows are talking about it, some said Flash Pro would combine with Edge to create H5 animations, well who knows. Anyone has any ideas? DarkStone 2014-06-09 -- View this

Re: git commit: [flex-sdk] [refs/heads/FLEX-34283] - Now XMLListCollection behaves closer to be expected -- does not update parent from updated XMLList. I guess it should be debated wether it should..

2014-06-09 Thread Stephan Plath
I don't have some insight into the issues of XMLListCollection, but after reading this discussion I think it might be reasonable to create a new class like XMLListCollection2 with the improved or mutated behaviour. Stephan Am 09.06.2014 13:32, schrieb Nicholas Kwiatkowski: Have we been

Re: [Rumor]Adobe will announce something big about Flash Pro on 2014-06-18

2014-06-09 Thread Jeffry Houser
There have been threads floating around about some big Flash related announcement coming. One I saw said that this would knock the socks off iOS devs. As best I can tell, the people talking about this are just stirring up the rumor mill. 6-18 is the date of the next version of Creative

Re: git commit: [flex-sdk] [refs/heads/FLEX-34283] - Now XMLListCollection behaves closer to be expected -- does not update parent from updated XMLList. I guess it should be debated wether it should..

2014-06-09 Thread Erik de Bruin
Nope, the unstable runs cause the entire Jenkins/Java/Apache stack to crumble every few days. I was away from computer for a few days, but there were no runs successful and I just logged in to the VM only to see a huge Java RTE dialog up. Rebooting as we speak, let's see what happens then. EdB

Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-34222 fix selection reverting to previous typed values when second value (not in list) is entered

2014-06-09 Thread Erik de Bruin
Bump... EdB On Thu, Jun 5, 2014 at 9:56 AM, Erik de Bruin e...@ixsoftware.nl wrote: -1 (binding) I'm vetoing this commit because it is causing the following (sets of) Mustella tests to fail: - gumbo/components/ComboBox/Properties/ComboBox_Properties_UserInput (aharui: The ComboBox

Re: [1/2] git commit: [flex-sdk] [refs/heads/develop] - Fix for issue FLEX-34320

2014-06-09 Thread Erik de Bruin
Bump... EdB On Thu, Jun 5, 2014 at 9:53 AM, Erik de Bruin e...@ixsoftware.nl wrote: -1 (binding) I'm vetoing this commit because it is causing the following (sets of) Mustella tests to fail: - LangPacks/Japanese/tests/runtimeErrorTests (aharui: The new logic around setting the

RE: [1/2] git commit: [flex-sdk] [refs/heads/develop] - Fix for issue FLEX-34320

2014-06-09 Thread Michael A. Labriola
Erik, Just kill my commit and I will resubmit it after I figure out the right compromise between the various opinions. Figuring out a solution that is acceptable to all involved is taking time. Mike From: Erik de Bruin [mailto:e...@ixsoftware.nl] Sent: Monday, June 09, 2014 9:42 AM To:

Re: [Rumor]Adobe will announce something big about Flash Pro on 2014-06-18

2014-06-09 Thread Gary Yang
Haven't heard much pop talk for a long time. On Mon, Jun 9, 2014 at 8:39 AM, Jeffry Houser jef...@dot-com-it.com wrote: There have been threads floating around about some big Flash related announcement coming. One I saw said that this would knock the socks off iOS devs. As best I can

Re: [1/2] git commit: [flex-sdk] [refs/heads/develop] - Fix for issue FLEX-34320

2014-06-09 Thread Erik de Bruin
Ah, did I make it sound like I know what I'm talking about? My bad ;-) However much I'd like to kill a commit (or commit a kill?), my very limited Git knowledge would surely bork the repo big time. Can you give me a pointer on how to safely handle this? EdB On Mon, Jun 9, 2014 at 4:13 PM,

RE: [1/2] git commit: [flex-sdk] [refs/heads/develop] - Fix for issue FLEX-34320

2014-06-09 Thread Michael A. Labriola
However much I'd like to kill a commit (or commit a kill?), my very limited Git knowledge would surely bork the repo big time. Can you give me a pointer on how to safely handle this? No worries. I should be able to take care of it today if you aren’t comfortable with it (and I don’t blame

Re: [1/2] git commit: [flex-sdk] [refs/heads/develop] - Fix for issue FLEX-34320

2014-06-09 Thread Alex Harui
Mike, I thought you were going to gamble that nobody was relying on old behavior and we would change the tests. Is there more to it than that? -Alex From: Michael A. Labriola labri...@digitalprimates.netmailto:labri...@digitalprimates.net Date: Monday, June 9, 2014 7:13 AM To: Erik de Bruin

Re: [Rumor]Adobe will announce something big about Flash Pro on 2014-06-18

2014-06-09 Thread Nick Collins
Psst... It is being rebranded as Edge Professional. ;-) On Mon, Jun 9, 2014 at 9:26 AM, Gary Yang flashflex...@gmail.com wrote: Haven't heard much pop talk for a long time. On Mon, Jun 9, 2014 at 8:39 AM, Jeffry Houser jef...@dot-com-it.com wrote: There have been threads floating

Re: TableElements as FlowLeafElement

2014-06-09 Thread Alex Harui
What is the leftArrow/rightArrow navigation model when Tables are involved? Also, in HTML, isn't a Table a block-level element? Are there other reasons for making it a leaf? Shouldn't Table be more like ParagraphElement? -Alex On 6/8/14 10:48 PM, Harbs harbs.li...@gmail.com wrote: My real

Re: TableElements as FlowLeafElement

2014-06-09 Thread Harbs
I have not yet implemented arrow navigation (beyond what was there originally), but here’s my plan: * When text outside the table is selected, arrow navigation would treat the entire table like a single atom (i.e. if the cursor is right before, a right arrow will move the cursor beyond the

Flex/AIR on-device debugging

2014-06-09 Thread Nick Collins
Hey guys, I'm posting this here because I'm not sure if this is an AIR SDK issue, and issue with the Flex SDK, or an issue perhaps with the way the installer overlays the two. This could also potentially be an IDE issue, though I'm not sure. The setup: • App is built using Flex 4.12.1 and AIR

Re: Flex/AIR on-device debugging

2014-06-09 Thread OmPrakash Muppirala
I see this exact behavior when I use the new -useLegacyAOT no custom compiler directive, so I stopped using it. Any chance that could be your problem? Thanks, Om On Mon, Jun 9, 2014 at 10:36 AM, Nick Collins ndcoll...@gmail.com wrote: Hey guys, I'm posting this here because I'm not sure if

Re: Flex/AIR on-device debugging

2014-06-09 Thread Nick Collins
Not unless IntelliJ is putting it in automatically for me. I don't have it set and I don't see it in the console as being one of the compiler options specified. On Mon, Jun 9, 2014 at 12:41 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: I see this exact behavior when I use the new

Re: Flex/AIR on-device debugging

2014-06-09 Thread OmPrakash Muppirala
Hmm, do you have a valid and current ios development certificate? I let mine expire and started seeing weird things. It was a couple of days before I realized that it had expired. Thanks, Om On Mon, Jun 9, 2014 at 10:54 AM, Nick Collins ndcoll...@gmail.com wrote: Not unless IntelliJ is

Re: Flex/AIR on-device debugging

2014-06-09 Thread Nick Collins
Yes, it doesn't expire until this coming December. On Mon, Jun 9, 2014 at 12:57 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Hmm, do you have a valid and current ios development certificate? I let mine expire and started seeing weird things. It was a couple of days before I realized

Re: TableElements as FlowLeafElement

2014-06-09 Thread Alex Harui
I'm not an HTML expert, but they seem to divide up their elements between those that default to inline and those that default to block. I think in TLF, SpanElement and InlineGraphicElement are inline and ParagraphElement is block. I haven't really thought through this, but one possible strategy

Re: TableElements as FlowLeafElement

2014-06-09 Thread Harbs
That’s pretty close to what I already did. Table composition is all working very well as each table cell acting as a separate TextFlow and container. Except extending InlineGraphicElement does not make sense. There’s a lot of code in there dealing with loading assets which is not applicable to

Re: Flex/AIR on-device debugging

2014-06-09 Thread Nick Collins
FYI, I have just tested in Flash Builder as well, and same issue. No joy in deployment to iOS devices. Also doesn't appear to work anymore with my old Flex 4.6 with AIR 3.8 SDK either. I'm guessing it is something on the iOS side that is blocking things. I'm running the latest iOS 7.1.1 On

Re: TableElements as FlowLeafElement

2014-06-09 Thread Alex Harui
OK, I guess TLF doesn't really have block elements. I was just wondering if there would be some problem further down the line. Folks seem to want to have TLF elements work like HTML elements. I was pondering if you next had to support DIV and if block elements should first be introduced to TLF.

Re: TableElements as FlowLeafElement

2014-06-09 Thread Harbs
OK. I’ll see how it goes... On Jun 9, 2014, at 9:31 PM, Alex Harui aha...@adobe.com wrote: OK, I guess TLF doesn't really have block elements. I was just wondering if there would be some problem further down the line. Folks seem to want to have TLF elements work like HTML elements. I

Re: TableElements as FlowLeafElement

2014-06-09 Thread Harbs
Bah! I’ve been relying on replaceChildren(), findChild(), etc.for TableCellElements. None of that will work if I change TableElement to a leaf… I could really use multiple inheritance. Why was TLF designed that elements are either leaf elements of group elements? Couldn’t elements conceivably

Re: TableElements as FlowLeafElement

2014-06-09 Thread Harbs
Here’s a wacky idea: I can leave tables as group elements for managing table cell elements and formatting inheritance purposes. I can introduce a TableLeafElement class whose sole purpose is describing the contents of the table and satisfying getLeaf() calls. I’d override getLeaf() for

[VOTE] Release Apache Flex SDK Installer 3.1 - RC1

2014-06-09 Thread Alex Harui
Please vote to approve Apache Flex SDK Installer version 3.1 to be released. Issues addressed in this release: - Installer will report more information when installs fail. - Bugs fixed in ant_on_air required by latest nightly builds of FalconJX and FlexJS - Caching logic moved to the install

[DISCUSS] Release Apache Flex SDK Installer 3.1 - RC1

2014-06-09 Thread Alex Harui
This is the discuss thread. Thanks, -Alex

Re: TableElements as FlowLeafElement

2014-06-09 Thread Alex Harui
On 6/9/14 1:09 PM, Harbs harbs.li...@gmail.com wrote: Here¹s a wacky idea: I can leave tables as group elements for managing table cell elements and formatting inheritance purposes. I can introduce a TableLeafElement class whose sole purpose is describing the contents of the table and

Re: Flex/AIR on-device debugging

2014-06-09 Thread Joel Tan
I have no issue testing and debugging my app via ADT through USB on my iPad Mini, the only issue I have is launching my app on iOS simulator, it shows this message: Error Message === SDK is missing GPL component

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC1

2014-06-09 Thread piotrz
Hi Alex, I've just tried installer and installation went ok, but in the install log I have following information: 1) Using locale: pl_PL - Why we have here pl_PL - This value has been retrieved based on my system language ? 2) Unable to clean up temporary installation directory - This mean that