Re: Next Flex SDK release

2015-12-09 Thread Harbs
e to get an update from Harbs. I haven’t spent any serious > thinking on the issue, but my recollection is that there is some snippet > of code we could disable or enable with a flag so folks can get old > behavior back if they don’t need whatever that new behavior was meant to > solv

Jenkins offline

2015-12-09 Thread Harbs
http://apacheflexbuild.cloudapp.net:8080/computer/flex_sdk_slave2/ Can someone fix this?

Re: [FlexJS] No more JS!

2015-12-17 Thread Harbs
Amazing! Thanks for the hard work! BTW, I made some more progress in the XML (I took a few weeks off of that because of other responsibilities). I hope to commit that work next week. Hopefully the 0.6.0 release will have E4X support as well. Harbs On Dec 17, 2015, at 10:09 AM, Alex Harui

Re: a new spriteflexjs test

2015-12-17 Thread Harbs
Very cool! On Dec 17, 2015, at 7:42 AM, lizhi wrote: > http://matrix3d.github.io/assets/html5/flexjsstage3d/bin/js-release/#test_puyodot > > > > -- > View this message in context: > http://apache-flex-development.247.n4.nabble.com/a-new-spriteflexjs-test-tp50666.html > Sent

Re: mustella for charts

2015-12-15 Thread Harbs
You could also just edit your own css file with the textFieldClass reference. On Dec 15, 2015, at 1:26 AM, OmPrakash Muppirala wrote: > One thing that nags me is that I have to add a full path to the css file in > my FB project like this: > -theme+="C:\Program

[TLF] getText() for InlineGraphicElement

2015-12-13 Thread Harbs
I have a question in reference to https://issues.apache.org/jira/browse/FLEX-34988 It seems like getText() was never implemented for InlineGraphicElements. By default it returns an empty string. In FTE, ContentElement has two properties: text and rawText. text returns the text minus any

Re: [TLF] getText() for InlineGraphicElement

2015-12-13 Thread Harbs
anyone has a reason what that’s wrong. I think I can call this fixed. Harbs On Dec 13, 2015, at 8:26 PM, Harbs <harbs.li...@gmail.com> wrote: > Looking at this more, it seems like it’s a more general problem. > FlowLeafElement has the fo

Re: Jenkins build is back to normal : flex-asjs #846

2015-12-18 Thread Harbs
Great work, Alex! On Dec 18, 2015, at 10:09 AM, flex.ci.bui...@gmail.com wrote: > See >

Re: Jenkins build is back to normal : flex-asjs #846

2015-12-18 Thread Harbs
BTW, Did something change in Jenkins between yesterday and today? Yesterday we got one successful build of TLF, and today the tests are failing again. On Dec 18, 2015, at 10:33 AM, Harbs <ha...@in-tools.com> wrote: > Great work, Alex! > > On Dec 18, 2015, at 10:09 AM, flex.ci.b

Re: Next Flex SDK release

2015-12-10 Thread Harbs
The new code had a successful build on the CI machine. The difference in the build time is less than I would have thought it would be. It looks like the tests are taking about 2 minutes less than they used to.[1] I guess that’s something, but I’m not sure it’s different enough for a general

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread Harbs
Yes. That was the problem. Next issue: I tried installing this on a non-developement machine which apparently did not have Java installed. When trying to run asjsc, I get a warning that “No Java runtime preset”. Even after installing Java, I still get this error. Do I need to re-install

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread Harbs
de_modules/request -> node_modules/request /Users/harbs └─┬ flexjs@0.5.0 ├─┬ replace@0.3.0 │ ├── colors@0.5.1 │ └─┬ nomnom@1.6.2 │ └── colors@0.5.1 └─┬ unzip@0.1.11 ├─┬ match-stream@0.0.2 │ └── readable-stream@1.0.33 ├─┬ pullstream@0.4.1 │ ├── readable-

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-01-04 Thread Harbs
e to the variable x. Fred I’m pretty sure that the only place a curly brace literal is legal is in a CDATA block. On Jan 4, 2016, at 7:27 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 1/4/16, 8:17 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> For

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread Harbs
Whoops. I installed JRE rather than JDK. Installing JDK now… On Jan 4, 2016, at 10:40 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > On Mon, Jan 4, 2016 at 12:36 PM, Harbs <harbs.li...@gmail.com> wrote: > >> Yes. That was the problem. >> >> N

