RE: FlexSDK compiling dumb question

2017-04-24 Thread Jason Taylor
gothca, so if I am only making changes to spark component classes, I should 
only need to include /frameworks/libs/spark.swc and be good to go?

the bug is in GridViewLayout, it's using 2 dictionaries (not weak referenced) 
as a cache, so either was going to update the dictionaries to weak references, 
or add in a public method that clears the dictionaries out.

~ JT

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Monday, April 24, 2017 7:30 PM
To: dev@flex.apache.org
Subject: Re: FlexSDK compiling dumb question

Frameworks/libs?

On 4/24/17, 7:24 PM, "Jason Taylor"  wrote:

>so following the direcitons at
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub
>.co
>m%2Fapache%2Fflex-sdk=02%7C01%7C%7C239aa3583c2b48139ae608d48b824e9
>3%7 
>Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636286839164399759=QY
>bJc
>MHdZYwrIhesZxTrHlJUUFjjZofoO77morl1Ubk%3D=0 I managed to get 
>the flex-sdk compiling on Win10 x64, ant main works, as does ant 
>framework-rsls
>
>Now, where the heck is the output swc to use in my project?  Says it 
>should be in /out but that directory dosen't exist, and if I create it 
>and rerun nothing.
>
>Found a bug deep down in GridViewLayout causing a memory leak, and only 
>way to fix it seems to be to fix it in the SDK itself and issue a 
>patch, so here I am.
>
>Thank you
>
>~ JT



Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread Alex Harui
This turned out to be a sync up problem.  I pushed a change and your app
showed up.

Thanks for testing!
-Alex

On 4/24/17, 3:24 PM, "piotrz"  wrote:

>Ok I will try to change poms tomorrow based on examples from srouce - if
>you
>do not beat me earlier. - Of course if this is the root cause.
>
>Thanks,
>Piotr
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.247.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61318.html=02%7C01%7C%7Cf9932a04a07f4634c60b08d48b624457%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636286701552424394=R%2B
>Wu0a%2BoJ5J5gBH2LNQ8X7HTwljCGKdSsFHZk2XOId0%3D=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread Justin Mclean
Hi,

> https://lists.apache.org/thread.html/132d2d65017befe599e4f5fd2e1b148b35bce8
> 1f2eae7a4e0a5501d0@%3Cdev.flex.apache.org%3E

So it happened off list, but aside from that it seems that Adobe's ruling only 
applied to “CreateJS” externs and not all extern files?

Also copyright is different to licensing. The files may be copyright Adobe but 
how are they licensed given the original CreateJS is MIT licensed?

I suggest you ask on legal discuss to clarify the scope (i.e. CreateJS only or 
all files) and ask if it’s OK to change the original license without the owners 
permission.

Thanks,
Justin

Re: FlexSDK compiling dumb question

2017-04-24 Thread Alex Harui
Frameworks/libs?

On 4/24/17, 7:24 PM, "Jason Taylor"  wrote:

>so following the direcitons at
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.co
>m%2Fapache%2Fflex-sdk=02%7C01%7C%7C239aa3583c2b48139ae608d48b824e93%7
>Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636286839164399759=QYbJc
>MHdZYwrIhesZxTrHlJUUFjjZofoO77morl1Ubk%3D=0 I managed to get the
>flex-sdk compiling on Win10 x64,
>ant main works, as does ant framework-rsls
>
>Now, where the heck is the output swc to use in my project?  Says it
>should be in /out but that directory dosen't exist, and if I create it
>and rerun nothing.
>
>Found a bug deep down in GridViewLayout causing a memory leak, and only
>way to fix it seems to be to fix it in the SDK itself and issue a patch,
>so here I am.
>
>Thank you
>
>~ JT



FlexSDK compiling dumb question

2017-04-24 Thread Jason Taylor
so following the direcitons at https://github.com/apache/flex-sdk I managed to 
get the flex-sdk compiling on Win10 x64,
ant main works, as does ant framework-rsls

Now, where the heck is the output swc to use in my project?  Says it should be 
in /out but that directory dosen't exist, and if I create it and rerun nothing.

Found a bug deep down in GridViewLayout causing a memory leak, and only way to 
fix it seems to be to fix it in the SDK itself and issue a patch, so here I am.

Thank you

~ JT


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread Alex Harui


On 4/24/17, 2:18 PM, "Justin Mclean"  wrote:

>Hi,
>
>>> How was it resolved? From what I can see there’s wasn't confirmation on
>>> legal discuss.
>> 
>> Do any other PMC members think we need to get confirmation from legal
>> discuss?  Seems like it would be strange to ask non-laywers if the agree
>> on the opinion of a practicing lawyer.
>
>Again how and where was this resolved? Can you provide a link please.

https://lists.apache.org/thread.html/132d2d65017befe599e4f5fd2e1b148b35bce8
1f2eae7a4e0a5501d0@%3Cdev.flex.apache.org%3E



Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread piotrz
Ok I will try to change poms tomorrow based on examples from srouce - if you
do not beat me earlier. - Of course if this is the root cause.

Thanks,
Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61318.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread Alex Harui
I'm on my way to an appointment so I'll read the links later, but compare
the poms for the examples in dual vs develop.  The poms will need
adjusting for dual.

HTH,
-Alex

On 4/24/17, 3:06 PM, "piotrz"  wrote:

>Alex,
>
>I just tried built dual - falcon and sdk - everything goes smoothly. I
>have
>found following issue.
>
>I've compiled simple application on develop and dual. [1] On develop it's
>running without the problem but built on dual produce following error [2].
>I've prepared sources for develop [3] and dual [4] - You can find compiled
>version in target folders. [3]
>
>[1] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FvXpb=02%7C01%7C%7Cf8a58373232e40a5355b08d48b5fb308%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636286690523958798=76JFMTuQ1ibf
>hm7r%2FZgLajX%2FDg8OTt5i1PVNT7pnKEc%3D=0
>[2] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FOUN0=02%7C01%7C%7Cf8a58373232e40a5355b08d48b5fb308%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636286690523958798=MpDg2nb%2Ba5
>CD3hbXkdtLXOVciey4k6pWATpMv5UpN2U%3D=0
>[3] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F1drv.ms%2
>Fu%2Fs!ApVpLyjpHDC2zSVLVDPsvVeimS3Y=02%7C01%7C%7Cf8a58373232e40a5355b
>08d48b5fb308%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6362866905239587
>98=8C9%2FMXFUD9F%2B5vGHuSWbW2poAm9ECiDHoFSYgd3ayX0%3D=0
>[4] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2F1drv.ms%2
>Fu%2Fs!ApVpLyjpHDC2zSSkcHwMrf2gZckl=02%7C01%7C%7Cf8a58373232e40a5355b
>08d48b5fb308%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6362866905239587
>98=PbkyE6DXJx1CcttQtyKxDhRaHIbjEALyZmj0FK5WVfw%3D=0
>
>Piotr
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.247.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61315.html=02%7C01%7C%7Cf8a58373232e40a5355b08d48b5fb308%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636286690523958798=7Sw2
>UaKgKbxPyUrr4V3vU6%2FE9ZIH11ErnwQBaYcZfkQ%3D=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread piotrz
Alex,

Another one is with maven. Distribution options for FlexJS maven build is
failing on dual [1].

Command: -s settings-template.xml -Drat.skip=true
-DdistributionTargetFolder=distribution-flexjs -P build-distribution clean
install

[1] https://paste.apache.org/HM9w

Piotr





-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61316.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread piotrz
Alex,

I just tried built dual - falcon and sdk - everything goes smoothly. I have
found following issue. 

I've compiled simple application on develop and dual. [1] On develop it's
running without the problem but built on dual produce following error [2].
I've prepared sources for develop [3] and dual [4] - You can find compiled
version in target folders. [3]

[1] https://paste.apache.org/vXpb
[2] https://paste.apache.org/OUN0
[3] https://1drv.ms/u/s!ApVpLyjpHDC2zSVLVDPsvVeimS3Y
[4] https://1drv.ms/u/s!ApVpLyjpHDC2zSSkcHwMrf2gZckl

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61315.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


[FlexJS] Two-way binding

2017-04-24 Thread piotrz
Hi,

If anyone is wondering whether two-way binding is possible in FlexJS - I
have good news - Yes it's possible. :)

I've prepared two simple example how to do this. 

Code 1 -> https://paste.apache.org/KeJy
Code 2 -> https://paste.apache.org/vXpb

Enjoy! :)

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Two-way-binding-tp61314.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread Justin Mclean
Hi,

>> How was it resolved? From what I can see there’s wasn't confirmation on
>> legal discuss.
> 
> Do any other PMC members think we need to get confirmation from legal
> discuss?  Seems like it would be strange to ask non-laywers if the agree
> on the opinion of a practicing lawyer.

Again how and where was this resolved? Can you provide a link please.

ASF legal policy is often more than just following the legal minimum required.

Thanks,
Justin

