Re: Can we migrate the Flex 3/4 apps to Flex JS?

2015-02-05 Thread Deepak MS
Hi Alex,
When you say: I ported the old FlexStore example app from MX to Spark and
then to FlexJS

Does that mean that if we want to migrate flex 3 applications, we have to
compulsorily migrate it to flex 4 first(before migrating to FlexJS)?

On Fri, Feb 6, 2015 at 12:22 PM, Alex Harui  wrote:

>
>
> On 2/5/15, 10:06 PM, "Raj Raju"  wrote:
>
> >Hello Dev-team,
> >
> >
> >I been following this group from quite long time , but no where i noticed
> >,
> >migrating Flex 3/4 apps to Flex JS. Is this possible to migrate our apps
> >with our new Flex JS framework?
> >
>
> Well, that’s the goal.  For sure, we don’t have all of the components yet.
>  FlexJS is effectively alpha-quality.  We welcome volunteers to help write
> more components. I recently posted that I ported the old FlexStore example
> app from MX to Spark and then to FlexJS.  The source for the MX version is
> here [1], the Spark version is here [2] and the FlexJS version is here
> [3].  A running version of the FlexJS example is here [4]
>
> If you want to work with us on make migration more possible and easier, I
> will do what I can to help.
>
> -Alex
>
> [1]
> https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-examples.git;a
> =tree;f=FlexStore/mx;h=6ec4b395951886f8cbb40c7c2f9967b401983ac7;hb=refs/hea
> ds/develop
> [2]
> https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-examples.git;a
> =tree;f=FlexStore/spark;h=d3900c6ff221ef439b3f3d3b27d6a45a19062f3e;hb=refs/
> heads/develop
> [3]
> https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-asjs.git;a=tre
> e;f=examples/FlexJSStore;h=f251e06cb71de9da6cdf76b8b9813de8ba4b26e8;hb=refs
> /heads/develop
> [4] http://people.apache.org/~aharui/FlexJS/FlexJSStore/
>
>


Re: Can we migrate the Flex 3/4 apps to Flex JS?

2015-02-05 Thread Alex Harui


On 2/5/15, 10:58 PM, "Justin Mclean"  wrote:

>HI,
>
>> I recently posted that I ported the old FlexStore example
>> app from MX to Spark and then to FlexJS.
>
>Just out of interest can you give an indication of how much time and
>effort was involved in porting it over?

It wasn’t really possible to measure.  The migration effort exposed lots
of bugs and missing features in the Falcon and FalconJX compiler and the
FlexJS SWCs.  If I had to start over today, now that the compiler and
framework have been debugged sufficiently to run most of the example, it
probably would take me a couple of days to port the code and a week to
debug it, but the true test is how long it would take someone new to
FlexJS so it would be great to have others try it.

And of course, as each person goes through the process of attempting to
migrate their code we hope to learn what we need to do to make it easier
for the next person.

I’m in the middle of making some changes to the FlexJS APIs to make future
ports easier.  When I get that finished I hope to blog or wiki a
comparison of the Spark code vs FlexJS code so folks can see what some
differences and potential gotchas are.

-Alex



Re: Installer MD5 errors

2015-02-05 Thread Justin Mclean
Hi,

> At one point, we discussed having future install scripts pull the MD5 for
> FP/AIR from one of our CI servers.


I've just checked how often the issue occurs and in the last month I can only 
find 1 instance of global player swc that is likely to be related to a bad 
download. Larger downloads the Flex SDK and AIR may have slightly higher error 
rates I'll look further into it. But it looks tome as if we actually aborting a 
large number of valid installs for something that only occurs very infrequently.

Thanks,
Justin

Re: Can we migrate the Flex 3/4 apps to Flex JS?

2015-02-05 Thread Justin Mclean
HI,

> I recently posted that I ported the old FlexStore example
> app from MX to Spark and then to FlexJS.

Just out of interest can you give an indication of how much time and effort was 
involved in porting it over?

Thanks,
Justin



Re: Installer MD5 errors

2015-02-05 Thread Alex Harui


On 2/5/15, 3:23 PM, "Justin Mclean"  wrote:

>Hi,
>
>> Did the MD5 checker job fail to notice something ?
>> 
>>http://apacheflexbuild.cloudapp.net:8080/job/MD5Checker/lastSuccessfulBui
>>ld/console
>
>It noticed it just that between it happening, it noticing and  notifying
>the list and the issue being fixed a lot of people couldn't installer the
>SDK with FP/AIR 16 (the default).

At one point, we discussed having future install scripts pull the MD5 for
FP/AIR from one of our CI servers.  MD5Checker would leave the MD5’s in
files in last successful build artifacts and the install scripts would
look there.  Then the gap would close to however long it takes between
MD5Checker runs.  It currently runs on the hour, but if it gets behind a
flex-sdk-release build it can go longer.

-Alex



Re: Can we migrate the Flex 3/4 apps to Flex JS?

2015-02-05 Thread Alex Harui


On 2/5/15, 10:06 PM, "Raj Raju"  wrote:

>Hello Dev-team,
>
>
>I been following this group from quite long time , but no where i noticed
>,
>migrating Flex 3/4 apps to Flex JS. Is this possible to migrate our apps
>with our new Flex JS framework?
>

Well, that’s the goal.  For sure, we don’t have all of the components yet.
 FlexJS is effectively alpha-quality.  We welcome volunteers to help write
more components. I recently posted that I ported the old FlexStore example
app from MX to Spark and then to FlexJS.  The source for the MX version is
here [1], the Spark version is here [2] and the FlexJS version is here
[3].  A running version of the FlexJS example is here [4]

If you want to work with us on make migration more possible and easier, I
will do what I can to help.

-Alex

[1] 
https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-examples.git;a
=tree;f=FlexStore/mx;h=6ec4b395951886f8cbb40c7c2f9967b401983ac7;hb=refs/hea
ds/develop
[2] 
https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-examples.git;a
=tree;f=FlexStore/spark;h=d3900c6ff221ef439b3f3d3b27d6a45a19062f3e;hb=refs/
heads/develop
[3] 
https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-asjs.git;a=tre
e;f=examples/FlexJSStore;h=f251e06cb71de9da6cdf76b8b9813de8ba4b26e8;hb=refs
/heads/develop
[4] http://people.apache.org/~aharui/FlexJS/FlexJSStore/



Can we migrate the Flex 3/4 apps to Flex JS?

2015-02-05 Thread Raj Raju
Hello Dev-team,


I been following this group from quite long time , but no where i noticed ,
migrating Flex 3/4 apps to Flex JS. Is this possible to migrate our apps
with our new Flex JS framework?



Thanks & Regards,
Raju.M.


Adding support for MXML in Feathers

2015-02-05 Thread Joel Tan
Hi,

This is so cool! Feather will support MXML soon. :)

http://joshblog.net/2015/adding-support-for-mxml-in-feathers/ 


Joel




Re: Translation Needed - pl_PL and ru_RU

2015-02-05 Thread Maxim Solodovnik
ru-RU
Учтите: при использовании тем и компонентов FlatSpark встроенные шрифты -
обязательны.

On Fri, Feb 6, 2015 at 2:27 AM, piotrz  wrote:

> Hi Neil,
>
> Here you go: "Uwaga: Aby używać skinów i komponentów FlatSpark wymagany
> jest
> wsparcie zembedowanych czcionek."
>
> Piotr
>
>
>
> -
> Apache Flex PMC
> piotrzarzyck...@gmail.com
> --
> View this message in context:
> http://apache-flex-development.247.n4.nabble.com/Translation-Needed-pl-PL-and-ru-RU-tp44986p44987.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



-- 
WBR
Maxim aka solomax


Re: New version of Tour De Flex

2015-02-05 Thread Justin Mclean
HI,

> I have some simple examples I use when I'm testing FlatSpark. I could use
> them for TdF.

Sounds perfect. Are they publicly available anywhere?

Justin



Re: "The Player", a case for an independent Flash Player

