Re: [FlexJS] State of the examples

2017-04-03 Thread Harbs
Thanks for looking into this.

Between Peter’s changes to layouts and Alex’s changes to requires, things are 
much more fragile than they were.

Both sets of changes will be good once ironed out, but there’s still work to do 
to get there.

I’ve been getting weird errors related to missing dependencies and requires. I 
need to come up with some simple test cases to demonstrate them though.

Getting all the examples to compile and work is probably the best way to see if 
we can get these issues resolved.

> On Apr 3, 2017, at 5:33 PM, Christofer Dutz  wrote:
> 
> Hi,
> 
> Today I finally found some time to investigate why the Maven Jenkins Build is 
> red for over 10 days now. It turns out that one of my integration-tests was 
> failing.
> So, I thought that this might be related to some recent refactoring reducing 
> the number of divs and generally the structure of the generated HTML and all 
> I would have to do is to adjust some selectors.
> 
> So, I fired up the integration-test tomcat and had a look at the application.
> 
> Right now, I’m only testing FlexJSStore and the HelloWorld in my rudimentary 
> test-suite. And FlexJSStore seems completely broken. I can see the logo and 
> three buttons, but nothing is happening if I click on one of them. So, it 
> seems my little integration-test is doing its job nicely. Unfortunately, 
> right now I have no clue at why it’s not working and I’m still filled up with 
> a shi*load of work for my paid job. It would however be great if you could 
> have a look and eventually fix what’s broken.
> 
> 
> -  ChartExample (is an empty browser window, but I know you’re still 
> working on this)
> 
> -  DataBindingExample (Doesn’t seem to get a quote)
> 
> -  DataBindingExample_as (Same … but additionally layout seems 
> changed/broken)
> 
> -  DataBindingExample_Flat (Same as DataBindingExample)
> 
> -  FlexJSStore (Only the logo and three buttons displayed and these 
> have no function)
> 
> -  FlexJSStore_jquery (Only the logo and three buttons displayed and 
> these have no function)
> 
> -  FlexTeamPage_MDL (Empty browser page)
> 
> -  FlexWebsiteStatsViewer (Doesn’t get/display any stats)
> 
> -  MobileTrader (Buttons don’t seem to be doing anything)
> 
> -  TeamPage (All text in one line, can’t scroll)
> 
> -  TodoListSampleApp (All entries seem to be in one place above the 
> list … no list shown)
> 
> Right now, it seems as if most of our examples no longer work. I think we 
> should make sure they do. And I think it would be worth investing more time 
> in creating some Integration tests, which rudimentary test our applications. 
> I doubt we will make people fond of FlexJS if most of our examples don’t 
> work. Or is there just some work in progress and things will be running 
> smoothly in a few days?
> 
> Chris



[FlexJS] State of the examples

2017-04-03 Thread Christofer Dutz
Hi,

Today I finally found some time to investigate why the Maven Jenkins Build is 
red for over 10 days now. It turns out that one of my integration-tests was 
failing.
So, I thought that this might be related to some recent refactoring reducing 
the number of divs and generally the structure of the generated HTML and all I 
would have to do is to adjust some selectors.

So, I fired up the integration-test tomcat and had a look at the application.

Right now, I’m only testing FlexJSStore and the HelloWorld in my rudimentary 
test-suite. And FlexJSStore seems completely broken. I can see the logo and 
three buttons, but nothing is happening if I click on one of them. So, it seems 
my little integration-test is doing its job nicely. Unfortunately, right now I 
have no clue at why it’s not working and I’m still filled up with a shi*load of 
work for my paid job. It would however be great if you could have a look and 
eventually fix what’s broken.


-  ChartExample (is an empty browser window, but I know you’re still 
working on this)

-  DataBindingExample (Doesn’t seem to get a quote)

-  DataBindingExample_as (Same … but additionally layout seems 
changed/broken)

-  DataBindingExample_Flat (Same as DataBindingExample)

-  FlexJSStore (Only the logo and three buttons displayed and these 
have no function)

-  FlexJSStore_jquery (Only the logo and three buttons displayed and 
these have no function)

-  FlexTeamPage_MDL (Empty browser page)