Re: [FlexJS] Need your help testing the flexjs npm module

2016-01-04 Thread Harbs
OK. That did it. I got the sample to compile. Amazing work! It would be cool if we could get the html file to be created as well. On Jan 4, 2016, at 10:43 PM, Harbs <harbs.li...@gmail.com> wrote: > Whoops. I installed JRE rather than JDK. > > Installing JDK now… > > On

Re: [FLEXJS] FlexJS Event in San Francisco

2016-01-04 Thread Harbs
This sounds great, but I don’t think I could make such an event. I do hope that it’s the first such event of many around the globe… Harbs On Jan 5, 2016, at 4:28 AM, Alex Harui <aha...@adobe.com> wrote: > Hi, > > I have received permission from my managers to host an Apac

Re: [FLEXJS] FlexJS Event in San Francisco

2016-01-04 Thread Harbs
Not stupid. New York, New Jersey and Connecticut. Basically it refers to a radius around New York City. On Jan 5, 2016, at 9:06 AM, Christofer Dutz wrote: > Stupid question from my side: what is the tri-state-area? ;-)

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-01-04 Thread Harbs
separate XML objects from that, but I’m concerned that it might be error-prone. Does anyone know of a cheap method of parsing a string into multiple nodes in standard javascript? On Jan 4, 2016, at 5:06 PM, Harbs <harbs.li...@gmail.com> wrote: > Another issue: > > XML lit

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-01-04 Thread Harbs
nt to try to make the changes to the compiler > yourself? > > I think you can just copy the pattern in this commit: > 22fa6defa3ed2896de4eba1a5a1b316e1e3c2b0f > In these files: BinaryOperatorEmitter.java and TestFlexJSGlobalClasses.java > > -Alex > > On 12/31/15, 1:02 AM, &

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2015-12-31 Thread Harbs
Another question: How should we handle equality? According to the E4X spec, if regular equality is used, it returns true if the structure of the XML matches even if the objects are different objects. So: var xml1 = ; var xml2 = ; xml1 == xml2 // true xml1 === xml2 // false xml1 === xml1 //

[GitHub] flex-falcon pull request: Compiler fixes related to js.swc

2016-01-06 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-falcon/pull/5#issuecomment-169267474 In my experience, there's two ways to automatically close the pull request: 1. including a comment: "This closes #5". (or whatever the pull request numbe

Re: Bug in mxmlc script

2016-01-05 Thread Harbs
On Jan 5, 2016, at 7:05 PM, OmPrakash Muppirala wrote: > > I don't understand. If you customize your index.html.template, how does > it matter if the app.html file gets destroyed and recreated each time? > This is how I have it setup. I don’t remember. Possibly I did

Re: [FLEXJS] FlexJS Event in San Francisco