Re: [FlexJS][AMF] branch feature/amf - Starting the effort!! (Special Thanks to PKumar!)

2017-04-24 Thread Fréderic Cox
Any updates regarding AMFPHP for FlexJS. What is the status or where can we
follow the status? What's done, TODO etc..

Thanks

On Sun, Feb 19, 2017 at 3:37 PM, PKumar  wrote:

> Carlos,
>
> for testing, you can commented out the reflection API related code. just
> dispatch the result event.  Reflection code i used for mapping the Object
> to
> a particular class object as we do with registerClassAlias in regular flex
> sdk.
>
> I am also struggling with Reflection API and do not know ,how to use
> correctly.
>
> Thanks,
> Prashant
>
>
>
> --
> View this message in context: http://apache-flex-
> development.247.n4.nabble.com/FlexJS-AMF-branch-feature-
> amf-Starting-the-effort-Special-Thanks-to-PKumar-tp59640p59654.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread Alex Harui
Rats.  Forgot to push that fix.  It should be there now.

Thanks for catching that.

-Alex

On 4/24/17, 12:27 AM, "piotrz"  wrote:

>Hi Alex,
>
>I just switch from develop to dual for compiler and merge your couple of
>last commits from develop to dual. Run maven build and it's failed [1]
>
>[1] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FDG3C=02%7C01%7C%7C3b3a0c98f45e4ee5ec7d08d48ae4efc9%7Cfa7b1b
>5a7b34438794aed2c178decee1%7C0%7C0%7C636286163266324210=HtV3f%2ByaOx
>5BVe2bbl0ywdnFybW4hBd3PuM6hsM64RM%3D=0
>
>Piotr
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.247.n4.nabble.com%2FLAST-CALL-Release-FlexJS-FalconJX-0-
>8-0-tp61275p61303.html=02%7C01%7C%7C3b3a0c98f45e4ee5ec7d08d48ae4efc9%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636286163266324210=d2dt
>Q%2FI2VB7fASbAaSPY68x5srlFjyyx5FPAq8j4u5A%3D=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread Alex Harui


On 4/23/17, 9:47 PM, "Justin Mclean"  wrote:

>Hi,
>
>> The patch file issue was resolved.  The externs are not derivative
>>works.
>
>How was it resolved? From what I can see there’s wasn't confirmation on
>legal discuss.

Do any other PMC members think we need to get confirmation from legal
discuss?  Seems like it would be strange to ask non-laywers if the agree
on the opinion of a practicing lawyer.

>
>> The MIT license changes you want to make are not "must do".  Just
>> something you want to do.  Now would be a good time to do them.
>
>They are required in order to comply with the terms of the MIT license.
>Releases need to comply with ASF policy on licensing. [1] I’ll go ahead
>and make the change(s) later today.

The changes you are making are a workaround, and the discussion on
legal-discuss did not mandate it.  The original code still won't comply
until the original community to accept changes.

Thanks,
-Alex




Re: [FlexJS] FlexJS Wiki Update

2017-04-24 Thread OK
Thanks Peter!

>I have been ignoring Basic project for now. We should discuss what is to 
>become of it. Personally, I would keep the HTML-specific components in the 
>HTML project and move the others into Basic, replacing what's already 
>there.

>From an app developer perspective, I also would expect only pure HTML
components from an HTML package which on JS side are equivalent to the
regular HTML components including its 'browser built-in features/API'.

Just my 2 cents,
Olaf


 









--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-FlexJS-Wiki-Update-tp61292p61309.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] FlexJS Wiki Update

2017-04-24 Thread Peter Ent
I've run MDLExample and it looks like to works to me. Give it a run with
the latest from develop branch and let us know. I tried to make sure the
MDL project was updated to reflect the changes I made to the Core and HTML
projects.

‹peter

On 4/24/17, 8:25 AM, "yishayw"  wrote:

>Peter Ent wrote
>>>4) 
>>>Could we compose/use the container and layout classes with any FlexJS
>>>component set, including MDL?
>> 
>> A number of the MDL "container" classes are based on the HTML Group (I
>> don't think any use Container since, for reason #1 above, it isn't
>>useful
>> to HTML-only code). It is probably safe to mix them, but I am not an MDL
>> expert and I do not know the ramifications of doing that.
>
>We've been wrapping mdl elements in DIV fexjs components to integrate them
>in layouts. Hope that still works...
>
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.247.n4.nabble.com%2FFlexJS-FlexJS-Wiki-Update-tp61292p61
>307.html=02%7C01%7C%7Cb1eb1f5332c24bcca97b08d48b0e8a09%7Cfa7b1b5a7b34
>438794aed2c178decee1%7C0%7C0%7C636286341942886874=HokbLXfdHwUh0cJIsn
>EFqddxh9G0xPYX24%2BS9IosZUE%3D=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS] FlexJS Wiki Update