2015-02-05 Thread jude
I came across some more misinformation and decided to keep a document of
rebuttals and other info to refer back to when attempting to educate
people. I've posted it here,
https://docs.google.com/document/d/1UYbS1t6FInwqC1luYceYLzXDnQJe3L0DSQFi7KlIa5g/edit?usp=docslist_api

I'm trying to keep it unbiased. I need to add a pro's and con's section to
it.

Feel free to use it and add to it (contact me for edit permissions).


On Tuesday, January 20, 2015, Stephane Beladaci 
wrote:

> >
> > This is not an official Adobe answer as I am not and have never been on
> > the player team, plus Adobe has a policy of not releasing staffing
> > numbers.
>
>
> Noted, and agreed... that is why I am getting those number using other
> methods :)
>
>
> > Nick may have been right at one point in time when there was no
> > Adobe AIR and the Player only had to work on Mac and Windows without
> GPUs,
> > but OTOH, I am pretty sure that re-creating the Adobe runtimes from
> > scratch today would be a significant effort as the number of devices,
> > operating system versions, GPUs and other platform differences would make
> > hardware abstraction a huge task.
>
>
> At this point I am not trying to define whether it is going to be easy task
> or not, the harder I am told it will be, the more motivated I am to find a
> way :) At this point what I am trying to define is
>
> 1/ how much we can reuse from what has been made open source over the years
> 2/ what are the vital IP we will need to get from third parties and who are
> those parties
> 3/ how much will need to be engineered on top of 1 and 2 to get a viable
> player running AS3 modern RIA on desktop browsers and mobile browsers.
>
>
>
>
> > IMO, that was a goal of the Open Screen
> > Project: to get the hardware and os vendors to take on the abstraction
> > load.  And I believe there are still terms-of-use issues around
> > interpreting byte code on some of these platforms.
> >
>
> Funny you mention OSP, Adobe has abandoned the trademarks and I acquired
> the. ThePlayer will be supported by the Open Screen Project as part of the
> Open Screen Foundation. The domain name will be openscreen.org. I am also
> in the process of reaching out to every companies involved in the Adobe
> effort, starting with all CEO featured in this video:
>
> Top CEOs Advocate for Adobe Flash
> 
>


Re: TLF performance issue

2015-02-05 Thread jude
I saw this recently too but didn't see it until recently either. I'm
guessing something slipped through along the way.

Is it possible to add performance tests to must tella? For example, it took
test X 100ms but now it's taking 1000ms. Maybe we can throw a warning?

On Thursday, February 5, 2015, goratz  wrote:

> Thanks Harbs, the same happens on version 4.13 so the problem isn't the
> tables ;)
>
>
>
> --
> View this message in context:
> http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue-tp44966p44988.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>


Re: New version of Tour De Flex

2015-02-05 Thread Mahmoud Ali
> I've added 4.14 info to the Tour De Flex and with a rich text editor
example. It would be nice to include some Flat Skin examples as well. Is
anyone willing to code up some simple examples for it?

I have some simple examples I use when I'm testing FlatSpark. I could use
them for TdF.


RE: PepFlashPlayer Issues

2015-02-05 Thread Jason Taylor
Thanks Alessandro, removing a loading animation from the display solved the 
issue.  Strange issue, perhaps this should logged as a bug?

-Original Message-
From: Alessandro Palombaro [mailto:alexpalomb...@gmail.com] 
Sent: Thursday, February 05, 2015 3:43 PM
To: dev@flex.apache.org
Subject: Re: PepFlashPlayer Issues

I believe I ran into a similar problem... something to do with the display list 
and stagevideo. When using stagevideo the video is rendered behind the display 
list and the spark skin includes a black rect background in the displaylist 
which ends up covering the video. From memory you can either ensure nothing 
appears above the video on the displaylist, create a new skin with no bg, or 
simply disable omsf.useStageVideo.

Sorry I'm just going by memory here as I'm just on my phone atm, but hopefully 
it helps somewhat.
Hi all, all of a sudden today all videos (over here at Dedoose.com) are no 
longer playing back in Chrome's PepFlashPlayer.  Our videos are all
multi-bitrate F4M videos.I've been trying various FlexSDK versions and
well as various OSMF versions and no luck.   Video acts like it's playing,
audio is playing back, but no video image is output.   Everytime I try to
debug our app with the pepflashplayer debug version, the player crashes
instantly, so I haven't been able to see what to do here.   This is about
the 10th time that Google has updated pepflashplayer silently breaking a
feature our app uses.   I'm not quite sure where to turn for help here, and
thus reaching out to you all. I hate to just spam a message to chrome
users in general asking them not to use chrome, but it's almost at that point.
~ JT


Re: Flex 4.6 Spark Skin question

2015-02-05 Thread OmPrakash Muppirala
On Thu, Feb 5, 2015 at 3:15 PM, David Frank  wrote:

> Hey guys,
>
> First time mailing the group. Let me introduce myself. I've been working
> on Flex 3.2 for the past 6 years, and I've only recently upgraded my
> project to Flex 4.6.
>
> I'm having difficulty in two areas and I've Googled the hell out of this
> but all the web links that seem to have the answers, are dead. Serves me
> right for upgrading 6 years after Flex 4 was introduced.
>
> Anyway, I'm hoping some of you might have the answer to my issues.
>
> Issue 1:
> I have a main Flex project for my application. I have a separate Flex
> project (a "style" project) that has all the style definitions and assets
> in it. The .css file is located under src/skin folder inside this style
> project. The problem is that I'm not able to 'ClassReference' my skin
> class. The compiler keeps throwing an error saying that the class is not
> found. Here is my sample:
>
> custom|CustomItemRendererComponent
> {
>   skinClass:
> ClassReference("skin.sparkSkins.SkinForCustomItemRendererComponent");
> }
>
> If I move my .css file directly under the src folder, then the compiler
> seems to find the class. If it is under src/skin, this breaks. Can someone
> tell me if there is a workaround for this without having to move the .css
> file directly under the src folder?
>
>
It seems like your main source path is not set to "src".  If you set it to
src, it might fix your problem.

Or you could try:   skinClass:
ClassReference("sparkSkins.SkinForCustomItemRendererComponent");


>
> Issue 2:
> A skin class is inside a separate Flex project (a "style" project as
> mentioned above). I am unable to declare the HostComponent inside the skin
> class if this is a custom component belonging to the main Flex project.
> Here is my sample:
>
> [HostComponent("custom.itemRenderers.CustomItemRendererComponent")]
>
> The CustomItemRendererComponent is defined inside the main Flex Project.
> So, I thought that this was the reason the compiler is not able to find the
> class. So, I linked the entire main Flex project in the Source Path of my
> style project.


What folder are you setting the source path as?  It should be
mainFlexProject/src (or mainFlexProject/src/main/flex in some conventions)
 It depends on how your main flex project is configured like.


> But this still does not get rid of the error. I even get the class in the
> code hinting, but the compiler doesn't see the class. The error goes away
> only if I physically move the skin class somewhere inside the style
> project. This is not feasible unfortunately. Can someone help please? Is
> there a way I can fix the compiler error or maybe tell the compiler to
> ignore this "error" in any way? FYI, until this error goes away, I'm forced
> to change the HostComponent to "spark.components.SkinnableContainer" (super
> class of CustomItemRendererComponent). I would prefer to use the actual
> custom component class though.
>
>
Hope that helps.

Thanks,
Om

>
> Thank you in advance for your help!
>
> Cheers,
>
> David Frank
>


Re: New version of Tour De Flex

2015-02-05 Thread Justin Mclean
Hi,

> Last time I was browsing through TdF I ran into a couple of issues. Some of
> them would be quick fixes. Where would I report them?

This list or in even better in JIRA [1]

Justin

1. https://issues.apache.org/jira/browse/FLEX


Re: New version of Tour De Flex

2015-02-05 Thread Andrew Wetmore
Last time I was browsing through TdF I ran into a couple of issues. Some of
them would be quick fixes. Where would I report them?