2016-01-05 Thread Harbs
ow exactly where one in Frankfurt >> could be hosted ;-) >> My company would be willing and happy to do so. Actually they are >> encouraging me to do so. >> >> But till I'll tackle that, we still need a little more progress toward >> maturity. >> >> Chr

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-01-05 Thread Harbs
. On Jan 5, 2016, at 4:53 PM, Andy Dufilie <andy.dufi...@gmail.com> wrote: > On Tue, Jan 5, 2016 at 9:37 AM, Harbs <harbs.li...@gmail.com> wrote: > >> That’s not going to work if you need to implement toXMLString(). >> >> Imagine an mxml file where all

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-01-05 Thread Harbs
]https://github.com/whatwg/dom/issues/142 On Jan 5, 2016, at 4:20 PM, Andy Dufilie <andy.dufi...@gmail.com> wrote: > On Tue, Jan 5, 2016 at 7:10 AM, Harbs <harbs.li...@gmail.com> wrote: > >> I cannot find a recommended way to handle CDATA in the DOM4 spec.[3]

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-01-05 Thread Harbs
BTW, I’m not sure what we said about myXML.@foo = “baz” or myXML.@ba:foo = “baz”. Are we mapping that to myXML.setChild(“@foo”,”baz”) and myXML.setChild(“@ba:foo”,”baz”), or are we creating a separate function for attributes? On Jan 5, 2016, at 5:07 PM, Harbs <harbs.li...@gmail.com>

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2015-12-31 Thread Harbs
t copy the pattern in this commit: > 22fa6defa3ed2896de4eba1a5a1b316e1e3c2b0f > In these files: BinaryOperatorEmitter.java and TestFlexJSGlobalClasses.java > > -Alex > > On 12/31/15, 1:02 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> Another question: &g

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2015-12-30 Thread Harbs
OK. I think we discussed this, but it’s been a few weeks… ;-) The method will accept either an XML or XMLList object. On Dec 30, 2015, at 5:20 PM, Alex Harui <aha...@adobe.com> wrote: > For assignment, there will be a call to setChild(). > > On 12/30/15, 3:09 AM, "Harbs&quo

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2015-12-30 Thread Harbs
And I’m assuming the signature will be something like this: setChild(nameOrQualifiedName:String,xmlOrXmlList:Object) On Dec 30, 2015, at 6:13 PM, Harbs <harbs.li...@gmail.com> wrote: > OK. I think we discussed this, but it’s been a few weeks… ;-) > > The method will accep

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-01-01 Thread Harbs
Looking at the code, it looks to me like ((JSFlexJSEmitter)getEmitter()).isXMLList() returns true if it’s either XML OR XMLList. Is that right? On Dec 31, 2015, at 6:45 PM, Harbs <harbs.li...@gmail.com> wrote: > OK. Sounds like a fun challenge. I guess it’s not a bad idea to get my fe

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2015-12-30 Thread Harbs
So, myXML.dim:baz = foo: while compile to myXML.setChild(“dim:baz”,foo) Right? If so, I can handle that. On Dec 30, 2015, at 8:02 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 12/30/15, 9:16 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> And I’m

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-01-05 Thread Harbs
Next issue: I think some people in W3C should have their heads examined. Why in the world are they removing useful features??? The only way I can find to access CDATA in Document is with CDataSections[1] and the nodeType: Node.CDATA_SECTION_NODE[2] I cannot find a recommended way to handle

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2015-12-30 Thread Harbs
, at 8:02 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 12/30/15, 9:16 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> And I’m assuming the signature will be something like this: >> setChild(nameOrQualifiedName:String,xmlOrXmlList:Object) >

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-01-04 Thread Harbs
; var bar:XMLList = new XML(" />").children(); > > -Alex > > On 1/4/16, 8:00 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> Here’s an implementation question: >> >> Apparently, it’s possible to pass a string into an XML

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-01-07 Thread Harbs
ming out of my ears…) ;-) On Jan 5, 2016, at 7:12 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 1/5/16, 7:49 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> BTW, I’m not sure what we said about myXML.@foo = “baz” or myXML.@ba:foo >> = “baz”. &g

Re: [FALCONJX][FLEXJS] "as" keyword handling

2016-01-07 Thread Harbs
I personally always use “is” for type-testing. I’ve always considered using “as” and null testing as counter-intuitive. I only use “as” for type casting to make the compiler happy. I’m fine with switching it if there’s reason to do so. On Jan 7, 2016, at 11:55 PM, Alex Harui

Re: [TLF Unit Tests]

2015-12-27 Thread Harbs
crollEmbed.as so that sort of > implies that fonts aren't embedded in most SWFs so that could certainly > result in line break differences which can cause PageUp to go to different > lines. > > HTH, > -Alex > > On 12/26/15, 10:24 PM, "Harbs" <harbs.li...@gmail.

Re: [TLF Unit Tests]

