Re: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread Alex Harui
On 6/23/15, 10:03 PM, "Frédéric THOMAS" wrote: >Yes, it's cool, it simplified my life as well as being able to modify the >html head from AS, for example here with the dynamic loading of the >jQuery lib but it seems I'm the only one happy with that :-) > >No interests to add such feature to the

RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread OmPrakash Muppirala
On Jun 23, 2015 9:51 PM, "Frédéric THOMAS" wrote: > > >> HtmlContainer.load([JQUERY_SCRIPT], init); > > > > As a > side note, this can be also used in FlexJS application (swf / swc), not > only externs JS based applications, the callback will be called > immediately, that's it. > > To make thing

RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread Frédéric THOMAS
Yes, it's cool, it simplified my life as well as being able to modify the html head from AS, for example here with the dynamic loading of the jQuery lib but it seems I'm the only one happy with that :-) No interests to add such feature to the framework though ? Frédéric THOMAS ---

Re: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread Alex Harui
Fred, that’s great to know that conditional compiling is working! I’ll probably take that route trying to back port and get rid of our .js files. -Alex On 6/23/15, 9:51 PM, "Frédéric THOMAS" wrote: >>> HtmlContainer.load([JQUERY_SCRIPT], init); >> >> As a > side note, this can be also used in

RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread Frédéric THOMAS
>> HtmlContainer.load([JQUERY_SCRIPT], init); > > As a side note, this can be also used in FlexJS application (swf / swc), not only externs JS based applications, the callback will be called immediately, that's it. To make things even clearer, especially because I use conditional compilation wi

[RESULT][VOTE] Release Apache Flex SDK Installer 3.2 RC2

2015-06-23 Thread Alex Harui
Vote for RC2 had 6 +1 binding votes, no 0 and no -1 votes. Thanks everyone, -Alex On 6/23/15, 4:20 PM, "Mark Kessler" wrote: >+1 (binding) > >-Mark > >On Tue, Jun 23, 2015 at 11:36 AM, Kessler CTR Mark J < >mark.kessler@usmc.mil> wrote: > >> +0 >> >> I forgot to commit the README update la

Re: ApacheCon EU 2015 CFP ending next week

2015-06-23 Thread Justin Mclean
Hi, > I just wanted to remind those of you intending on preparing some Papers for > the ApacheCon EU 2015 in Budapest, that the CFP ends next week. Errk need to get on top of that, but I do intend to submit a couple of talks. Thanks, Justin

Re: [VOTE] Release Apache Flex SDK Installer 3.2 RC2

2015-06-23 Thread Mark Kessler
+1 (binding) -Mark On Tue, Jun 23, 2015 at 11:36 AM, Kessler CTR Mark J < mark.kessler@usmc.mil> wrote: > +0 > > I forgot to commit the README update last night . After that happens I'm > good. (or if anyone else wants to update it) > > OS: Win 7 64bit English > > -Successfully built from

RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread Frédéric THOMAS
> HtmlContainer.load([JQUERY_SCRIPT], init); As a side note, this can be also used in FlexJS application (swf / swc), not only externs JS based applications, the callback will be called immediately, that's it. The function as it is today is simple but could be implemented to send events in

RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread Frédéric THOMAS
> It just occurred to me that you can’t use this sort of mechanism because > none of the JS or AS actually gets baked into the final JS so there will > never be an tag found by the scan. I know that, that's why I'm proposing other mechanisms. I just created a HtmlContainer.swc with the simple ex

Re: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread Alex Harui
On 6/23/15, 8:53 AM, "Frédéric THOMAS" wrote: > >Playing with the externs, we've seen that in order to customize our >index.html (adding a Script tag for JQuery for example) we had to create >another index.html outside the build folder referencing our main .js >because the original one was overr

ApacheCon EU 2015 CFP ending next week

2015-06-23 Thread Christofer Dutz
Hi, I just wanted to remind those of you intending on preparing some Papers for the ApacheCon EU 2015 in Budapest, that the CFP ends next week. It would be sad if we wouldn't manage to get enough papers for a full track. We have so much to present. We need to really do some marketing ... to show

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Michael Schmalle
For others that use IJ, when you create a Lib for the JS swc, you can add the; http://www.teotigraphix.com/assets/apache/dom/asdoc/index.html as a documentation URL to the library and you can then use Ctrl-Q to pin or view the docs, which then shows you the function signature for all the callback

RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread Frédéric THOMAS
> So, I’m not quite clear what you are working on. If you want to create a > new loading system that’s fine, but IMO we also need a way for folks to > choose the loading system of their choice. I would imagine we’d allow > folks to select different js-output-type that not only selects a backend, >

RE: [VOTE] Release Apache Flex SDK Installer 3.2 RC2