On Thu, Feb 5, 2015 at 8:21 PM, Justin Mclean 
wrote:

> Hi,
>
> I've added 4.14 info to the Tour De Flex and with a rich text editor
> example. It would be nice to include some Flat Skin examples as well. Is
> anyone willing to code up some simple examples for it?
>
> Just in case you missed it Tour De Flex has now had over 35,000 views
> (that's to the first page not counting each example viewed at) and 3,500
> downloads.
>
> Thanks,
> Justin




-- 
Andrew Wetmore

http://cottage14.blogspot.com/
http://portfolio.cottage14.com
http://annapolisndp.ca


New version of Tour De Flex

2015-02-05 Thread Justin Mclean
Hi,

I've added 4.14 info to the Tour De Flex and with a rich text editor example. 
It would be nice to include some Flat Skin examples as well. Is anyone willing 
to code up some simple examples for it?

Just in case you missed it Tour De Flex has now had over 35,000 views (that's 
to the first page not counting each example viewed at) and 3,500 downloads.

Thanks,
Justin

Re: PepFlashPlayer Issues

2015-02-05 Thread Alessandro Palombaro
I believe I ran into a similar problem... something to do with the display
list and stagevideo. When using stagevideo the video is rendered behind the
display list and the spark skin includes a black rect background in the
displaylist which ends up covering the video. From memory you can either
ensure nothing appears above the video on the displaylist, create a new
skin with no bg, or simply disable omsf.useStageVideo.

Sorry I'm just going by memory here as I'm just on my phone atm, but
hopefully it helps somewhat.
Hi all, all of a sudden today all videos (over here at Dedoose.com) are no
longer playing back in Chrome's PepFlashPlayer.  Our videos are all
multi-bitrate F4M videos.I've been trying various FlexSDK versions and
well as various OSMF versions and no luck.   Video acts like it's playing,
audio is playing back, but no video image is output.   Everytime I try to
debug our app with the pepflashplayer debug version, the player crashes
instantly, so I haven't been able to see what to do here.   This is about
the 10th time that Google has updated pepflashplayer silently breaking a
feature our app uses.   I'm not quite sure where to turn for help here, and
thus reaching out to you all. I hate to just spam a message to chrome
users in general asking them not to use chrome, but it's almost at that
point.
~ JT


RE: [DISCUSS] Release Apache Flex SDK Installer 3.2

2015-02-05 Thread Neil Madsen
I have committed a fix for the checkboxes on the license screen so hopefully
it works in the next generated nightly build.

I tested it on windows with changing between SDKs and languages and all
expected checkboxes were being displayed and I didn't encounter the 1009
error from FLEX-34687.

Neil 

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com] 
Sent: February-05-15 9:23 AM
To: dev@flex.apache.org; Neil Madsen
Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2

Hi Neil,

It sounds like there may still be confusion about how the checkbox set is
determined.  For recent releases like Flex SDK 4.13 and 4.14, and for FlexJS
releases, the 'final' list of items is not in the InstallApacheFlex.mxml
file at all.  Really, there is no final list.  It is totally data driven
from xml files co-located with the release artifacts and can be different
for each release.  We can even change an .xml file after we release and the
Installer needs to pick up that change at runtime.  There is a set of
checkboxes in InstallApacheFlex.mxml, but that is used for Flex SDK 4.12.1
and older (actually even whether 4.12.x uses the built-in checkboxes is
determined by another .xml file).

IOW, we are trying to make the installer be totally data driven, but it has
to keep an old code path around.  It looks like when the language changes,
the installer reverts to the old code path.  It needs to go down the new
code path with the new language.

HTH,
-Alex



On 2/5/15, 8:04 AM, "Neil Madsen"  wrote:

>I have made some changes to the code and the check boxes seem to be 
>working.
>If I could get a 'final' list of items to be displayed I can make sure 
>the correct items are being displayed and then push this version for
testing.
>
>Neil
>
>
>-Original Message-
>Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2
>
>Thanks Piotr. I see what's happening.
>Can someone please give a list of all required/optional check boxes to 
>be displayed for v4.14.0
>
>There has been so much discussion regarding what should and shouldn't 
>be required I lost track and I'm not sure where it stands right now. If 
>I have a list I can fix up the error when changing languages on the 
>license screen.
>
>
>Neil
>
>
>-Original Message-
>From: piotrz [mailto:piotrzarzyck...@gmail.com]
>Sent: February-05-15 12:58 AM
>To: dev@flex.apache.org
>Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2
>
>Hi,
>
>I've just tried last nightly build of installer (Build #380) and on the 
>license agreements I see:
>
>http://images.devs-on.net/Image/a1bcfrLefuRiHbJB-Obszar.png
>
>Once I change language I see:
>
>http://images.devs-on.net/Image/qJZ5xeUiPfgyTChe-Obszar.png
>
>So we have an issue here. Additionally I don't see this ->
>https://issues.apache.org/jira/browse/FLEX-34687
>
>Piotr
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/DISCUSS-Release-Ap
>ach
>e-
>Flex-SDK-Installer-3-2-tp44853p44957.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.
>




Re: Installer MD5 errors

2015-02-05 Thread Justin Mclean
Hi,

> Did the MD5 checker job fail to notice something ?
> http://apacheflexbuild.cloudapp.net:8080/job/MD5Checker/lastSuccessfulBuild/console

It noticed it just that between it happening, it noticing and  notifying the 
list and the issue being fixed a lot of people couldn't installer the SDK with 
FP/AIR 16 (the default).

Justin

Flex 4.6 Spark Skin question

2015-02-05 Thread David Frank
Hey guys,

First time mailing the group. Let me introduce myself. I've been working on 
Flex 3.2 for the past 6 years, and I've only recently upgraded my project to 
Flex 4.6.

I'm having difficulty in two areas and I've Googled the hell out of this but 
all the web links that seem to have the answers, are dead. Serves me right for 
upgrading 6 years after Flex 4 was introduced.

Anyway, I'm hoping some of you might have the answer to my issues.

Issue 1:
I have a main Flex project for my application. I have a separate Flex project 
(a "style" project) that has all the style definitions and assets in it. The 
.css file is located under src/skin folder inside this style project. The 
problem is that I'm not able to 'ClassReference' my skin class. The compiler 
keeps throwing an error saying that the class is not found. Here is my sample:

custom|CustomItemRendererComponent
{
  skinClass: 
ClassReference("skin.sparkSkins.SkinForCustomItemRendererComponent");
}

If I move my .css file directly under the src folder, then the compiler seems 
to find the class. If it is under src/skin, this breaks. Can someone tell me if 
there is a workaround for this without having to move the .css file directly 
under the src folder?


Issue 2:
A skin class is inside a separate Flex project (a "style" project as mentioned 
above). I am unable to declare the HostComponent inside the skin class if this 
is a custom component belonging to the main Flex project. Here is my sample:

[HostComponent("custom.itemRenderers.CustomItemRendererComponent")]

The CustomItemRendererComponent is defined inside the main Flex Project. So, I 
thought that this was the reason the compiler is not able to find the class. 
So, I linked the entire main Flex project in the Source Path of my style 
project. But this still does not get rid of the error. I even get the class in 
the code hinting, but the compiler doesn't see the class. The error goes away 
only if I physically move the skin class somewhere inside the style project. 
This is not feasible unfortunately. Can someone help please? Is there a way I 
can fix the compiler error or maybe tell the compiler to ignore this "error" in 
any way? FYI, until this error goes away, I'm forced to change the 
HostComponent to "spark.components.SkinnableContainer" (super class of 
CustomItemRendererComponent). I would prefer to use the actual custom component 
class though.


Thank you in advance for your help!

Cheers,

David Frank


PepFlashPlayer Issues