2017-04-24 Thread yishayw
Peter Ent wrote
>>4) 
>>Could we compose/use the container and layout classes with any FlexJS
>>component set, including MDL?
> 
> A number of the MDL "container" classes are based on the HTML Group (I
> don't think any use Container since, for reason #1 above, it isn't useful
> to HTML-only code). It is probably safe to mix them, but I am not an MDL
> expert and I do not know the ramifications of doing that.

We've been wrapping mdl elements in DIV fexjs components to integrate them
in layouts. Hope that still works...




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-FlexJS-Wiki-Update-tp61292p61307.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] FlexJS Wiki Update

2017-04-24 Thread Peter Ent
Hi,

I've placed my answers in-line.

On 4/24/17, 4:17 AM, "OK"  wrote:

>Hi Peter,
>thanks for this!
>I probably not yet understand the whole story but it's a great entry
>point.
>
>Would be great if you could answer some questions that come to my mind:
>
>1)
>Group vs Container:
>Does it mean that if we need a scrollable container and would like to
>target
>HTML only it's recommended to use Group instead of Container and if we'd
>like to target Flash and HTML we always have to use Container?

If you are targeting HTML only, then you can use Group and just add
overflow:auto to its style and you will have scrolling. If you use
Container with a ScrollingViewport it will do the exact same thing; all
ScrollingView does on the HTML side is add overflow:auto to the DIV's
style.
>
>2)
>Does it make sense to introduce HGroup and VGroup as Express beads?

I think it does make sense to do that.
>
>3)
>There are two implementations of e.g. HorizontalLayout (Basic and HTML):
>-
>frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/layouts
>/HorizontalLayout.as
>[1]
>-
>frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/layouts/
>HorizontalLayout.as
>[2]
>
>What is the difference and when we have to use the one or the other?

I have been ignoring Basic project for now. We should discuss what is to
become of it. Personally, I would keep the HTML-specific components in the
HTML project and move the others into Basic, replacing what's already
there. But I'm not sure how safe or practical that is right now. I believe
we should resolve this for the Flex 0.8 release.

The HorizontalLayout in the Basic project is completely incompatible with
the HTML version. The protocols for ILayoutHost etc have been changed. The
layout algorithm is probably close to identical, however.
>
>4) 
>Could we compose/use the container and layout classes with any FlexJS
>component set, including MDL?

A number of the MDL "container" classes are based on the HTML Group (I
don't think any use Container since, for reason #1 above, it isn't useful
to HTML-only code). It is probably safe to mix them, but I am not an MDL
expert and I do not know the ramifications of doing that.
>
>Thank you!
>
>Olaf
>
>
>[1] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.co
>m%2Fapache%2Fflex-asjs%2Fblob%2Fdevelop%2Fframeworks%2Fprojects%2FBasic%2F
>src%2Fmain%2Fflex%2Forg%2Fapache%2Fflex%2Fhtml%2Fbeads%2Flayouts%2FHorizon
>talLayout.as=02%7C01%7C%7C6ef80b5dc46a4c66852008d48aec69e8%7Cfa7b1b5a
>7b34438794aed2c178decee1%7C0%7C0%7C636286195376443487=BBvguzdClc1PuV
>V0LUIgAeyTZznmTG%2FCYxA38EA3vag%3D=0
>
>[2]
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.co
>m%2Fapache%2Fflex-asjs%2Fblob%2Fdevelop%2Fframeworks%2Fprojects%2FHTML%2Fs
>rc%2Fmain%2Fflex%2Forg%2Fapache%2Fflex%2Fhtml%2Fbeads%2Flayouts%2FHorizont
>alLayout.as=02%7C01%7C%7C6ef80b5dc46a4c66852008d48aec69e8%7Cfa7b1b5a7
>b34438794aed2c178decee1%7C0%7C0%7C636286195376443487=0ZXB5qAlXETXae9
>Zlpj74bn0D1Qdvb4ce%2FevosJgmzI%3D=0
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.247.n4.nabble.com%2FFlexJS-FlexJS-Wiki-Update-tp61292p61
>304.html=02%7C01%7C%7C6ef80b5dc46a4c66852008d48aec69e8%7Cfa7b1b5a7b34
>438794aed2c178decee1%7C0%7C0%7C636286195376443487=k7rIxjyzhY1inSIdkR
>IZwN5lh1fcqVnyUV7jneJQ%2BNY%3D=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS, Maven] Build library project type to js only swc