2015-12-27 Thread Harbs
specified > otherwise. Not sure what AS-only apps will do. > > On 12/27/15, 1:50 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> I just looked at it. It’s definitely not using embedded fonts. I also do >> not see where it’s specifying the font used. On Ma

[TLF Unit Tests]

2015-12-26 Thread Harbs
Unit Tests for some table features. I have very limited time and my experience with FlexUnit is not that great. Does anyone have time to work on this? Harbs

Re: [TLF Unit Tests]

2015-12-26 Thread Harbs
wrote: > > > On 12/26/15, 10:06 PM, "Harbs" <harbs.li...@gmail.com> wrote: > >> A couple of things: >> >> Item I: >> >> There are six tests which have been constantly failing on my machine for >> a long time. They are all i

Re: [LAST CALL] Release Apache Flex 4.15

2015-12-28 Thread Harbs
I hope today, but I’m having a lot of trouble with it. On Dec 28, 2015, at 9:58 AM, Justin Mclean wrote: > HI, > >> I’m in middle of a couple of issues related to nested composition in tables. >> Please don’t cut the RC until I commit my work. > > What the ETA? > >

Re: [LAST CALL] Release Apache Flex 4.15

2015-12-28 Thread Harbs
I made one commit, but I’m still working on another issue. On Dec 28, 2015, at 10:01 AM, Harbs <harbs.li...@gmail.com> wrote: > I hope today, but I’m having a lot of trouble with it. > > On Dec 28, 2015, at 9:58 AM, Justin Mclean <jus...@classsoftware.com> wrote: > >

Re: [LAST CALL] Release Apache Flex 4.15

2015-12-27 Thread Harbs
I’m in middle of a couple of issues related to nested composition in tables. Please don’t cut the RC until I commit my work. Harbs On Dec 28, 2015, at 7:02 AM, Justin Mclean <jus...@classsoftware.com> wrote: > Hi, > > There only a couple of outstanding questions/minor README

Re: Build failed in Jenkins: flex-flexunit #506

2015-12-28 Thread Harbs
; timeout. > > -Alex > > On 12/28/15, 11:55 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> Looks like that worked… >> >> On Dec 28, 2015, at 9:10 PM, flex.ci.bui...@gmail.com wrote: >> >>> See >>> <http://apacheflexbuild.clo

Re: [LAST CALL] Release Apache Flex 4.15

2015-12-28 Thread Harbs
into a future release… Harbs On Dec 28, 2015, at 2:34 PM, Justin Mclean <justinmcl...@me.com> wrote: > Hi, > >> I hope today, but I’m having a lot of trouble with it > > A few days or a week is fine, but worse case I assume it can always go in the > next release. > > Thanks, > Justin

Re: Build failed in Jenkins: flex-flexunit #506

2015-12-28 Thread Harbs
Looks like that worked… On Dec 28, 2015, at 9:10 PM, flex.ci.bui...@gmail.com wrote: > See > > Changes: > > [Alex Harui] Temporarily disabling as3 compilation to determine if that's why > some unit tests are failing

Re: [FalconJX] Is it time to delete the FalconJS code?

2015-12-21 Thread Harbs
I would suggest putting it in a branch called falconjs_archive (or something like that to make it clear that it’s archived code) and removing it from develop branch. That way if there’s ever any reason to use code from there, it should be easy to pull it in. On Dec 21, 2015, at 10:26 AM, Alex

Re: New Git Servers?

2015-12-22 Thread Harbs
Good to know. On Dec 22, 2015, at 2:08 PM, Christofer Dutz wrote: > Ok so I just chatted with Infra ... git.apache.org is a read-only clone of > git-wip... it seems the sync failed for blazeds and it was out of date. After > Infra triggered a sync, all was back to

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2015-12-30 Thread Harbs
an XML object and not an XMLLIst. I’m not even sure what it does. (I guess I can try it and see.) Harbs On Nov 19, 2015, at 9:06 AM, Alex Harui <aha...@adobe.com> wrote: > OK, I've pushed changes that handle basic for loops and setting > properties. And even += on XMLLists. >