2015-02-05 Thread Jason Taylor
Hi all, all of a sudden today all videos (over here at Dedoose.com) are no 
longer playing back in Chrome's PepFlashPlayer.  Our videos are all 
multi-bitrate F4M videos.I've been trying various FlexSDK versions and well 
as various OSMF versions and no luck.   Video acts like it's playing, audio is 
playing back, but no video image is output.   Everytime I try to debug our app 
with the pepflashplayer debug version, the player crashes instantly, so I 
haven't been able to see what to do here.   This is about the 10th time that 
Google has updated pepflashplayer silently breaking a feature our app uses.   
I'm not quite sure where to turn for help here, and thus reaching out to you 
all. I hate to just spam a message to chrome users in general asking them 
not to use chrome, but it's almost at that point.
~ JT


Re: Installer MD5 errors

2015-02-05 Thread Tom Chiverton
Did the MD5 checker job fail to notice something ?
http://apacheflexbuild.cloudapp.net:8080/job/MD5Checker/lastSuccessfulBuild/console
-- 
Tom


Installer MD5 errors

2015-02-05 Thread Justin Mclean
HI,

We usually get zero or occasionally a couple FP SDK MD5 failures/day, but 
yesterday we got 111. It's reasonable to assume than 100+ of them are due to 
Adobe releasing new player globals and our MD5 hashes being out of date. I 
think it would be sensible to make the MD5 failure check non fatal but warn the 
user and continue with the install process as it seems the majority of the 
installer failures of this type are false positives.

Thanks,
Justin

Re: AIR/FP 17 beta are out

2015-02-05 Thread Justin Mclean
Hi,

Anyone have any idea to why the AIR17/FP17 is failing to install?

Justin


Re: TLF performance issue

2015-02-05 Thread goratz
Thanks Harbs, the same happens on version 4.13 so the problem isn't the
tables ;)



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue-tp44966p44988.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: Translation Needed - pl_PL and ru_RU

2015-02-05 Thread piotrz
Hi Neil,

Here you go: "Uwaga: Aby używać skinów i komponentów FlatSpark wymagany jest
wsparcie zembedowanych czcionek."

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Translation-Needed-pl-PL-and-ru-RU-tp44986p44987.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Translation Needed - pl_PL and ru_RU

2015-02-05 Thread Neil Madsen
Can I get a translation for the following in both pl_PL and ru_RU
 
"Note: the use of the FlatSpark skin and components requires embedded font
support."
 
Thanks.
Neil
 


Re: Don't allow install via badge on Linux (was Re: [RESULT][VOTE] for Apache Flex SDK 4.14.0 RC2)

2015-02-05 Thread OmPrakash Muppirala
On Thu, Feb 5, 2015 at 10:52 AM, Tom Chiverton  wrote:

> On Sunday 01 Feb 2015 05:49:11 Alex Harui wrote:
> > >I don't know how to adjust the installer badge so it doesn't show up for
> > >Linux users though.
> >
> > Source for the badge is in the flex-utilties repo.  It might also be
> > possible to do something in the html wrapper.
>
> I have committed an update to the installer badge so it stops early if
>   Capabilities.manufacturer.toLowerCase().indexOf('linux') > -1
> which should do the job. It displays an Alert saying
>
> "
> The Apache Flex SDK Installer application
> is not supported on your operating system.
>
> Please see
> https://cwiki.apache.org/confluence/display/FLEX/Installation+help for
> alternatives.
> "
>
> This was already happening if something goes wrong with main installer
> config.
>
> unless there is any other feedback, I'll deploy the updated .swf to the
> web site.
>

+1.  I like the fix.


> I assume this is just a case of uploading a new version via
>
> https://cms.apache.org/flex/wc/browse/tomc-Qysv7e/trunk/content/installerbadge/
>
>
You would just need to commit the new swf into our site content via svn.

Thanks,
Om


> --
> Tom
>


Don't allow install via badge on Linux (was Re: [RESULT][VOTE] for Apache Flex SDK 4.14.0 RC2)

2015-02-05 Thread Tom Chiverton
On Sunday 01 Feb 2015 05:49:11 Alex Harui wrote:
> >I don't know how to adjust the installer badge so it doesn't show up for
> >Linux users though.
> 
> Source for the badge is in the flex-utilties repo.  It might also be
> possible to do something in the html wrapper.

I have committed an update to the installer badge so it stops early if 
  Capabilities.manufacturer.toLowerCase().indexOf('linux') > -1
which should do the job. It displays an Alert saying 

"
The Apache Flex SDK Installer application
is not supported on your operating system.

Please see https://cwiki.apache.org/confluence/display/FLEX/Installation+help 
for alternatives.
"

This was already happening if something goes wrong with main installer config.

unless there is any other feedback, I'll deploy the updated .swf to the web 
site.
I assume this is just a case of uploading a new version via 
https://cms.apache.org/flex/wc/browse/tomc-Qysv7e/trunk/content/installerbadge/

-- 
Tom


Re: TLF performance issue

2015-02-05 Thread Harbs
It’s also possible that the table work introduced performance issues.

On Feb 5, 2015, at 6:12 PM, Alex Harui  wrote:

> That sounds like the workaround we put in for discretionary hyphens.
> 
> Try setting ContainerController.tlf_internal::usesDiscretionaryHyphens =
> false;
> 
> -Alex
> 
> On 2/5/15, 7:00 AM, "goratz"  wrote:
> 
>> Hi all,
>> 
>> first of all sorry for my English.
>> 
>> I have a very strange performance diference between 2 versions of
>> TextLayout.swc. The first one is the swc included in Apache Flex 4.14 SDK
>> and the second one is included in Apache Flex 4.9.1.
>> 
>> I have a very large text more or less 200 DIN-A4 pages in a Textflow. I
>> scroll to the end of the document and I underline a word and this is my
>> result underling a word in both versions.
>> 
>> *4.9.1* 21 ms (miliseconds). 0,02 Seconds
>> 
>> 
>> *4.14* 3.405 ms (miliseconds). 3,4 Seconds
>> 
>> The time difference happens in this line of code:
>> EditManager.applyLeafFormat(oFormat);
>> 
>> Anyone has any idea what's the problem?
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> --
>> View this message in context:
>> http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue
>> -tp44966.html
>> Sent from the Apache Flex Development mailing list archive at Nabble.com.
> 



Re: TLF performance issue

2015-02-05 Thread goratz
Thanks Alex,

I will try it tomorrow and I will tell you if that works.



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue-tp44966p44982.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


RE: [DISCUSS] Release Apache Flex SDK Installer 3.2

2015-02-05 Thread Neil Madsen
Hi Alex,
Yes, this is exactly what is happening. When the language changes it doesn't
check if there is data from the XML file available. It simply rebuilds the
list of items from a predefined set in this method
"initializeInstallerComponentsDataProvider()". It should be looking for any
data stored in "_installerComponentsDataProvider" and use that data if it's
there. 

What I think has happened is that when the code was added to load the XML
config data, the installer wasn't updated to use that data in all scenarios
(and there are more than a few now). 

I think I know what needs to happen now so I'll try to wire it all up and
get a working version. If I have any troubles I'll be sure to ask on the
list. I'm pretty sure the "_installerComponentsDataProvider" and the
"usingXML:Boolean" need to be used within the
"initializeInstallerComponentsDataProvider()" method to determine what
components/checkboxes are supposed to be displayed. This will allow for the
dynamic data and a fallback for versions not using the XML config data.

I'll post back with my results.

Neil  

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com] 
Sent: February-05-15 9:23 AM
To: dev@flex.apache.org; Neil Madsen
Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2

Hi Neil,

It sounds like there may still be confusion about how the checkbox set is
determined.  For recent releases like Flex SDK 4.13 and 4.14, and for FlexJS
releases, the 'final' list of items is not in the InstallApacheFlex.mxml
file at all.  Really, there is no final list.  It is totally data driven
from xml files co-located with the release artifacts and can be different
for each release.  We can even change an .xml file after we release and the
Installer needs to pick up that change at runtime.  There is a set of
checkboxes in InstallApacheFlex.mxml, but that is used for Flex SDK 4.12.1
and older (actually even whether 4.12.x uses the built-in checkboxes is
determined by another .xml file).