2015-06-23 Thread Kessler CTR Mark J
+0 I forgot to commit the README update last night . After that happens I'm good. (or if anyone else wants to update it) OS: Win 7 64bit English -Successfully built from source (after changing path). -Successfully installed. -Successfully downloaded sdk using installer. -Mark

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Michael Schmalle
Yeah, don't worry about it man! I was just showing you the error. The Flex SDK asdoc emits DITA XML files and then runs XSL on the DITA files. So I guess, if you produced the same DITA spec from the new intermediate model, you could use the same XSL transformations. That would be the way to do it

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Alex Harui
On 6/23/15, 7:47 AM, "Michael Schmalle" wrote: > >You can try and see if you could get asdoc working on those files but, I >boiled it down and asdoc just didn't want to parse Object, it said >Namespace not found and pointed to the package { declaration. I assume this is asdoc from the current F

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Michael Schmalle
Yeah, it would be probably really easy for you to create XML from the intermediate model. But, for now I don't feel good committing it, there are things I need to reorganize and stuff, remove hundreds of license headers etc. I will put it on my list of things to do, on the list of many. :) You c

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Alex Harui
On 6/23/15, 7:02 AM, "Michael Schmalle" wrote: >No, this is a full program. > >There is a huge amount of logic that goes into generating this stuff, same >would be the case for XML. > >Right now it's AST -> Intermediate Model -> Velocity -> HTML. Ah yes, I remember you mentioning "Intermediate

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Michael Schmalle
No, this is a full program. There is a huge amount of logic that goes into generating this stuff, same would be the case for XML. Right now it's AST -> Intermediate Model -> Velocity -> HTML. This has nothing to do with FalconJX right now, it's purely built off the Falcon framework of IDefinitio

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Alex Harui
Sweet! Remind me: is your ASDoc “output” just another FalconJX emitter? I still want XML output or some other data structure for a future AIR-based doc viewer but I think that would be another emitter as well. I don’t know if anything gets lost if you go from XML to Velocity to HTML somehow in

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread piotrz
Thank you Mike! :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-DOM-JQuery-ASDocs-viewable-API-html-online-tp48154p48155.html Sent from the Apache Flex Development mailing list archive at Nabb

[FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Michael Schmalle
Hey, I wasted 1.5 hours trying to get asdoc working with these classes and it seems that old gramps wasn't having it. Had namespace issues, I really don't know what is wrong, Falcon parses this stuff fine but asdoc chokes and dies. So, just for people to get an example of the API, I posted the HT

Re: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread Alex Harui
On 6/23/15, 5:44 AM, "Michael Schmalle" wrote: >On Tue, Jun 23, 2015 at 8:36 AM, Frédéric THOMAS >wrote: > >> It worked, it was just because I didn't know well how to use jQuery in >> that context, so, I will create utility classes to deal with >>downloading of >> scripts and css if no one see

Re: [VOTE] Release Apache Flex SDK Installer 3.2 RC2

2015-06-23 Thread Alex Harui
On 6/22/15, 11:50 PM, "Frédéric THOMAS" wrote: >>> Aha! Your cache is on! I’ll try that shortly. That usually means a >>> file’s URL has characters in it that are not allowed on Windows. >> >> I just tried now with cache on and it also worked ! > >In case it helps, this is the log of one of the

Re: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread Michael Schmalle
On Tue, Jun 23, 2015 at 8:36 AM, Frédéric THOMAS wrote: > It worked, it was just because I didn't know well how to use jQuery in > that context, so, I will create utility classes to deal with downloading of > scripts and css if no one see any issue to this approach ? > > The one I see compare to

RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread Frédéric THOMAS
It worked, it was just because I didn't know well how to use jQuery in that context, so, I will create utility classes to deal with downloading of scripts and css if no one see any issue to this approach ? The one I see compare to a new language feature is that it will create a delay for the ge

ScrollableStageText ArgumentError: Error #2006: The supplied index is out of bounds (when using high y value)

2015-06-23 Thread Paul Moreau
Hi folks, It seems when you add a text input to a view with a y value greater than 8192 the above error is thrown. This issue was raised last year but I can't find any fixes or work arounds for it. It is detailed in the below links; https://issues.apache.org/jira/browse/FLEX-34391 https://gith

RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread Frédéric THOMAS
> It might be worth finding examples for other bootstrap infrastructure, or > hand-creating some on your own then comparing patterns with what we’re > doing for Google Closure. Sorry for my lack of understanding this terminology, what do you mean by "bootstrap infrastructure", can you give an exa

RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread Frédéric THOMAS
> Saying "external dependency" you mean adding it in Modules -> New Library... Once you added the library as dependency of your module, you will see, well look at the snapshot, what is set on the right, instead of merge, I set external. http://snag.gy/CRkv6.jpg Frédéric THOMAS --

RE: [FalconJX FlexJS] JQuery up and running, a nightmare but we now have 1.9 in AS

2015-06-23 Thread piotrz
Fred, Saying "external dependency" you mean adding it in Modules -> New Library... ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FalconJX-FlexJS-JQuery-up-and-running-a-nightmare-but-we-now-have-1-