Re: [FlexJS] No more JS!

2015-12-17 Thread Harbs
Hi Mike, A huge thanks definitely goes to you for this! (You SHOULD feel good about your work. It doesn’t sound self centered to me at all.) Your work on the compiler really opened up tremendous possibilities! Thanks! Harbs On Dec 17, 2015, at 1:09 PM, Michael Schmalle <teotigrap

FlexJS Brand Positioning

2015-11-29 Thread Harbs
I was thinking of writing a blog post about FlexJS, and I realized that FlexJS can mean different things to different people. 1. FlexJS (or really FalconJX) can be a competitor for TypeScript. I can imagine people using it to write framework agnostic javascript libraries. 2. FlexJS is a

Re: FlexJS Brand Positioning

2015-11-29 Thread Harbs
their content, even better). I think we should feature Josh’s site on the Flex site (as well as anyone else who wants to put in the effort of creating learning materials and tools around FlexJS). Harbs On Nov 29, 2015, at 10:39 AM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: &

Re: FlexJS Brand Positioning

2015-11-29 Thread Harbs
There is currently no code on the website. There is only a single tutorial (and hopefully more soon). There is a “Tools and Utilities” page[1] which links to the Apache Flex website and dts2as on Github. Both have the license clearly stated.

Re: FlexJS Brand Positioning

2015-11-29 Thread Harbs
OK. I did not understand what your objection was. Thanks for making that clear. I never noticed code licensing in tutorials before (and I’ve never thought about it). I just did a quick search on the topic and the footer on the Java page here[1]. Seems like a good way to go about it. The

Re: Mustella fixing (was Re: Next Flex SDK release)

2015-11-24 Thread Harbs
I’ve never used charts, so I have no idea about RTL and the like. What was the issue with Spark? What about using Twitter to try and find out if anyone is using Spark Label in charts? Harbs On Nov 24, 2015, at 7:12 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 11/24/15,

Re: FlexJS Brand Positioning

2015-11-30 Thread Harbs
ctice. If you add a link to a separate page with legal mumbo jumbo should definitely be ok. Harbs On Dec 1, 2015, at 3:16 AM, Justin Mclean <jus...@classsoftware.com> wrote: > Hi, > >> Would it be acceptable to create a specific legal page, linked from the >> footer,

Anyone interested in answering?

2015-11-26 Thread Harbs
This: https://www.quora.com/What-are-the-advantages-of-Adobe-Flex-over-other-SDKs

Re: Is the Installer working?

2015-11-17 Thread Harbs
Ouch. On Nov 17, 2015, at 11:11 PM, Alex Harui wrote: > Well, Infra wouldn’t let us use archive.a.o. I spent the day installing > TomCat on the apacheflexbuild and creating a servlet that grabs the dirty > cgi output and returns just what we need. I’ve modified the >

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157878848 Can you attach a test case to the JIRA so we can confirm? If the problem was accessing x and y, the error should have been a "null" error. This stack t

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157873902 No trouble. Thanks for contributing. The patch file works fine. The only downside to that is that your name does not show up in the commits. I guess you'll just

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157879059 If we can confirm that the commit fixes the problem, we'll reapply it. --- If your project is set up for it, you can reply to this email and have your reply appear

Re: Flex SDK outstanding pull requests

2015-11-18 Thread Harbs
OK. I forgot about that discussion. It seems like folks have wanted this for a long time. Let’s accept it (assuming it works). On Nov 19, 2015, at 12:42 AM, Alex Harui wrote: > > > On 11/18/15, 2:29 PM, "Justin Mclean" wrote: >> >>> I commented

Re: Flex SDK outstanding pull requests

2015-11-18 Thread Harbs
I applied them all except #7 and #18. #7 looks good, but I don’t have an easy way to test it. The chances of the code breaking something seems very low, but if someone can somehow test it, that would be preferable. I commented on #18. I’m not sure about the benefits of that one… On Nov 18,

do-while-false