IOW, we are trying to make the installer be totally data driven, but it has
to keep an old code path around.  It looks like when the language changes,
the installer reverts to the old code path.  It needs to go down the new
code path with the new language.

HTH,
-Alex



On 2/5/15, 8:04 AM, "Neil Madsen"  wrote:

>I have made some changes to the code and the check boxes seem to be 
>working.
>If I could get a 'final' list of items to be displayed I can make sure 
>the correct items are being displayed and then push this version for
testing.
>
>Neil
>
>
>-Original Message-
>Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2
>
>Thanks Piotr. I see what's happening.
>Can someone please give a list of all required/optional check boxes to 
>be displayed for v4.14.0
>
>There has been so much discussion regarding what should and shouldn't 
>be required I lost track and I'm not sure where it stands right now. If 
>I have a list I can fix up the error when changing languages on the 
>license screen.
>
>
>Neil
>
>
>-Original Message-
>From: piotrz [mailto:piotrzarzyck...@gmail.com]
>Sent: February-05-15 12:58 AM
>To: dev@flex.apache.org
>Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2
>
>Hi,
>
>I've just tried last nightly build of installer (Build #380) and on the 
>license agreements I see:
>
>http://images.devs-on.net/Image/a1bcfrLefuRiHbJB-Obszar.png
>
>Once I change language I see:
>
>http://images.devs-on.net/Image/qJZ5xeUiPfgyTChe-Obszar.png
>
>So we have an issue here. Additionally I don't see this ->
>https://issues.apache.org/jira/browse/FLEX-34687
>
>Piotr
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/DISCUSS-Release-Ap
>ach
>e-
>Flex-SDK-Installer-3-2-tp44853p44957.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.
>




Re: [Installer - FLEX-34251] Is SSK needed for load installer config?

2015-02-05 Thread Alex Harui
I’m going to try to see if I can capture where we are:

At least one person got stuck because AIR on Windows uses IE/OS settings
that needed tweaking otherwise it blocked an HTTPS download.  Yet of the
list of common failures, many others failed after getting past at least
two HTTPS downloads.

We have several votes to not use https at all.  There is still a chance
that now or someday, some download that first attempts http will fail or
be redirected to https.

We have an option to replace URLLoader with an AS3 native HTTP
implementation.  AIUI, there is a chance that will just solve everything
and we won’t need to care about HTTP vs HTTPS any more.  Can someone
confirm?

A new idea that popped into my head is having a checkbox in the Installer
where you can select to use HTTPS.  Is that practical?  IMO, we’d default
to HTTP and folks who are concerned would opt in to HTTPS.

What do others think?  IMO, for 3.2 we should just do the swap of an AS3
native HTTP implementation and not switch our urls to HTTP or add some
checkbox.  Then we can get better data on how many problems that change
solved or if it introduces new issues.  Not that I’m volunteering to do
that work.

-Alex

On 2/5/15, 6:06 AM, "Kessler CTR Mark J"  wrote:

>+1 to http vs https.
>
>-Mark
>
>-Original Message-
>From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash
>Muppirala
>Sent: Wednesday, February 04, 2015 11:11 AM
>To: dev@flex.apache.org
>Cc: Paul Hastings
>Subject: Re: [Installer - FLEX-34251] Is SSK needed for load installer
>config?
>
>On Feb 4, 2015 8:09 AM, "Alex Harui"  wrote:
>>
>> Another question for you guys, since I don’t have any expertise in this
>> area, would we in fact skirt around this by hitting http for more of our
>> downloads instead of https?
>>
>
>+1 to hitting http by default.
>
>Thanks,
>Om
>
>> -Alex
>>
>> On 2/4/15, 8:05 AM, "Paul Hastings"  wrote:
>>
>> >On 2/4/2015 10:52 PM, Nicholas Kwiatkowski wrote:
>> >> Anything Vista+/Mac OS10.4+ has TLS turned on by default.  It was
>>made
>> >> available in XP, if you turned it on.
>> >
>> >1.0 was on by default, 1.1 & 1.2 (guess the culprit here) weren't.
>> >
>>



Re: [Installer - FLEX-34251] Is SSK needed for load installer config?

2015-02-05 Thread Nicholas Kwiatkowski
I'd recommend against using the client to bypass the windows settings.  If
we do, the we need to expose properties like Proxy Settings, and need to
deal with locations that disallow large TCP window sizes (for example,
users on AT&T DSL have to force their TCP Window size to 1440 instead of
1500 which is the OS default).  We would need to package in an ANE to read
the registry settings for these settings if we plan on doing the download
raw.

-Nick

On Wed, Feb 4, 2015 at 9:12 PM, OmPrakash Muppirala 
wrote:

> On Feb 4, 2015 5:33 PM, "Alex Harui"  wrote:
> >
> > Sounds reasonable.
> >
> > The AIR downloading code via URLLoader just seems sensitive.  Do we know
> > if we use AIR sockets and build our own http download protocol on top if
> > it will bypass the IE libraries underneath?
>
> Yes, it will.  I use the as3httpclient in my projects and it should work
> fine and bypass any browser based settings.
>
> Thanks,
> Om
>
> >
> > -Alex
> >
> > On 2/4/15, 11:03 AM, "Nicholas Kwiatkowski"  wrote:
> >
> > >An option we could use is to try https first.  If it fails, present the
> > >user to drop down to http.  This should take care of all use cases, yet
> > >still allow the user control the security level...
> > >
> > >-Nick
> > >
> > >On Wed, Feb 4, 2015 at 12:02 PM, Alex Harui  wrote:
> > >
> > >> In another thread, I think Tom C says we should be using https to
> > >>deliver
> > >> all of our bits, which we aren’t today.  What do folks think?
> > >>
> > >> -Alex
> > >>
> > >> On 2/4/15, 8:37 AM, "Alex Harui"  wrote:
> > >>
> > >> >I thought the change to http was going to be in the
> > >> >sdk-installer-config-4.0.xml file but it turns out it isn’t.  When
> the
> > >> >artifact is coming from the mirrors, the Installer uses https to get
> > >>MD5
> > >> >and the apache-flex-sdk-installer-config.xml file.  Should we use
> http
> > >>to
> > >> >get the MD5s as well?  If so, that is a simple  change we can test in
> > >>the
> > >> >nightly builds.
> > >> >
> > >> >-Alex
> > >> >
> > >> >On 2/4/15, 8:12 AM, "Erik de Bruin"  wrote:
> > >> >
> > >> >>+1 here as well, especially since that would be an 'easyfix' ;-)
> > >> >>
> > >> >>EdB
> > >> >>
> > >> >>
> > >> >>
> > >> >>On Wed, Feb 4, 2015 at 5:11 PM, OmPrakash Muppirala
> > >> >> wrote:
> > >> >>> On Feb 4, 2015 8:09 AM, "Alex Harui"  wrote:
> > >> 
> > >>  Another question for you guys, since I don’t have any expertise
> in
> > >> this
> > >>  area, would we in fact skirt around this by hitting http for more
> > >>of
> > >> our
> > >>  downloads instead of https?
> > >> 
> > >> >>>
> > >> >>> +1 to hitting http by default.
> > >> >>>
> > >> >>> Thanks,
> > >> >>> Om
> > >> >>>
> > >>  -Alex
> > >> 
> > >>  On 2/4/15, 8:05 AM, "Paul Hastings" 
> > >>wrote:
> > >> 
> > >>  >On 2/4/2015 10:52 PM, Nicholas Kwiatkowski wrote:
> > >>  >> Anything Vista+/Mac OS10.4+ has TLS turned on by default.  It
> > >>was
> > >> made
> > >>  >> available in XP, if you turned it on.
> > >>  >
> > >>  >1.0 was on by default, 1.1 & 1.2 (guess the culprit here)
> weren't.
> > >>  >
> > >> 
> > >> >>
> > >> >>
> > >> >>
> > >> >>--
> > >> >>Ix Multimedia Software
> > >> >>
> > >> >>Jan Luykenstraat 27
> > >> >>3521 VB Utrecht
> > >> >>
> > >> >>T. 06-51952295
> > >> >>I. www.ixsoftware.nl
> > >> >
> > >>
> > >>
> >
>