-  FlexWebsiteStatsViewer (Doesn’t get/display any stats)

-  MobileTrader (Buttons don’t seem to be doing anything)

-  TeamPage (All text in one line, can’t scroll)

-  TodoListSampleApp (All entries seem to be in one place above the 
list … no list shown)

Right now, it seems as if most of our examples no longer work. I think we 
should make sure they do. And I think it would be worth investing more time in 
creating some Integration tests, which rudimentary test our applications. I 
doubt we will make people fond of FlexJS if most of our examples don’t work. Or 
is there just some work in progress and things will be running smoothly in a 
few days?

Chris


Re: [FlexJS] MDL Help Needed

2017-04-03 Thread Peter Ent
Thanks. I didn't see that. I will work on that next.

‹peter

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

>Peter,
>
>There is such app in the example: MDLDynamicTabsExample :)
>
>Try it out - it also do not display Tabs.
>
>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%2FFlexJS-MDL-Help-Needed-tp60946p60986
>.html&data=02%7C01%7C%7C46e4ae0cdf604ff0050108d47ad2a216%7Cfa7b1b5a7b34438
>794aed2c178decee1%7C0%7C0%7C636268492465473589&sdata=%2BcHHrM5vs4fhxMzSZvM
>Nq3FS1VIiMf%2BA4GMDHDIJiJY%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS] MDL Help Needed

2017-04-03 Thread piotrz
Peter,

There is such app in the example: MDLDynamicTabsExample :)

Try it out - it also do not display Tabs.

Piotr



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


Re: [FlexJS] MDL Help Needed

2017-04-03 Thread Peter Ent
Hi,
I think I need your help again. I noticed that when I tap on something I'm
taken to getmdl.io. Could you put another sample together that uses Tabs?
That should help make it go faster.

Thanks.
Peter

On 4/3/17, 11:28 AM, "piotrz"  wrote:

>Peter,
>
>I think falcon on your branch is synced, cause I did it.
>
>Did you check whether MDLExample is running, cause yesterday when I was
>checking - I did run MDLExample but Tabs component did not display any
>Tab.
>
>It look like to me that Tabs should extend List, but I thought that you
>will
>handle this one, so I left investigation.
>
>Let me know what are you going to work.
>
>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%2FFlexJS-MDL-Help-Needed-tp60946p60981
>.html&data=02%7C01%7C%7C11be79c8a91348e6593608d47aa75b57%7Cfa7b1b5a7b34438
>794aed2c178decee1%7C0%7C0%7C636268306591754509&sdata=gfyAS8irauxCjhoJcCxhR
>cM5EvPWLlYRiBARIFEQgM4%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [RESULT] Re: [VOTE] Release Apache Flex BlazeDS 4.7.3

2017-04-03 Thread Christofer Dutz
Yup ... all there ( See [1]

I also updated the download page … have to still commit things as I forgot how 
the workflow was ;-)

Chris 

[1] 
http://search.maven.org/#artifactdetails%7Corg.apache.flex.blazeds%7Cblazeds%7C4.7.3%7Cpom

Am 03.04.17, 21:31 schrieb "Alex Harui" :

Have the jars been published at mavens central?

Get Outlook for Android



From: Christofer Dutz 
Sent: Saturday, April 1, 2017 1:16:40 PM
To: dev@flex.apache.org
Subject: Re: [RESULT] Re: [VOTE] Release Apache Flex BlazeDS 4.7.3

Done … but strangely I only have ZIP this time … will look into this that 
the next release procudes the TAR again.

Chris

Am 01.04.17, 08:19 schrieb "Alex Harui" :

Hi Christofer,

Thanks for making it happen.  It would be nice to place the source on 
the
mirrors as well.  See:

https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Frelease%2Fflex%2FBlazeDS%2F&data=02%7C01%7C%7C965e88353a0347e3de2b08d4793c0ac5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636266746160898515&sdata=nrluDWLvBZkALhJ4t9uTavQ6Td8BCm4n5YKb%2FDGgA7o%3D&reserved=0

Thanks,
-Alex


On 3/31/17, 6:38 AM, "Christofer Dutz"  
wrote:

>Ok … so the vote passes with
>
>4 +1 (Alex, Tom, Christofer, Josh)
>no 0
>no -1
>
>I’ll switch the repo to “release” and tomorrow the artifacts should be
>available at Maven-Central.
>
>Where should I copy the release zip to?
>
>Thanks (
>
>Chris
>
>Am 30.03.17, 21:12 schrieb "Alex Harui" :
>
>+1.  Good enough for now.
>
>-Alex
>
>On 3/30/17, 5:12 AM, "Christofer Dutz" 
>wrote:
>
>>+1 (Just noticed I didn’t actually vote ;-) )
>>
>>I agree with Tom … next release will have it fixed anyway.
>>
>>Chris
>>
>>
>>
>>Am 30.03.17, 13:45 schrieb "Tom Chiverton" :
>>
>>+1 - the headers is not a serious enough issue to hold up the
>release.
>>
>>Tom
>>
>>
>>On 27/03/17 22:13, Christofer Dutz wrote:
>>> Hi,
>>>
>>> This is Apache Flex BlazeDS 4.7.3 release candidate 1.
>>>
>>> RELEASE NOTES:
>>>
>>> Apache Flex BlazeDS 4.7.3 is an update to 4.7.2 which adds a
>new
>>> blazeds-spring-boot-starter module for easily setting up a
>BlazeDS
>>server with
>>> Spring Boot. It also provides Maven archetypes for easily
>creating
>>new spring-boot
>>> project that make use of BlazeDS. We also did quite a lot of
>>fine-tuning of the
>>> security default settings to make BlazeDS more secure.
>>>
>>> Starting with 4.7.3 BlazeDS Deserialization of XML is 
disabled
>>completely per default
>>> but can easily be enabled in your services-config.xml:
>>>
>>>  
>>>  >class="mx.messaging.channels.AMFChannel">
>>>  

>>url="http://{server.name}:{server.port}/{context.root}/messagebroker/amf";
>>>
>>class="flex.messaging.endpoints.AMFEndpoint"/>
>>>  
>>>  
>>>  true
>>>  
>>>  
>>>  
>>>  
>>>
>>> Also we now enable the ClassDeserializationValidator per
>default to
>>only allow
>>> deserialization of whitelisted classes. BlazeDS internally
>comes
>>with the following
>>> whitelist:
>>>
>>>  flex.messaging.io.amf.ASObject
>>>  flex.messaging.io.amf.SerializedObject
>>>  flex.messaging.io.ArrayCollection
>>>  flex.messaging.io.ArrayList
>>>  flex.messaging.messages.AcknowledgeMessage
>>>  flex.messaging.messages.AcknowledgeMessageExt
>>>  flex.messaging.messages.AsyncMessage
>>>  flex.messaging.messages.AsyncMessageExt
>>>  flex.messaging.messages.CommandMessage
>>>  flex.messaging.messages.CommandMessageExt
>>>  flex.messaging.messages.ErrorMessag

Re: [RESULT] Re: [VOTE] Release Apache Flex BlazeDS 4.7.3

2017-04-03 Thread Alex Harui
Have the jars been published at mavens central?

Get Outlook for Android



From: Christofer Dutz 
Sent: Saturday, April 1, 2017 1:16:40 PM
To: dev@flex.apache.org
Subject: Re: [RESULT] Re: [VOTE] Release Apache Flex BlazeDS 4.7.3

Done … but strangely I only have ZIP this time … will look into this that the 
next release procudes the TAR again.

Chris

Am 01.04.17, 08:19 schrieb "Alex Harui" :

Hi Christofer,

Thanks for making it happen.  It would be nice to place the source on the
mirrors as well.  See:

https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Frelease%2Fflex%2FBlazeDS%2F&data=02%7C01%7C%7C965e88353a0347e3de2b08d4793c0ac5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636266746160898515&sdata=nrluDWLvBZkALhJ4t9uTavQ6Td8BCm4n5YKb%2FDGgA7o%3D&reserved=0

Thanks,
-Alex


On 3/31/17, 6:38 AM, "Christofer Dutz"  wrote:

>Ok … so the vote passes with
>
>4 +1 (Alex, Tom, Christofer, Josh)
>no 0
>no -1
>
>I’ll switch the repo to “release” and tomorrow the artifacts should be
>available at Maven-Central.
>
>Where should I copy the release zip to?
>
>Thanks (
>
>Chris
>
>Am 30.03.17, 21:12 schrieb "Alex Harui" :
>
>+1.  Good enough for now.
>
>-Alex
>
>On 3/30/17, 5:12 AM, "Christofer Dutz" 
>wrote:
>
>>+1 (Just noticed I didn’t actually vote ;-) )
>>
>>I agree with Tom … next release will have it fixed anyway.
>>
>>Chris
>>
>>
>>
>>Am 30.03.17, 13:45 schrieb "Tom Chiverton" :
>>
>>+1 - the headers is not a serious enough issue to hold up the
>release.
>>
>>Tom
>>
>>
>>On 27/03/17 22:13, Christofer Dutz wrote:
>>> Hi,
>>>
>>> This is Apache Flex BlazeDS 4.7.3 release candidate 1.
>>>
>>> RELEASE NOTES:
>>>
>>> Apache Flex BlazeDS 4.7.3 is an update to 4.7.2 which adds a
>new
>>> blazeds-spring-boot-starter module for easily setting up a
>BlazeDS
>>server with
>>> Spring Boot. It also provides Maven archetypes for easily
>creating
>>new spring-boot
>>> project that make use of BlazeDS. We also did quite a lot of
>>fine-tuning of the
>>> security default settings to make BlazeDS more secure.
>>>
>>> Starting with 4.7.3 BlazeDS Deserialization of XML is disabled
>>completely per default
>>> but can easily be enabled in your services-config.xml:
>>>
>>>  
>>>  >class="mx.messaging.channels.AMFChannel">
>>>  
>>url="http://{server.name}:{server.port}/{context.root}/messagebroker/amf";
>>>
>>class="flex.messaging.endpoints.AMFEndpoint"/>
>>>  
>>>  
>>>  true
>>>  
>>>  
>>>  
>>>  
>>>
>>> Also we now enable the ClassDeserializationValidator per
>default to
>>only allow
>>> deserialization of whitelisted classes. BlazeDS internally
>comes
>>with the following
>>> whitelist:
>>>
>>>  flex.messaging.io.amf.ASObject
>>>  flex.messaging.io.amf.SerializedObject
>>>  flex.messaging.io.ArrayCollection
>>>  flex.messaging.io.ArrayList
>>>  flex.messaging.messages.AcknowledgeMessage
>>>  flex.messaging.messages.AcknowledgeMessageExt
>>>  flex.messaging.messages.AsyncMessage
>>>  flex.messaging.messages.AsyncMessageExt
>>>  flex.messaging.messages.CommandMessage
>>>  flex.messaging.messages.CommandMessageExt
>>>  flex.messaging.messages.ErrorMessage
>>>  flex.messaging.messages.HTTPMessage
>>>  flex.messaging.messages.RemotingMessage
>>>  flex.messaging.messages.SOAPMessage
>>>  java.lang.Boolean
>>>  java.lang.Byte
>>>  java.lang.Character
>>>  java.lang.Double
>>>  java.lang.Float
>>>  java.lang.Integer
>>>  java.lang.Long
>>>  java.lang.Object
>>>  java.lang.Short
>>>  java.lang.String
>>>  java.util.ArrayList
>>>  java.util.Date
>>>  java.util.HashMap
>>>  org.w3c.dom.Document
>>>
>>> If you need to deserialize any other 

Re: [FlexJS] MDL Help Needed

2017-04-03 Thread Peter Ent
I guess I forgot what the example actually looked like - so much stuff
appeared when I ran it! I will look into Tabs, and you are probably right,
it would extend List if it were a list.

‹peter

On 4/3/17, 11:28 AM, "piotrz"  wrote:

>Peter,
>
>I think falcon on your branch is synced, cause I did it.
>
>Did you check whether MDLExample is running, cause yesterday when I was
>checking - I did run MDLExample but Tabs component did not display any
>Tab.
>
>It look like to me that Tabs should extend List, but I thought that you
>will
>handle this one, so I left investigation.
>
>Let me know what are you going to work.
>
>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%2FFlexJS-MDL-Help-Needed-tp60946p60981
>.html&data=02%7C01%7C%7C11be79c8a91348e6593608d47aa75b57%7Cfa7b1b5a7b34438
>794aed2c178decee1%7C0%7C0%7C636268306591754509&sdata=gfyAS8irauxCjhoJcCxhR
>cM5EvPWLlYRiBARIFEQgM4%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS] MDL Help Needed

2017-04-03 Thread piotrz
Peter,

I think falcon on your branch is synced, cause I did it.

Did you check whether MDLExample is running, cause yesterday when I was
checking - I did run MDLExample but Tabs component did not display any Tab.

It look like to me that Tabs should extend List, but I thought that you will
handle this one, so I left investigation.

Let me know what are you going to work.

Piotr






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


Re: [FlexJS] MDL Help Needed

2017-04-03 Thread Peter Ent
Hi,

I now have the MDLExample running. I've committed and pushed my changes
onto feature/chart-work. I have not sync'd with flex-falcon in a while -
so I don't know if that makes a difference.

I am hoping that any issues now are related to SWF-side layout code.

Going forward, if your component needs to accept MXML children, inherit
from Group or Container (depending on your SWF-side needs), not from
GroupBase or ContainerBase.

I will be writing all of this up in the FlexJS Wiki once I get it merged.
Targeting Wednesday (5 Apr 2017) for that now.

Thanks again for everyone's help trying this out.
‹peter

On 4/2/17, 5:08 PM, "Harbs"  wrote:

>Our MDL is not working because it does not support MXML.
>
>My understanding is that Peter is working on that, though.
>
>Harbs
>
>> On Apr 2, 2017, at 3:05 PM, piotrz  wrote:
>> 
>> Peter,
>> 
>> My simple example is working for me. I was looking into the MDL library
>>but
>> it look there are also work with other components which are based on
>>List.
>> 
>> If you are looking into that just let me know if you find some
>>stoppers. 
>> 
>> Piotr
>> 
>> 
>> 
>> -
>> Apache Flex PMC
>> piotrzarzyck...@gmail.com
>> --
>> View this message in context:
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl
>>ex-development.247.n4.nabble.com%2FFlexJS-MDL-Help-Needed-tp60946p609
>>69.html&data=02%7C01%7C%7Cf8b367e8608c460ead2808d47a0c7788%7Cfa7b1b5a7b34
>>438794aed2c178decee1%7C0%7C0%7C636267641346880904&sdata=qEUjIY7CL13M7tdzw
>>sPhsqWeTftD121DoYyXLGmeN%2FM%3D&reserved=0
>> Sent from the Apache Flex Development mailing list archive at
>>Nabble.com.
>



RE: [FlexJS] OneFlexibleChildVerticalLayout

2017-04-03 Thread Yishay Weiss
Hi Peter,

Yes, we noticed the problem where 100% is needed but takes up all the space. 
I’m glad you’re working on it. In the meantime we were able to hack something 
to get around this problem but I’m looking forward to implementing a cleaner 
solution so do let us know when that’s fixed. Would have been nice if we had a 
proper unit test for layouts…

Thanks,
Yishay

From: Peter Ent
Sent: Monday, April 3, 2017 4:46 PM
To: dev@flex.apache.org
Subject: Re: [FlexJS] OneFlexibleChildVerticalLayout

Hi,

I believe I have fixed part of the problem. Please refresh your copy of
feature/chart-work. There was a problem with the
OneFlexibleChildVerticalLayout.

However, there is also another problem, but that might take longer to
resolve. In the meantime, leave your example exactly as you have it.

Ideally, the flexible child should not have a height specified since that
is the child whose height you want to be determined by the layout; you
don't know how high to make it. But for some reason (yet to be
determined), removing the height attribute causes it to have a height of
zero.

When I now run your sample using the correction I just pushed, I see a
green bar all the way across the top of the browser and blue fills the
rest of the browser space.

Regards,
Peter

On 4/3/17, 8:50 AM, "Peter Ent"  wrote:

>Something is not right with the layouts. I'm looking into it today.
>‹peter
>
>On 4/3/17, 2:43 AM, "yishayw"  wrote:
>
>>I just tested the test case upthread on feature/chart-work and I'm
>>getting
>>the same problem. 'cont2' does not get sized and is not shown.
>>
>>
>>
>>--
>>View this message in context:
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl
>>e
>>x-development.247.n4.nabble.com%2FFlexJS-OneFlexibleChildVerticalLayo
>>u
>>t-tp60953p60975.html&data=02%7C01%7C%7C96b52cdb2e66494ea8c308d47a5deed0%7
>>C
>>fa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636267991233417705&sdata=6Ug8j
>>d
>>VRghPx47WMNiewf7e1qfhIIf1wjwqJmmP2eAg%3D&reserved=0
>>Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



Re: [FlexJS] OneFlexibleChildVerticalLayout

2017-04-03 Thread Peter Ent
Hi,

I believe I have fixed part of the problem. Please refresh your copy of
feature/chart-work. There was a problem with the
OneFlexibleChildVerticalLayout.

However, there is also another problem, but that might take longer to
resolve. In the meantime, leave your example exactly as you have it.

Ideally, the flexible child should not have a height specified since that
is the child whose height you want to be determined by the layout; you
don't know how high to make it. But for some reason (yet to be
determined), removing the height attribute causes it to have a height of
zero.

When I now run your sample using the correction I just pushed, I see a
green bar all the way across the top of the browser and blue fills the
rest of the browser space.

Regards,
Peter

On 4/3/17, 8:50 AM, "Peter Ent"  wrote:

>Something is not right with the layouts. I'm looking into it today.
>‹peter
>
>On 4/3/17, 2:43 AM, "yishayw"  wrote:
>
>>I just tested the test case upthread on feature/chart-work and I'm
>>getting
>>the same problem. 'cont2' does not get sized and is not shown.
>>
>>
>>
>>--
>>View this message in context:
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl
>>e
>>x-development.247.n4.nabble.com%2FFlexJS-OneFlexibleChildVerticalLayo
>>u
>>t-tp60953p60975.html&data=02%7C01%7C%7C96b52cdb2e66494ea8c308d47a5deed0%7
>>C
>>fa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636267991233417705&sdata=6Ug8j
>>d
>>VRghPx47WMNiewf7e1qfhIIf1wjwqJmmP2eAg%3D&reserved=0
>>Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



Re: Flex Air Support

2017-04-03 Thread Nicholas Kwiatkowski
Apache Flex is an open-source project -- so it won't be "going away".
Right now we have a thriving community that is actively contributing code
to it's success (in fact, we just released a new version of the SDK a few
weeks ago).

Adobe AIR is a toolkit that takes the output of Apache Flex and makes it a
desktop application.  This is owned and managed by Adobe.  It is not
open-source.  Adobe does have a commitment for at least another year to
continue development on it, and from the current trajectory, it seems they
will continue development further, but there is no guarantee. Either way,
even if it were to go away on day 1, you can still use it to make your
applications.

-Nick

On Sun, Apr 2, 2017 at 9:47 PM, lgabrielmf  wrote:

> Hello everyone!
>
> I'm finishing a product that I'll soon release to the market and I've used
> Apache Flex Air as the desktop client. How are the expectations about
> Apache
> Flex Air? Will it continue to be supported?
>
> Thanks for your attention.
>
>
>
> --
> View this message in context: http://apache-flex-
> development.247.n4.nabble.com/Flex-Air-Support-tp60972.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>


Re: [FlexJS] OneFlexibleChildVerticalLayout

2017-04-03 Thread Peter Ent
Something is not right with the layouts. I'm looking into it today.
‹peter

On 4/3/17, 2:43 AM, "yishayw"  wrote:

>I just tested the test case upthread on feature/chart-work and I'm getting
>the same problem. 'cont2' does not get sized and is not shown.
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.247.n4.nabble.com%2FFlexJS-OneFlexibleChildVerticalLayou
>t-tp60953p60975.html&data=02%7C01%7C%7C96b52cdb2e66494ea8c308d47a5deed0%7C
>fa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636267991233417705&sdata=6Ug8jd
>VRghPx47WMNiewf7e1qfhIIf1wjwqJmmP2eAg%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.