2015-11-19 Thread Harbs
this pattern? What prompted this post is commit b29975c which attempts to make a mess of conditions for invalidateSkinState() a bit clearer. Thoughts? Harbs

Re: do-while-false

2015-11-19 Thread Harbs
if (skin) >>{ >>if (skin.currentState) >>{ >>if (skin.currentState.indexOf("WithPrompt") != -1 && >> text.length != 0 || >>skin.currentState.indexOf("WithPrompt") == -1 &&

Re: do-while-false

2015-11-19 Thread Harbs
&& text.length != 0) break; if(skin.currentState.indexOf("WithPrompt") != -1 && text.length == 0) break; invalidateSkinState(); } while(false); On Nov 19, 2015, at 9:08 PM, Harbs <harbs.li...@gmail.com> wrote: > To be clear, I think Mark’s code was a

Re: git commit: [flex-sdk] [refs/heads/develop] - This closes #37

2015-11-18 Thread Harbs
ff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/813fb8ee >> >> Branch: refs/heads/develop >> Commit: 813fb8eed7fd85fd6a409bb398dbff51bab96124 >> Parents: aee1a2f >> Author: Harbs <ha...@in-tools.com> >> Authored: Wed Nov 18 23:19:53 2015 +0

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157877472 It was just pointed out that this likely does not fix the issue, because the stack trace seems to indicate that the error is simply accessing NativeWindow/get minSize

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157868085 For some reason pulling directly did not work. I got "fatal: repository 'https://github.com/Robbyn666/flex-sdk/' not found". I applied the patch file inst

[GitHub] flex-sdk pull request: Fix WindowedApplication.as Error - FLEX-349...

2015-11-18 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-sdk/pull/37#issuecomment-157871009 If you look at the top of this page. It's listed as "unknown repository". I'm not sure how that can happen. --- If your project is set up for it, you

Re: [ANNOUNCE] Apache FlexJS 0.5.0 and Apache Flex FalconJX 0.5.0 Released

2015-11-24 Thread Harbs
I’m not seeing it either. On Nov 24, 2015, at 10:03 AM, OmPrakash Muppirala wrote: > On Mon, Nov 23, 2015 at 11:42 PM, piotrz wrote: > >> Hi Alex, >> >> Shared on some polish www. >> >> Btw. Om your linkedin link showing "Page Not Found". >>

Re: Next Flex SDK release

2015-11-17 Thread Harbs
aha...@adobe.com> wrote: > 2) TLF Performance > https://issues.apache.org/jira/browse/FLEX-34769 > > I’d like to get an update from Harbs. I haven’t spent any serious > thinking on the issue, but my recollection is that there is some snippet > of code we could disable or enable with

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2016-01-10 Thread Harbs
applied to it. If the uri exists in the new element with a prefix, the element takes on the prefix of the new element. On Jan 11, 2016, at 5:21 AM, Andy Dufilie <andy.dufi...@gmail.com> wrote: > On Sun, Jan 10, 2016 at 4:53 PM, Harbs <harbs.li...@gmail.com> wrote: > >>

[FlexJS]Layout

2016-06-05 Thread Harbs
How is layout handled in FlexJS? Is there a layout manager? It looks like there’s no constraints (i.e. top, bottom,left and right). Is that something that’s particularly difficult to add?

Re: [FLEXJS] Named Configs for JS, JQuery, Node, and CreateJS

2016-06-09 Thread Harbs
Nice. This should make things much easier. Good direction! On Jun 8, 2016, at 12:34 PM, Alex Harui wrote: > Hi, > > I just pushed changes to create more named configs for FlexJS. I don't > know how many folks were aware, but named configs can be used to more > easily switch

Re: [FlexJS]Using XML in other framework projects

2016-06-07 Thread Harbs
I tried looking through the ant scripts for an example of including other projects and I could not find one. I’d rather keep this in Collections if possible. Any pointers? On Jun 7, 2016, at 4:48 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 6/7/16, 3:36 PM, &q

[FlexJS]Using XML in other framework projects