Re: [DISCUSS] Release Apache Flex SDK Installer 3.2

2015-02-05 Thread Alex Harui
Hi Neil,

It sounds like there may still be confusion about how the checkbox set is
determined.  For recent releases like Flex SDK 4.13 and 4.14, and for
FlexJS releases, the ‘final’ list of items is not in the
InstallApacheFlex.mxml file at all.  Really, there is no final list.  It
is totally data driven from xml files co-located with the release
artifacts and can be different for each release.  We can even change an
.xml file after we release and the Installer needs to pick up that change
at runtime.  There is a set of checkboxes in InstallApacheFlex.mxml, but
that is used for Flex SDK 4.12.1 and older (actually even whether 4.12.x
uses the built-in checkboxes is determined by another .xml file).

IOW, we are trying to make the installer be totally data driven, but it
has to keep an old code path around.  It looks like when the language
changes, the installer reverts to the old code path.  It needs to go down
the new code path with the new language.

HTH,
-Alex



On 2/5/15, 8:04 AM, "Neil Madsen"  wrote:

>I have made some changes to the code and the check boxes seem to be
>working.
>If I could get a 'final' list of items to be displayed I can make sure the
>correct items are being displayed and then push this version for testing.
>
>Neil
>
>
>-Original Message-
>Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2
>
>Thanks Piotr. I see what's happening.
>Can someone please give a list of all required/optional check boxes to be
>displayed for v4.14.0
>
>There has been so much discussion regarding what should and shouldn't be
>required I lost track and I'm not sure where it stands right now. If I
>have
>a list I can fix up the error when changing languages on the license
>screen.
>
>
>Neil
>
>
>-Original Message-
>From: piotrz [mailto:piotrzarzyck...@gmail.com]
>Sent: February-05-15 12:58 AM
>To: dev@flex.apache.org
>Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2
>
>Hi,
>
>I've just tried last nightly build of installer (Build #380) and on the
>license agreements I see:
>
>http://images.devs-on.net/Image/a1bcfrLefuRiHbJB-Obszar.png
>
>Once I change language I see:
>
>http://images.devs-on.net/Image/qJZ5xeUiPfgyTChe-Obszar.png
>
>So we have an issue here. Additionally I don't see this ->
>https://issues.apache.org/jira/browse/FLEX-34687
>
>Piotr
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/DISCUSS-Release-Apach
>e-
>Flex-SDK-Installer-3-2-tp44853p44957.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



Re: TLF performance issue

2015-02-05 Thread Alex Harui
That sounds like the workaround we put in for discretionary hyphens.

Try setting ContainerController.tlf_internal::usesDiscretionaryHyphens =
false;

-Alex

On 2/5/15, 7:00 AM, "goratz"  wrote:

>Hi all,
>
>first of all sorry for my English.
>
>I have a very strange performance diference between 2 versions of
>TextLayout.swc. The first one is the swc included in Apache Flex 4.14 SDK
>and the second one is included in Apache Flex 4.9.1.
>
>I have a very large text more or less 200 DIN-A4 pages in a Textflow. I
>scroll to the end of the document and I underline a word and this is my
>result underling a word in both versions.
>
>*4.9.1* 21 ms (miliseconds). 0,02 Seconds
>
>
>*4.14* 3.405 ms (miliseconds). 3,4 Seconds
>
>The time difference happens in this line of code:
>EditManager.applyLeafFormat(oFormat);
>
>Anyone has any idea what's the problem?
>
>
>
>
>
>
>
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue
>-tp44966.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: ApacheCon: Austin, Texas, April 13-17, 2015

2015-02-05 Thread Alex Harui
Hi Paul,

Based on what I’m reading on other Apache-wide mailing lists, the final
set of talks has not been determined yet.

I am curious as to what kind of Flex content you are interested in.

-Alex

On 2/5/15, 7:18 AM, "Paul Moreau"  wrote:

>Hi folks,
>
>Apologies for asking this in here but I mailed the Apachecon people and
>got
>no reply from them.
>
>I'm putting together a budget for attending Apachecon (coming from
>Ireland)
>but first would like to know if there will be many (or any) Flex seminars
>at the event.
>
>Thanks,
>
>Paul
>
>
>On Tue, Jan 27, 2015 at 11:14 AM, Justin Mclean 
>wrote:
>
>> Hi,
>>
>> > I submitted 4 sessions ... if one is accepted, I'll be there :-)
>>
>> If all 4 are accepted (like what happened to me last conference) you may
>> regret it :-)
>>
>> I would like to go but other work commitments, budget, timing and the
>> current exchange rate is unfortunately unfavourable for me. I still may
>> submit something in the next couple of days.. Austen I'm told is an
>> interesting place to visit and it's not somewhere I've not been to yet.
>>
>> Thanks,
>> Justin
>
>
>
>
>-- 
>
>
>
>
>
>
>*DISCLAIMER: This electronic message together with any attachments is
>confidential. If you are not the intended recipient, do not copy, disclose
>or use the contents in any way. Please also advise us by return e-mail
>that
>you have received the message and then please destroy. Zutec  Ltd is not
>responsible for any changes made to this message and / or any attachments
>after sending by Zutec. We use virus scanning software but exclude all
>liability for viruses or anything similar in this email or any
>attachment.*



RE: [DISCUSS] Release Apache Flex SDK Installer 3.2

2015-02-05 Thread Neil Madsen
I have made some changes to the code and the check boxes seem to be working.
If I could get a 'final' list of items to be displayed I can make sure the
correct items are being displayed and then push this version for testing.

Neil


-Original Message-
Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2

Thanks Piotr. I see what's happening.
Can someone please give a list of all required/optional check boxes to be
displayed for v4.14.0

There has been so much discussion regarding what should and shouldn't be
required I lost track and I'm not sure where it stands right now. If I have
a list I can fix up the error when changing languages on the license screen.


Neil


-Original Message-
From: piotrz [mailto:piotrzarzyck...@gmail.com]
Sent: February-05-15 12:58 AM
To: dev@flex.apache.org
Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2

Hi,

I've just tried last nightly build of installer (Build #380) and on the
license agreements I see:

http://images.devs-on.net/Image/a1bcfrLefuRiHbJB-Obszar.png

Once I change language I see:

http://images.devs-on.net/Image/qJZ5xeUiPfgyTChe-Obszar.png

So we have an issue here. Additionally I don't see this ->
https://issues.apache.org/jira/browse/FLEX-34687

Piotr


-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/DISCUSS-Release-Apache-
Flex-SDK-Installer-3-2-tp44853p44957.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [DISCUSS] Release Apache Flex SDK Installer 3.2

2015-02-05 Thread Alex Harui
Hi Neil,

AIUI, the quantity of checkboxes should be the same after switching
languages, and for a recent release like 4.14, the text for each checkbox
should match what is pulled from the apache-flex-sdk-installer-config.xml
for that release.  4.14’s is here [1], 4.13’s is here [2]:

The installer has two major code paths.  The “legacy” code path assumes a
particular set of checkboxes that is coded into the source.  The “new”
code path derives the set of checkboxes from these .xml files. I imagine
what we are seeing is that on a language change you end up back in the
legacy code path’s set of checkboxes, instead of pulling new text from the
.xml file.

Thanks,
-Alex

[1] 
https://dist.apache.org/repos/dist/release/flex/4.14.0/binaries/apache-flex
-sdk-installer-config.xml

[2] 
http://archive.apache.org/dist/flex/4.13.0/binaries/apache-flex-sdk-install
er-config.xml

On 2/5/15, 7:36 AM, "Neil Madsen"  wrote:

>If you have a list of checkboxes that should be on the license screen for
>v4.14.0 I can at least try and get that part fixed up. As for the SDK not
>being able to be used it could stem from this if there are bits that are
>loaded that didn't need to be and vice versa. Once this is updated it may
>fix that issue as well.
>
>I haven't come across that issue but it may be caused by the additional
>checkboxes appearing after the language change.
>
>Neil
>  
>
>-Original Message-
>From: Justin Mclean [mailto:jus...@classsoftware.com]
>Sent: February-05-15 1:40 AM
>To: dev@flex.apache.org
>Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2
>
>Hi,
>
>> Once I change language I see:
>> 
>> http://images.devs-on.net/Image/qJZ5xeUiPfgyTChe-Obszar.png
>
>Yes and even worse if you now continue from this point it makes an SDK
>that
>doesn't work.
>
>I've raised this issue on the list recently but other PMC members didn't
>think it would occur enough to be considered an issue.
>
>Justin
>



Re: [Installer - FLEX-34251] Is SSK needed for load installer config?

2015-02-05 Thread Alex Harui
Very weird.  This time when I hit the link I ended up at

https://code.google.com/p/as3httpclient/

Which does show BSD, but last time I ended up at

https://code.google.com/p/as3httpclientlib/

Which shows MIT.  I guess there is more than one version of AS3 Native
HTTP.  Whoever works on it can pick one or the other as long as the
LICENSE is updated correctly.

-Alex

On 2/5/15, 7:30 AM, "Erik de Bruin"  wrote:

>Weird, I see BSD instead of MIT... Maybe it shows one for the US, and
>another for the world?
>
>EdB
>
>
>
>On Thu, Feb 5, 2015 at 4:25 PM, Alex Harui  wrote:
>>
>>
>> On 2/5/15, 12:23 AM, "Justin Mclean"  wrote:
>>
>>>Hi,
>>>
 Looks like it is MIT license so ok to use.
>>>
>>>It's BSD not MIT but that's also OK assuming you add it to LICENSE. [1]
>>
>> Ugh.  Did you find BSD somewhere?  That could mean the authors didn’t
>> handle their IP carefully.
>>
>> When I go to their site [2] on the left column it clearly says “MIT
>> License” and on GitHub the License.txt file [3] looks like MIT to me.
>>Or
>> am I missing something.
>>
>> -Alex
>>
>>>
>>>Justin
>>>
>>>1. http://www.apache.org/dev/licensing-howto.html#permissive-deps
>>
>> [2] https://code.google.com/p/as3httpclient/
>> [3] https://github.com/gabriel/as3httpclient/blob/master/License.txt
>>
>
>
>
>-- 
>Ix Multimedia Software
>
>Jan Luykenstraat 27
>3521 VB Utrecht
>
>T. 06-51952295
>I. www.ixsoftware.nl



RE: [DISCUSS] Release Apache Flex SDK Installer 3.2

2015-02-05 Thread Neil Madsen
If you have a list of checkboxes that should be on the license screen for
v4.14.0 I can at least try and get that part fixed up. As for the SDK not
being able to be used it could stem from this if there are bits that are
loaded that didn't need to be and vice versa. Once this is updated it may
fix that issue as well. 

I haven't come across that issue but it may be caused by the additional
checkboxes appearing after the language change. 

Neil
  

-Original Message-
From: Justin Mclean [mailto:jus...@classsoftware.com] 
Sent: February-05-15 1:40 AM
To: dev@flex.apache.org
Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2

Hi,

> Once I change language I see:
> 
> http://images.devs-on.net/Image/qJZ5xeUiPfgyTChe-Obszar.png

Yes and even worse if you now continue from this point it makes an SDK that
doesn't work.

I've raised this issue on the list recently but other PMC members didn't
think it would occur enough to be considered an issue.

Justin



RE: [DISCUSS] Release Apache Flex SDK Installer 3.2

2015-02-05 Thread Neil Madsen
Thanks Piotr. I see what's happening.
Can someone please give a list of all required/optional check boxes to be
displayed for v4.14.0

There has been so much discussion regarding what should and shouldn't be
required I lost track and I'm not sure where it stands right now. If I have
a list I can fix up the error when changing languages on the license screen.


Neil



-Original Message-
From: piotrz [mailto:piotrzarzyck...@gmail.com] 
Sent: February-05-15 12:58 AM
To: dev@flex.apache.org
Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2

Hi,

I've just tried last nightly build of installer (Build #380) and on the
license agreements I see:

http://images.devs-on.net/Image/a1bcfrLefuRiHbJB-Obszar.png

Once I change language I see:

http://images.devs-on.net/Image/qJZ5xeUiPfgyTChe-Obszar.png

So we have an issue here. Additionally I don't see this ->
https://issues.apache.org/jira/browse/FLEX-34687

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/DISCUSS-Release-Apache-
Flex-SDK-Installer-3-2-tp44853p44957.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [DISCUSS] Release Apache Flex SDK Installer 3.2

2015-02-05 Thread Alex Harui


On 2/5/15, 12:39 AM, "Justin Mclean"  wrote:

>Hi,
>
>> Once I change language I see:
>> 
>> http://images.devs-on.net/Image/qJZ5xeUiPfgyTChe-Obszar.png
>
>Yes and even worse if you now continue from this point it makes an SDK
>that doesn't work.
>
>I've raised this issue on the list recently but other PMC members didn't
>think it would occur enough to be considered an issue.

Did I miss a thread somewhere?  I don’t recall any PMC member saying that
we should ship Installer 3.2 with this problem.  Piotr wrote that he found
this in the nightly build.  I certainly support someone trying to find a
fix for 3.2.

-Alex



Re: [Installer - FLEX-34251] Is SSK needed for load installer config?

2015-02-05 Thread Erik de Bruin
Weird, I see BSD instead of MIT... Maybe it shows one for the US, and
another for the world?

EdB



On Thu, Feb 5, 2015 at 4:25 PM, Alex Harui  wrote:
>
>
> On 2/5/15, 12:23 AM, "Justin Mclean"  wrote:
>
>>Hi,
>>
>>> Looks like it is MIT license so ok to use.
>>
>>It's BSD not MIT but that's also OK assuming you add it to LICENSE. [1]
>
> Ugh.  Did you find BSD somewhere?  That could mean the authors didn’t
> handle their IP carefully.
>
> When I go to their site [2] on the left column it clearly says “MIT
> License” and on GitHub the License.txt file [3] looks like MIT to me.  Or
> am I missing something.
>
> -Alex
>
>>
>>Justin
>>
>>1. http://www.apache.org/dev/licensing-howto.html#permissive-deps
>
> [2] https://code.google.com/p/as3httpclient/
> [3] https://github.com/gabriel/as3httpclient/blob/master/License.txt
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: [Installer - FLEX-34251] Is SSK needed for load installer config?

2015-02-05 Thread Alex Harui


On 2/5/15, 12:23 AM, "Justin Mclean"  wrote:

>Hi,
>
>> Looks like it is MIT license so ok to use.
>
>It's BSD not MIT but that's also OK assuming you add it to LICENSE. [1]

Ugh.  Did you find BSD somewhere?  That could mean the authors didn’t
handle their IP carefully.

When I go to their site [2] on the left column it clearly says “MIT
License” and on GitHub the License.txt file [3] looks like MIT to me.  Or
am I missing something.

-Alex

>
>Justin
>
>1. http://www.apache.org/dev/licensing-howto.html#permissive-deps

[2] https://code.google.com/p/as3httpclient/
[3] https://github.com/gabriel/as3httpclient/blob/master/License.txt



Re: ApacheCon: Austin, Texas, April 13-17, 2015

2015-02-05 Thread Paul Moreau
Hi folks,

Apologies for asking this in here but I mailed the Apachecon people and got
no reply from them.

I'm putting together a budget for attending Apachecon (coming from Ireland)
but first would like to know if there will be many (or any) Flex seminars
at the event.

Thanks,

Paul


On Tue, Jan 27, 2015 at 11:14 AM, Justin Mclean 
wrote:

> Hi,
>
> > I submitted 4 sessions ... if one is accepted, I'll be there :-)
>
> If all 4 are accepted (like what happened to me last conference) you may
> regret it :-)
>
> I would like to go but other work commitments, budget, timing and the
> current exchange rate is unfortunately unfavourable for me. I still may
> submit something in the next couple of days.. Austen I'm told is an
> interesting place to visit and it's not somewhere I've not been to yet.
>
> Thanks,
> Justin




-- 






*DISCLAIMER: This electronic message together with any attachments is
confidential. If you are not the intended recipient, do not copy, disclose
or use the contents in any way. Please also advise us by return e-mail that
you have received the message and then please destroy. Zutec  Ltd is not
responsible for any changes made to this message and / or any attachments
after sending by Zutec. We use virus scanning software but exclude all
liability for viruses or anything similar in this email or any attachment.*


TLF performance issue

2015-02-05 Thread goratz
Hi all,

first of all sorry for my English. 

I have a very strange performance diference between 2 versions of
TextLayout.swc. The first one is the swc included in Apache Flex 4.14 SDK
and the second one is included in Apache Flex 4.9.1.

I have a very large text more or less 200 DIN-A4 pages in a Textflow. I
scroll to the end of the document and I underline a word and this is my
result underling a word in both versions.

*4.9.1* 21 ms (miliseconds). 0,02 Seconds


*4.14* 3.405 ms (miliseconds). 3,4 Seconds

The time difference happens in this line of code:
EditManager.applyLeafFormat(oFormat);

Anyone has any idea what's the problem?







--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/TLF-performance-issue-tp44966.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: FLEX - FormItem - Space still present when content not visible

2015-02-05 Thread amadese
Many thanks, it works now.

Sebastien



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FLEX-FormItem-Space-still-present-when-content-not-visible-tp44961p44965.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


RE: [Installer - FLEX-34251] Is SSK needed for load installer config?

2015-02-05 Thread Kessler CTR Mark J
+1 to http vs https.

-Mark

-Original Message-
From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash 
Muppirala
Sent: Wednesday, February 04, 2015 11:11 AM
To: dev@flex.apache.org
Cc: Paul Hastings
Subject: Re: [Installer - FLEX-34251] Is SSK needed for load installer config?

On Feb 4, 2015 8:09 AM, "Alex Harui"  wrote:
>
> Another question for you guys, since I don’t have any expertise in this
> area, would we in fact skirt around this by hitting http for more of our
> downloads instead of https?
>

+1 to hitting http by default.

Thanks,
Om

> -Alex
>
> On 2/4/15, 8:05 AM, "Paul Hastings"  wrote:
>
> >On 2/4/2015 10:52 PM, Nicholas Kwiatkowski wrote:
> >> Anything Vista+/Mac OS10.4+ has TLS turned on by default.  It was made
> >> available in XP, if you turned it on.
> >
> >1.0 was on by default, 1.1 & 1.2 (guess the culprit here) weren't.
> >
>


Re: FLEX - FormItem - Space still present when content not visible

2015-02-05 Thread antonio esposito
Try this.

includeInLayout="true/false"

 Antonio

2015-02-05 11:55 GMT+01:00 amadese :

> Hi,
>
> I'm a beginner with Flex. I would like to hide several fields in a form
> under conditions. I have tried to use the property "visible" and all is
> working perfectly. Nevertheless, spaces are still displayed in the form
> when
> these fields are hidden... And I do not know how to delete them. I thought
> to build a function in order to do that (reduce the height to 0 of the
> formItem for example when the field has to be hidden), but I do not know
> how
> to implement this feature and how to use it in the code.
>
>  required="{user && user.isCSB()}"
> visible="{user.isAdministrator() }">
>  verticalAlign="middle"
> visible="{user.isAdministrator() }">
>  id="cob_prio"
> labelField="number"
> width="100"
> prompt="{Const.PROMPT_SELECT}"
> change="model.grant.prio =
> (cob_prio.selectedItem?cob_prio.selectedItem.id:-1)"
>
> dataProvider="{model.prioritiesList.items}"
>
> selectedItem="@{model.currentPriority}"
> enabled="{grant!=null &&
> (user.isAdministrator()}"
> visible="{grant!=null &&
> (user.isAdministrator() }"
> />
> 
> 
>
> Could you please help me?
>
> Thank you in advance,
>
>
>
> --
> View this message in context:
> http://apache-flex-development.247.n4.nabble.com/FLEX-FormItem-Space-still-present-when-content-not-visible-tp44961.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>


Re: [Installer - FLEX-34251] Is SSK needed for load installer config?

2015-02-05 Thread Paul Hastings

On 2/5/2015 4:53 PM, Tom Chiverton wrote:

If people's Windows settings are incompatible with modern web sites


people as in "people who don't normally use IE". chrome reaches the config file 
site just fine (ditto for firefox). as justin pointed out most developers aren't 
big fans of IE, so this probably isn't that rare a case.



(against Microsoft advice) then they will encounter more and more
problems with time.


not if they don't use IE.


I still think we should just document it, and suggest checking the
settings when we get failures on Windows, and as a plan B look at the


just documenting this would be a fine solution as well.



FLEX - FormItem - Space still present when content not visible

2015-02-05 Thread amadese
Hi,

I'm a beginner with Flex. I would like to hide several fields in a form
under conditions. I have tried to use the property "visible" and all is
working perfectly. Nevertheless, spaces are still displayed in the form when
these fields are hidden... And I do not know how to delete them. I thought
to build a function in order to do that (reduce the height to 0 of the
formItem for example when the field has to be hidden), but I do not know how
to implement this feature and how to use it in the code.



  



Could you please help me?

Thank you in advance,



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FLEX-FormItem-Space-still-present-when-content-not-visible-tp44961.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [Installer - FLEX-34251] Is SSK needed for load installer config?

2015-02-05 Thread Tom Chiverton

On 04/02/15 17:38, Erik de Bruin wrote:

Only if you think a man-in-the-middle attack that hijacks both the
download and the MD5 request is more likely than the bad guys having
backdoor access to the servers actually hosting those files. And given
the fact that those servers reside in the US and that Snowden's main
revelation wasn't about a foreign power having access to nearly every
bit in the US, I say we don't worry too much about it;-)
If people's Windows settings are incompatible with modern web sites 
(against Microsoft advice) then they will encounter more and more 
problems with time.

We just happen to be seeing some fall out.

I still think we should just document it, and suggest checking the 
settings when we get failures on Windows, and as a plan B look at the 
AS3-native HTTPS implementation that doesn't use the underlying O/S.


I wont veto any change to HTTP though; life is too short and I'm out 
numbered,

Tom


Re: [DISCUSS] Release Apache Flex SDK Installer 3.2

2015-02-05 Thread Justin Mclean
Hi,

> Once I change language I see:
> 
> http://images.devs-on.net/Image/qJZ5xeUiPfgyTChe-Obszar.png

Yes and even worse if you now continue from this point it makes an SDK that 
doesn't work.

I've raised this issue on the list recently but other PMC members didn't think 
it would occur enough to be considered an issue.

Justin

Re: [Installer - FLEX-34251] Is SSK needed for load installer config?

2015-02-05 Thread Justin Mclean
Hi,

> Looks like it is MIT license so ok to use.

It's BSD not MIT but that's also OK assuming you add it to LICENSE. [1]

Justin

1. http://www.apache.org/dev/licensing-howto.html#permissive-deps


Re: [DISCUSS] Release Apache Flex SDK Installer 3.2

2015-02-05 Thread piotrz
Hi,

I've just tried last nightly build of installer (Build #380) and on the
license agreements I see:

http://images.devs-on.net/Image/a1bcfrLefuRiHbJB-Obszar.png

Once I change language I see:

http://images.devs-on.net/Image/qJZ5xeUiPfgyTChe-Obszar.png

So we have an issue here. Additionally I don't see this ->
https://issues.apache.org/jira/browse/FLEX-34687

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/DISCUSS-Release-Apache-Flex-SDK-Installer-3-2-tp44853p44957.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.