2017-04-24 Thread Christofer Dutz
Hi Piotr,

I guess the reason for the build failing is the following:

You are not using the default maven structure (src/main/resources) for the 
directory containing the template. 

Therefore, Maven is not automatically processing this. Usually the maven 
resources plugin copies resources to the output and optionally does some 
replacing of maven-properties. If you need that, you need to specify the 
resource directory. Then the build will copy the resources and replace the 
properties to the final output directory (in case of a debug build to the 
debug-js directory, in case of a release to the js-release directory). The 
htmlTemplate needs to reference the correct directory.

If you don’t need any maven-properties such as versions etc. replaced, you need 
to specify the location of the template to a place it can find it. 

In your case the build succeeds, if you use this:

${basedir}/src/resources/mdl-js-index-template.html


Hope that explains things and helps you continune (

Chris


Am 23.04.17, 12:21 schrieb "piotrz" :

Hi Chris,

I definitely moved forward with build of my project, but I have one weird
exception [1] which I really do not know what's mean.

It occurs when I'm adding following option to my pom:


${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html

Everything is building fine without that option. I've prepared project
example [2] if you wanted to try it out. You need to build "lib" and then
"app". 

Appreciate for help.

[1] https://paste.apache.org/G6Sa
[2] https://1drv.ms/u/s!ApVpLyjpHDC2zR-rU7tggib25h46
 
Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Build-library-project-type-to-js-only-swc-tp61001p61287.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.




Re: [FlexJS] FlexJS Wiki Update

2017-04-24 Thread OK
Hi Peter,
thanks for this!
I probably not yet understand the whole story but it's a great entry point.

Would be great if you could answer some questions that come to my mind:

1)
Group vs Container:
Does it mean that if we need a scrollable container and would like to target
HTML only it's recommended to use Group instead of Container and if we'd
like to target Flash and HTML we always have to use Container?

2)
Does it make sense to introduce HGroup and VGroup as Express beads?

3)
There are two implementations of e.g. HorizontalLayout (Basic and HTML):
-
frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/layouts/HorizontalLayout.as
[1]
-
frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/layouts/HorizontalLayout.as
[2]

What is the difference and when we have to use the one or the other?

4) 
Could we compose/use the container and layout classes with any FlexJS
component set, including MDL?

Thank you!

Olaf


[1] 
https://github.com/apache/flex-asjs/blob/develop/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/layouts/HorizontalLayout.as

[2]
https://github.com/apache/flex-asjs/blob/develop/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/layouts/HorizontalLayout.as



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-FlexJS-Wiki-Update-tp61292p61304.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-04-24 Thread piotrz
Hi Alex,

I just switch from develop to dual for compiler and merge your couple of
last commits from develop to dual. Run maven build and it's failed [1]

[1] https://paste.apache.org/DG3C

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61303.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] internal classes

2017-04-24 Thread Harbs
Thanks.

I’ll give it a spin tomorrow.

Harbs

> On Apr 24, 2017, at 1:47 AM, Alex Harui  wrote:
> 
> OK, I pushed a fix for this.
> 
> -Alex
> 
> On 4/21/17, 2:04 PM, "Harbs"  wrote:
> 
>> Another dependency problem:
>> 
>> org.apache.flex.svg.GraphicContainer contains an internal class called
>> GraphicGroup which extends ContainerBase
>> 
>> GraphicContainer has the following requires:
>> 
>> goog.provide('org.apache.flex.svg.GraphicContainer');
>> 
>> goog.require('org.apache.flex.core.UIBase');
>> goog.require('org.apache.flex.core.IContainer');
>> goog.require('org.apache.flex.core.ITransformHost');
>> 
>> It also generates the following which contains a reference to
>> ContainerBase:
>> /* FlexJS Dependency List:
>> org.apache.flex.core.ContainerBase,org.apache.flex.utils.Language*/
>> 
>> The problem with this is that org.apache.flex.core.ContainerBase is not
>> guaranteed to load before org.apache.flex.svg.GraphicContainer. If it
>> does not load first, there will be a runtime error on
>> goog.inherits(org.apache.flex.svg.GraphicContainer.GraphicGroup,
>> org.apache.flex.core.ContainerBase);
>> 
>> (I was just bitten by this problem.)
>> 
>> Thanks,
>> Harbs
>