2016-06-07 Thread Harbs
I’m trying to add support for XML Hierarchical lists. When I add XML types to a class in the Collections project, I get a build error that XML and XMLList are not defined. How do I let the compiler know about XML? Harbs

Re: [FlexJS]Using XML in other framework projects

2016-06-08 Thread Harbs
I don’t see any compile-js-config, but I tried various variations using compile-as-config and none of the things I tried helped. On Jun 7, 2016, at 5:34 PM, Alex Harui wrote: >> Any pointers? > > Most of the configuration is in the compile-as-config.xml and >

Re: [FlexJS] FlexJS World Tour: Next Stop - ???

2016-06-07 Thread Harbs
I think we have a restriction on doing an event within two weeks of ApacheCon. On Jun 7, 2016, at 12:07 AM, Christofer Dutz wrote: > I have to admit for a german stop something before or after ApacheCon would > be a lot nicer as people traveling around the world to

Re: [FlexJS] with ReactJS

2016-06-06 Thread Harbs
I wouldn’t say that 0.7.0 is all about Maven. It has quite a few odds and ends fixes, XML, Typed Node.js, etc. I think we should get 0.7 out. On Jun 6, 2016, at 12:26 AM, Alex Harui wrote: > > > On 6/5/16, 2:02 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" >

Re: [FlexJS]Layout

2016-06-06 Thread Harbs
I’m a bit confused. In BasicLayout.layout() there’s the following code: var left:Number = ValuesManager.valuesImpl.getValue(child, "left"); var right:Number = ValuesManager.valuesImpl.getValue(child, "right"); var top:Number =

Re: [FlexJS]Layout

2016-06-06 Thread Harbs
at the current layout beads and see if I can understand them. On Jun 6, 2016, at 12:46 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 6/5/16, 11:26 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> How is layout handled in FlexJS? Is there a layout manager?

Re: [FlexJS]Layout

2016-06-06 Thread Harbs
documentation and IDE autocomplete tools to make the features more discoverable. On Jun 6, 2016, at 10:55 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 6/6/16, 6:02 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> Well, constraint layout is really important.

Re: [FlexJS] with ReactJS

2016-06-06 Thread Harbs
If the Maven build is done in the next week or two, I think we should wait. If it’ll be longer than that, I think we should try and get the current version out the door. On Jun 6, 2016, at 9:15 AM, Alex Harui wrote: > >> >> I think we should get 0.7 out. > > I keep hoping

Re: [FlexJS]Layout

2016-06-06 Thread Harbs
Never mind. I see you answered this question in the other discussion: This seems to work well. I could definitely get used to this. On Jun 6, 2016, at 11:48 AM, Harbs <harbs.li...@gmail.com> wrote: > If I’m understanding correctly, the constraints ar

Re: Open declaration on FlexJS classes not navigating

2016-06-06 Thread Harbs
I think this is the right way, but like I keep mentioning, we need to improve the docs. I do think that simple number values should be shortcuts to the pixel values. I’m going to try and add that to SimpleCSSStyles. On Jun 5, 2016, at 9:39 AM, Alex Harui wrote: > 2)

Re: Open declaration on FlexJS classes not navigating

2016-06-06 Thread Harbs
Scratch that. It looks like it was already done. :-) is the same as: On Jun 6, 2016, at 12:43 PM, Harbs <harbs.li...@gmail.com> wrote: > I think this is the right way, but like I keep mentioning, we need to improve > the

Re: [FlexJS]Layout

2016-06-06 Thread Harbs
, org.apache.flex.core.UIBase); this.app is null. I’m not sure how that’s happening. My best guess is that the strand is not being set, but I don’t know why. Suggestions? On Jun 6, 2016, at 1:28 PM, Harbs <harbs.li...@gmail.com> wrote: > Next question: > > Is there a canned way

Re: [FlexJS]Layout

2016-06-06 Thread Harbs
Next question: Is there a canned way to trigger a re-layout on a browser window resize? CSS constraints only work if the parent element is big enough. On Jun 6, 2016, at 12:41 PM, Harbs <harbs.li...@gmail.com> wrote: > Never mind. I see you answered this question in the other d

Re: [FlexJS]Layout

2016-06-06 Thread Harbs
I had put it on the application after I had put it in the view. My mistkae was that I forgot to remove it from the view. It’s working now… On Jun 6, 2016, at 2:20 PM, Alex Harui wrote: > > > On 6/6/16, 10:49 AM, "jude" wrote: > >> I think for

Re: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-09 Thread Harbs
+1 On Jun 10, 2016, at 1:32 AM, Christofer Dutz wrote: > +1 > > > > Von meinem Samsung Galaxy Smartphone gesendet. > > > Ursprüngliche Nachricht > Von: jude > Datum: 09.06.16 18:50 (GMT+01:00) > An: dev

Re: [FlexJS] Applying Styles

2016-06-14 Thread Harbs
I think the styles should closely match Bootstrap (or maybe use Bootstrap). Material Design is another good target. On Jun 14, 2016, at 8:34 PM, Peter Ent wrote: > Hi, > > I'm working on making the FlexJS examples look better via CSS. I'll most > likely check in a separate

Re: [FlexJS] Applying Styles

2016-06-15 Thread Harbs
For any included svg, it should not be linked files (to minimize HTTP requests). It should either be Base64 in CSS, or injected into the HTML as markup. It might be interesting to put together an SVG injector class which would basically embed the raw SVG code into the JS and inject it into

Re: [FlexJS]Build failing

2016-05-30 Thread Harbs
I deleted all my local files and reset my repo to the last commit on both falcon and asjs. Now it’s failing on junit tests… :-( On May 30, 2016, at 9:40 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 5/29/16, 11:14 PM, "Harbs" <harbs.li...@gmail.com> w

Re: [FlexJS]Build failing

2016-05-30 Thread Harbs
I completely deleted my local repo and checked out both falcon and asjs. No go. I’m currently getting the following output: http://pastebin.com/sc2DVcQD Anyone have ideas? On May 30, 2016, at 10:31 AM, Harbs <harbs.li...@gmail.com> wrote: > I deleted all my local files and rese

Re: [FlexJS]Build failing

2016-05-30 Thread Harbs
http://pastebin.com/g2DEfti5 On May 30, 2016, at 8:55 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 5/29/16, 10:47 PM, "Harbs" <harbs.li...@gmail.com> wrote: > >> It was not set. Is there a new requirement to set it? > > Not that I know o

Re: [FlexJS]Build failing

2016-05-29 Thread Harbs
It was not set. Is there a new requirement to set it? On May 30, 2016, at 8:43 AM, Alex Harui <aha...@adobe.com> wrote: > What is FALCONJX_HOME? > > On 5/29/16, 10:37 PM, "Harbs" <harbs.li...@gmail.com> wrote: > >> I did. The problem seems to be that it’

Re: ['FlexJS']Need Info

2016-05-30 Thread Harbs
FWIW, I got the same error. I’m not sure what causes it. On May 30, 2016, at 9:23 AM, benspylee wrote: > Hello Mr.alex, > finally nightly build done the magic.Now i can see the > output in js.but command line its ok on the other hand while trying with >

Re: [FlexJS]HierarchicalData

2016-05-31 Thread Harbs
ontroller type > bead. If you look in the HTML project in the > org.apache.flex.html.beads.controllers package you'll find > EditableTextKeyboardController. There's not much to it, but its a start. > Some of the mouse controllers have more insight into separating the SWF > and JS event handling if you need to look a

Re: [FalconJX]Compilation error in XML

2016-05-31 Thread Harbs
Yay! I think I just managed to complete my first fix for FalconJX. :-) I committed a fix and added a test case for it. Harbs On May 31, 2016, at 9:53 PM, Alex Harui <aha...@adobe.com> wrote: > AIUI, a String literal can be passed to JS as-is. An XML literal is trickier > bec

<    4   5   6   7   8   9   10   11   12   13   >