Re: Multilingual app in flex mobile

2014-07-28 Thread Neverbirth
Using device fonts should work as expected, I made a few apps that use them
and did not notice any problem.

As for localizing the app itself, everytime I've added multilingual support
to a Flex mobile app, I've made it like any Flex app. Of course, anything
that is not text or plain image should be embedded at compilation time if
you're running under iOS. So once you have your font embedded you can set
your controls' fontFamily to the font you want through localeManager and the
framework will do the rest.



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Multilingual-app-in-flex-mobile-tp39375p39379.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: Multilingual app in flex mobile

2014-07-28 Thread Vijay Kumar
Thank you so much for your quick response.

But did you test your app in Arabic or Thai using device fonts? I tried
using device fonts for Thai but it's again showing only boxes.

For testing thai, do i also need to have device default font as thai?




On Mon, Jul 28, 2014 at 11:49 AM, Neverbirth neverbi...@gmail.com wrote:

 Using device fonts should work as expected, I made a few apps that use them
 and did not notice any problem.

 As for localizing the app itself, everytime I've added multilingual support
 to a Flex mobile app, I've made it like any Flex app. Of course, anything
 that is not text or plain image should be embedded at compilation time if
 you're running under iOS. So once you have your font embedded you can set
 your controls' fontFamily to the font you want through localeManager and
 the
 framework will do the rest.



 --
 View this message in context:
 http://apache-flex-development.247.n4.nabble.com/Multilingual-app-in-flex-mobile-tp39375p39379.html
 Sent from the Apache Flex Development mailing list archive at Nabble.com.




-- 
Thanks,
Vijay Kumar


Re: Multilingual app in flex mobile

2014-07-28 Thread Neverbirth
No, sorry, I haven't had the chance to make a mobile app supporting those
languages, only normal Desktop/Web apps.

If you can send some simple test project I wouldn't mind looking into it.



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Multilingual-app-in-flex-mobile-tp39375p39381.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


RE: [LAZY] Accept Radii8 Code Donation

2014-07-28 Thread Maurice Amsellem
+1 (binding)

-Message d'origine-
De : Alex Harui [mailto:aha...@adobe.com] 
Envoyé : lundi 28 juillet 2014 06:34
À : dev@flex.apache.org
Objet : [LAZY] Accept Radii8 Code Donation

Hi Folks,

This is the official vote thread.  It is Lazy consensus so you only need to 
raise objections although I'm not expecting any based on the earlier poll.

Judah Frangipane (a long time Flex user) has been busy helping Harbs with TLF 
Tables, but has also developed a Flex=oriented IDE called Radii8.  The GitHub 
project is here: https://github.com/monkeypunch3/Radii8


Judah is proposing to donate Radii8 to Apache Flex.

Here's a quote from Judah about Radii8:

What my main focus has been is to be able to design something that then 
generates a web site or an application with a lot of hooks and tools to do our 
job (web, mobile and desktop). Why not use Photoshop or Ai to accomplish that? 
I could! That will work for some projects but I'm trying to support the full 
Flex framework. And there's projects I'd like to do that would require it's own 
environment. Also, code editing or text editing might better be handled in 
things like FDT, FB, or IntelliJ.

We'll close the vote after 72 hours.

Thanks,
-Alex





RE: [LAZY] Enabling Github pull requests in Apache Flex

2014-07-28 Thread Maurice Amsellem
Is this a vote thread? If so +1 for me

-Message d'origine-
De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash 
Muppirala
Envoyé : vendredi 25 juillet 2014 02:35
À : dev@flex.apache.org
Objet : [LAZY] Enabling Github pull requests in Apache Flex

The INFRA team has started supporting [1] pull requests from github.  If no one 
has objections, I will open a ticket with INFRA to enable this feature for 
Apache Flex.  In particular, these are the benefits we get from opting in for 
the tighter GitHub integration

   - Any Pull Request that gets opened, closed, reopened or commented on
   now gets recorded on the project's mailing list
   - If a project has a JIRA instance, any PRs or comments on PRs that
   include a JIRA ticket ID will trigger an update on that specific ticket
   - Replying to a GitHub comment on the dev@ mailing list will trigger a
   comment being placed on GitHub (yes, it works both ways!)
   - GitHub activity can now be relayed to IRC channels on the Freenode
   network.

This means that we can actually accept pull requests from GitHub going forward.

Thanks,
Om

[1]
https://blogs.apache.org/infra/entry/improved_integration_between_apache_and


Re: [LAZY] Enabling Github pull requests in Apache Flex

2014-07-28 Thread João Fernandes
Clearly a must have feature!


On 25 July 2014 01:34, OmPrakash Muppirala bigosma...@gmail.com wrote:

 The INFRA team has started supporting [1] pull requests from github.  If no
 one has objections, I will open a ticket with INFRA to enable this feature
 for Apache Flex.  In particular, these are the benefits we get from opting
 in for the tighter GitHub integration

- Any Pull Request that gets opened, closed, reopened or commented on
now gets recorded on the project's mailing list
- If a project has a JIRA instance, any PRs or comments on PRs that
include a JIRA ticket ID will trigger an update on that specific ticket
- Replying to a GitHub comment on the dev@ mailing list will trigger a
comment being placed on GitHub (yes, it works both ways!)
- GitHub activity can now be relayed to IRC channels on the Freenode
network.

 This means that we can actually accept pull requests from GitHub going
 forward.

 Thanks,
 Om

 [1]

 https://blogs.apache.org/infra/entry/improved_integration_between_apache_and




-- 

João Fernandes


AW: [LAZY] Enabling Github pull requests in Apache Flex

2014-07-28 Thread Christofer Dutz
Yeah, but if the Apache Git infrastructure doesn't support it, we can vote as 
much as we like, it won't change anything at all ;-)

I have seen some projects (Apache Camel) utilize a workflow where someone 
clones the Projects Github repo and issues normal pull requests to that.
From then on some comitter in the project has to manually pull the changes, 
apply them to the codebase and push them to the Apache repo after which the 
changes get pushed to Github. After that the initiator has to manaually delete 
the pull-request as we don't have any access to the Apache GitHub account. So 
it's not really automatic. And discussions about pull-requests tend to be held 
in Github and therefore are not archived by Apache (Which they should 
especially as the Pull Requests have to be deleted after they have been 
applied). I guess the not having access to the github account hosting our 
Flex projects is the main problem here. So we can't utilize the normal Github 
workflow. To me it looks as if there is no real benefit in contrast to the 
Add patch to Issue, but there are drawbacks (Loosing discussion after 
deleting PullRequest).

Chris





Von: João Fernandes joaopedromartinsfernan...@gmail.com
Gesendet: Montag, 28. Juli 2014 10:54
An: dev@flex.apache.org
Betreff: Re: [LAZY] Enabling Github pull requests in Apache Flex

Clearly a must have feature!


On 25 July 2014 01:34, OmPrakash Muppirala bigosma...@gmail.com wrote:

 The INFRA team has started supporting [1] pull requests from github.  If no
 one has objections, I will open a ticket with INFRA to enable this feature
 for Apache Flex.  In particular, these are the benefits we get from opting
 in for the tighter GitHub integration

- Any Pull Request that gets opened, closed, reopened or commented on
now gets recorded on the project's mailing list
- If a project has a JIRA instance, any PRs or comments on PRs that
include a JIRA ticket ID will trigger an update on that specific ticket
- Replying to a GitHub comment on the dev@ mailing list will trigger a
comment being placed on GitHub (yes, it works both ways!)
- GitHub activity can now be relayed to IRC channels on the Freenode
network.

 This means that we can actually accept pull requests from GitHub going
 forward.

 Thanks,
 Om

 [1]

 https://blogs.apache.org/infra/entry/improved_integration_between_apache_and




--

João Fernandes


AW: [LAZY] Enabling Github pull requests in Apache Flex

2014-07-28 Thread Christofer Dutz
Gee .. why didn't I get the original post ...

so if the comment tracking is handled, I'm fine with that ... but still it 
sounds as if the workflow is still not smooth. As far as I know you have to 
have access to the account that recieves the pull request in order to apply it. 
If you don't you have to manually pull the changes, apply them youself and the 
initiating user hast to manually delete them ... or has Infra put any work into 
this?

Chris


Von: Christofer Dutz christofer.d...@c-ware.de
Gesendet: Montag, 28. Juli 2014 11:43
An: dev@flex.apache.org
Betreff: AW: [LAZY] Enabling Github pull requests in Apache Flex

Yeah, but if the Apache Git infrastructure doesn't support it, we can vote as 
much as we like, it won't change anything at all ;-)

I have seen some projects (Apache Camel) utilize a workflow where someone 
clones the Projects Github repo and issues normal pull requests to that.
From then on some comitter in the project has to manually pull the changes, 
apply them to the codebase and push them to the Apache repo after which the 
changes get pushed to Github. After that the initiator has to manaually delete 
the pull-request as we don't have any access to the Apache GitHub account. So 
it's not really automatic. And discussions about pull-requests tend to be held 
in Github and therefore are not archived by Apache (Which they should 
especially as the Pull Requests have to be deleted after they have been 
applied). I guess the not having access to the github account hosting our 
Flex projects is the main problem here. So we can't utilize the normal Github 
workflow. To me it looks as if there is no real benefit in contrast to the 
Add patch to Issue, but there are drawbacks (Loosing discussion after 
deleting PullRequest).

Chris





Von: João Fernandes joaopedromartinsfernan...@gmail.com
Gesendet: Montag, 28. Juli 2014 10:54
An: dev@flex.apache.org
Betreff: Re: [LAZY] Enabling Github pull requests in Apache Flex

Clearly a must have feature!


On 25 July 2014 01:34, OmPrakash Muppirala bigosma...@gmail.com wrote:

 The INFRA team has started supporting [1] pull requests from github.  If no
 one has objections, I will open a ticket with INFRA to enable this feature
 for Apache Flex.  In particular, these are the benefits we get from opting
 in for the tighter GitHub integration

- Any Pull Request that gets opened, closed, reopened or commented on
now gets recorded on the project's mailing list
- If a project has a JIRA instance, any PRs or comments on PRs that
include a JIRA ticket ID will trigger an update on that specific ticket
- Replying to a GitHub comment on the dev@ mailing list will trigger a
comment being placed on GitHub (yes, it works both ways!)
- GitHub activity can now be relayed to IRC channels on the Freenode
network.

 This means that we can actually accept pull requests from GitHub going
 forward.

 Thanks,
 Om

 [1]

 https://blogs.apache.org/infra/entry/improved_integration_between_apache_and




--

João Fernandes


RE: [LAZY] Enabling Github pull requests in Apache Flex

2014-07-28 Thread Kessler CTR Mark J
I've seen a few different test for github pull requests and comments.  One of 
which is in the Infrastructure mailing list.

-Mark


RE: [LAZY] Accept Radii8 Code Donation

2014-07-28 Thread Kessler CTR Mark J
+1 (binding)

-Mark

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Monday, July 28, 2014 12:34 AM
To: dev@flex.apache.org
Subject: [LAZY] Accept Radii8 Code Donation

Hi Folks,

This is the official vote thread.  It is Lazy consensus so you only need
to raise objections although I'm not expecting any based on the earlier
poll.

Judah Frangipane (a long time Flex user) has been busy helping Harbs with
TLF Tables, but has also developed a Flex=oriented IDE called Radii8.  The
GitHub project is here: https://github.com/monkeypunch3/Radii8


Judah is proposing to donate Radii8 to Apache Flex.

Here's a quote from Judah about Radii8:

What my main focus has been is to be able to design something that
then generates a web site or an application with a lot of hooks and tools
to do our job (web, mobile and desktop). Why not use Photoshop or Ai to
accomplish that? I could! That will work for some projects but I'm trying
to support the full Flex framework. And there's projects I'd like to do
that would require it's own environment. Also, code editing or text editing
might better be handled in things like FDT, FB, or IntelliJ.

We'll close the vote after 72 hours.

Thanks,
-Alex





Re: [LAZY] Accept Radii8 Code Donation

2014-07-28 Thread Carlos Rovira
+1 (binding)


2014-07-28 12:42 GMT+02:00 Kessler CTR Mark J mark.kessler@usmc.mil:

 +1 (binding)

 -Mark

 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Monday, July 28, 2014 12:34 AM
 To: dev@flex.apache.org
 Subject: [LAZY] Accept Radii8 Code Donation

 Hi Folks,

 This is the official vote thread.  It is Lazy consensus so you only need
 to raise objections although I'm not expecting any based on the earlier
 poll.

 Judah Frangipane (a long time Flex user) has been busy helping Harbs with
 TLF Tables, but has also developed a Flex=oriented IDE called Radii8.  The
 GitHub project is here: https://github.com/monkeypunch3/Radii8


 Judah is proposing to donate Radii8 to Apache Flex.

 Here's a quote from Judah about Radii8:

 What my main focus has been is to be able to design something that
 then generates a web site or an application with a lot of hooks and tools
 to do our job (web, mobile and desktop). Why not use Photoshop or Ai to
 accomplish that? I could! That will work for some projects but I'm trying
 to support the full Flex framework. And there's projects I'd like to do
 that would require it's own environment. Also, code editing or text editing
 might better be handled in things like FDT, FB, or IntelliJ.

 We'll close the vote after 72 hours.

 Thanks,
 -Alex






-- 
Carlos Rovira
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.directwriter.es
http://www.avant2.es


RE: [LAZY] Enabling Github pull requests in Apache Flex

2014-07-28 Thread Frédéric THOMAS
Nice feature to have !

Frédéric THOMAS

 From: bigosma...@gmail.com
 Date: Thu, 24 Jul 2014 17:34:53 -0700
 Subject: [LAZY] Enabling Github pull requests in Apache Flex
 To: dev@flex.apache.org
 
 The INFRA team has started supporting [1] pull requests from github.  If no
 one has objections, I will open a ticket with INFRA to enable this feature
 for Apache Flex.  In particular, these are the benefits we get from opting
 in for the tighter GitHub integration
 
- Any Pull Request that gets opened, closed, reopened or commented on
now gets recorded on the project's mailing list
- If a project has a JIRA instance, any PRs or comments on PRs that
include a JIRA ticket ID will trigger an update on that specific ticket
- Replying to a GitHub comment on the dev@ mailing list will trigger a
comment being placed on GitHub (yes, it works both ways!)
- GitHub activity can now be relayed to IRC channels on the Freenode
network.
 
 This means that we can actually accept pull requests from GitHub going
 forward.
 
 Thanks,
 Om
 
 [1]
 https://blogs.apache.org/infra/entry/improved_integration_between_apache_and
  

RE: [LAZY] Accept Radii8 Code Donation

2014-07-28 Thread Frédéric THOMAS
+1 (Binding)

Frédéric THOMAS   

[ANNOUNCE] Apache Flex SDK 4.13.0 released

2014-07-28 Thread Alex Harui
The Apache Flex community is pleased to announce the release of Apache
Flex SDK 4.13.0

The Apache Flex SDK is a highly productive, open source application
framework for building and maintaining expressive applications that deploy
consistently on all major browsers, desktops and devices (including
smartphones, tablets and tv).

The Apache Flex SDK 4.13.0 is an update to Apache Flex SDK 4.12.1 that
adds support for the latest Flash Player and AIR runtimes, support for
Workers in FDB, and many bug fixes.  For more details, see the release
notes at:
http://www.apache.org/dist/flex/4.13.0/RELEASE_NOTES


The Apache Flex SDK is available in source form from the following
download page:
http://flex.apache.org/download-source.html

It's recommended you install the Apache Flex SDK by using the Apache Flex
IDE installer:
http://flex.apache.org/installer.html

When downloading from a mirror site, please remember to verify the
downloads using signatures or MD5 hashes.

For more information on Apache Flex, visit the project home page:
http://flex.apache.org http://flex.apache.org/ http://flex.apache.org/

Thank you for using Apache Flex,
The Apache Flex Community



Re: [ANNOUNCE] Apache Flex SDK 4.13.0 released

2014-07-28 Thread OmPrakash Muppirala
A new blog post has been created:
https://blogs.apache.org/flex/entry/apache_flex_sdk_4_13
Please forward!

Also, please RT the official tweet here:
https://twitter.com/ApacheFlex/status/493797362972622852

Thanks,
Om


On Mon, Jul 28, 2014 at 9:10 AM, Alex Harui aha...@adobe.com wrote:

 The Apache Flex community is pleased to announce the release of Apache
 Flex SDK 4.13.0

 The Apache Flex SDK is a highly productive, open source application
 framework for building and maintaining expressive applications that deploy
 consistently on all major browsers, desktops and devices (including
 smartphones, tablets and tv).

 The Apache Flex SDK 4.13.0 is an update to Apache Flex SDK 4.12.1 that
 adds support for the latest Flash Player and AIR runtimes, support for
 Workers in FDB, and many bug fixes.  For more details, see the release
 notes at:
 http://www.apache.org/dist/flex/4.13.0/RELEASE_NOTES


 The Apache Flex SDK is available in source form from the following
 download page:
 http://flex.apache.org/download-source.html

 It's recommended you install the Apache Flex SDK by using the Apache Flex
 IDE installer:
 http://flex.apache.org/installer.html

 When downloading from a mirror site, please remember to verify the
 downloads using signatures or MD5 hashes.

 For more information on Apache Flex, visit the project home page:
 http://flex.apache.org http://flex.apache.org/ http://flex.apache.org/

 Thank you for using Apache Flex,
 The Apache Flex Community




Re: [LAZY] Enabling Github pull requests in Apache Flex

2014-07-28 Thread OmPrakash Muppirala
On Mon, Jul 28, 2014 at 2:46 AM, Christofer Dutz christofer.d...@c-ware.de
wrote:

 Gee .. why didn't I get the original post ...

 so if the comment tracking is handled, I'm fine with that ... but still it
 sounds as if the workflow is still not smooth. As far as I know you have to
 have access to the account that recieves the pull request in order to apply
 it. If you don't you have to manually pull the changes, apply them youself
 and the initiating user hast to manually delete them ... or has Infra put
 any work into this?

 Chris


Yes, the workflow would be like this:

1.  A non-committer forks the flex-sdk (or other repos) at
https://github.com/apache/flex-sdk
2.  They make some changes and generate a Pull Request (PR)
3.  The PR notification is forwarded to dev@flex.apache.org
4.  Folks can comment on/review the PR by replying to thread
5.  The comments are forwarded to the Github PR page
6.  An Apache Flex committer gets a patch version of the PR and integrates
it into the flex-sdk repo on ASF git.
7.  This gets merged into github.com/apache/flex-sdk
8.  The committer then responds to the thread on dev@flex.apache.org asking
the creator of the PR to close it.

This process would make for better community involvement and not
necessarily make committers' lives easier.

Thanks,
Om


 
 Von: Christofer Dutz christofer.d...@c-ware.de
 Gesendet: Montag, 28. Juli 2014 11:43
 An: dev@flex.apache.org
 Betreff: AW: [LAZY] Enabling Github pull requests in Apache Flex

 Yeah, but if the Apache Git infrastructure doesn't support it, we can vote
 as much as we like, it won't change anything at all ;-)

 I have seen some projects (Apache Camel) utilize a workflow where someone
 clones the Projects Github repo and issues normal pull requests to that.
 From then on some comitter in the project has to manually pull the
 changes, apply them to the codebase and push them to the Apache repo after
 which the changes get pushed to Github. After that the initiator has to
 manaually delete the pull-request as we don't have any access to the Apache
 GitHub account. So it's not really automatic. And discussions about
 pull-requests tend to be held in Github and therefore are not archived by
 Apache (Which they should especially as the Pull Requests have to be
 deleted after they have been applied). I guess the not having access to
 the github account hosting our Flex projects is the main problem here. So
 we can't utilize the normal Github workflow. To me it looks as if there is
 no real benefit in contrast to the Add patch to Issue, but there are
 drawbacks (Loosing discussion after deleting PullRequest).

 Chris




 
 Von: João Fernandes joaopedromartinsfernan...@gmail.com
 Gesendet: Montag, 28. Juli 2014 10:54
 An: dev@flex.apache.org
 Betreff: Re: [LAZY] Enabling Github pull requests in Apache Flex

 Clearly a must have feature!


 On 25 July 2014 01:34, OmPrakash Muppirala bigosma...@gmail.com wrote:

  The INFRA team has started supporting [1] pull requests from github.  If
 no
  one has objections, I will open a ticket with INFRA to enable this
 feature
  for Apache Flex.  In particular, these are the benefits we get from
 opting
  in for the tighter GitHub integration
 
 - Any Pull Request that gets opened, closed, reopened or commented on
 now gets recorded on the project's mailing list
 - If a project has a JIRA instance, any PRs or comments on PRs that
 include a JIRA ticket ID will trigger an update on that specific
 ticket
 - Replying to a GitHub comment on the dev@ mailing list will trigger
 a
 comment being placed on GitHub (yes, it works both ways!)
 - GitHub activity can now be relayed to IRC channels on the Freenode
 network.
 
  This means that we can actually accept pull requests from GitHub going
  forward.
 
  Thanks,
  Om
 
  [1]
 
 
 https://blogs.apache.org/infra/entry/improved_integration_between_apache_and
 



 --

 João Fernandes



Re: [LAZY] Accept Radii8 Code Donation

2014-07-28 Thread Harbs
+1

Harbs



Re: [LAZY] Accept Radii8 Code Donation

2014-07-28 Thread João Fernandes
+1


On 28 July 2014 18:51, Harbs harbs.li...@gmail.com wrote:

 +1

 Harbs




-- 

João Fernandes


Re: [ANNOUNCE] Apache Flex SDK 4.13.0 released

2014-07-28 Thread piotrz
Hi

I will spread the word in Poland.

Piotr



-
Apache Flex Committer
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/ANNOUNCE-Apache-Flex-SDK-4-13-0-released-tp39392p39397.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [ANNOUNCE] Apache Flex SDK 4.13.0 released

2014-07-28 Thread Mihai Chira
Might also be good to update the Facebook page[1]? And while we're at it,
the page can easily get a permanent URL (i.e. without all those numbers at
the end), because it's got way more than the necessary 25 or so likes.

[1] https://www.facebook.com/pages/Apache-Flex/174249699342648


On 28 July 2014 22:21, piotrz piotrzarzyck...@gmail.com wrote:

 Hi

 I will spread the word in Poland.

 Piotr



 -
 Apache Flex Committer
 piotrzarzyck...@gmail.com
 --
 View this message in context:
 http://apache-flex-development.247.n4.nabble.com/ANNOUNCE-Apache-Flex-SDK-4-13-0-released-tp39392p39397.html
 Sent from the Apache Flex Development mailing list archive at Nabble.com.



Flex 4.13.0 release missing docs

2014-07-28 Thread Justin Mclean
HI,

See https://issues.apache.org/jira/browse/FLEX-34443

Currently my bandwidth isn't sufficient to do this - can someone else put the 
docs from the last 4.13 RC into the release area. I assume they also need to be 
published in the web site.

Thanks,
Justin

Re: [LAZY] Accept Radii8 Code Donation

2014-07-28 Thread Jeffry Houser

+1



--
Jeffry Houser
Technical Entrepreneur
http://www.jeffryhouser.com
203-379-0773



Re: Flex 4.13.0 release missing docs

2014-07-28 Thread Alex Harui
This looks like a website error. I'll fix it shortly.
Sent via the PANTECH Discover, an ATT 4G LTE smartphone.

Justin Mclean justinmcl...@me.com wrote:


HI,

See https://issues.apache.org/jira/browse/FLEX-34443

Currently my bandwidth isn't sufficient to do this - can someone else put the 
docs from the last 4.13 RC into the release area. I assume they also need to be 
published in the web site.

Thanks,
Justin


Re:[ANNOUNCE] Apache Flex SDK 4.13.0 released

2014-07-28 Thread DarkStone
Congratulations!

I've just spreaded the word to China, they will start download from now on.


DarkStone
2014-07-29


At 2014-07-29 00:10:23, Alex Harui aha...@adobe.com wrote:
The Apache Flex community is pleased to announce the release of Apache
Flex SDK 4.13.0

The Apache Flex SDK is a highly productive, open source application
framework for building and maintaining expressive applications that deploy
consistently on all major browsers, desktops and devices (including
smartphones, tablets and tv).

The Apache Flex SDK 4.13.0 is an update to Apache Flex SDK 4.12.1 that
adds support for the latest Flash Player and AIR runtimes, support for
Workers in FDB, and many bug fixes.  For more details, see the release
notes at:
http://www.apache.org/dist/flex/4.13.0/RELEASE_NOTES


The Apache Flex SDK is available in source form from the following
download page:
http://flex.apache.org/download-source.html

It's recommended you install the Apache Flex SDK by using the Apache Flex
IDE installer:
http://flex.apache.org/installer.html

When downloading from a mirror site, please remember to verify the
downloads using signatures or MD5 hashes.

For more information on Apache Flex, visit the project home page:
http://flex.apache.org http://flex.apache.org/ http://flex.apache.org/

Thank you for using Apache Flex,
The Apache Flex Community



Re: [ANNOUNCE] Apache Flex SDK 4.13.0 released

2014-07-28 Thread Patel Amit
Great !

Let me spread on some another social sites.


On Tue, Jul 29, 2014 at 9:45 AM, DarkStone darkst...@163.com wrote:

 Congratulations!

 I've just spreaded the word to China, they will start download from now on.


 DarkStone
 2014-07-29


 At 2014-07-29 00:10:23, Alex Harui aha...@adobe.com wrote:
 The Apache Flex community is pleased to announce the release of Apache
 Flex SDK 4.13.0
 
 The Apache Flex SDK is a highly productive, open source application
 framework for building and maintaining expressive applications that deploy
 consistently on all major browsers, desktops and devices (including
 smartphones, tablets and tv).
 
 The Apache Flex SDK 4.13.0 is an update to Apache Flex SDK 4.12.1 that
 adds support for the latest Flash Player and AIR runtimes, support for
 Workers in FDB, and many bug fixes.  For more details, see the release
 notes at:
 http://www.apache.org/dist/flex/4.13.0/RELEASE_NOTES
 
 
 The Apache Flex SDK is available in source form from the following
 download page:
 http://flex.apache.org/download-source.html
 
 It's recommended you install the Apache Flex SDK by using the Apache Flex
 IDE installer:
 http://flex.apache.org/installer.html
 
 When downloading from a mirror site, please remember to verify the
 downloads using signatures or MD5 hashes.
 
 For more information on Apache Flex, visit the project home page:
 http://flex.apache.org http://flex.apache.org/ http://flex.apache.org/
 
 
 Thank you for using Apache Flex,
 The Apache Flex Community
 



Re: [ANNOUNCE] Apache Flex SDK 4.13.0 released

2014-07-28 Thread Gmail
Already downloaded 4.13. Great work, guys!

发自我的 iPhone

 在 2014年7月29日,12:32,Patel Amit amitpowerpe...@gmail.com 写道:
 
 Great !
 
 Let me spread on some another social sites.
 
 
 On Tue, Jul 29, 2014 at 9:45 AM, DarkStone darkst...@163.com wrote:
 
 Congratulations!
 
 I've just spreaded the word to China, they will start download from now on.
 
 
 DarkStone
 2014-07-29
 
 
 At 2014-07-29 00:10:23, Alex Harui aha...@adobe.com wrote:
 The Apache Flex community is pleased to announce the release of Apache
 Flex SDK 4.13.0
 
 The Apache Flex SDK is a highly productive, open source application
 framework for building and maintaining expressive applications that deploy
 consistently on all major browsers, desktops and devices (including
 smartphones, tablets and tv).
 
 The Apache Flex SDK 4.13.0 is an update to Apache Flex SDK 4.12.1 that
 adds support for the latest Flash Player and AIR runtimes, support for
 Workers in FDB, and many bug fixes.  For more details, see the release
 notes at:
 http://www.apache.org/dist/flex/4.13.0/RELEASE_NOTES
 
 
 The Apache Flex SDK is available in source form from the following
 download page:
 http://flex.apache.org/download-source.html
 
 It's recommended you install the Apache Flex SDK by using the Apache Flex
 IDE installer:
 http://flex.apache.org/installer.html
 
 When downloading from a mirror site, please remember to verify the
 downloads using signatures or MD5 hashes.
 
 For more information on Apache Flex, visit the project home page:
 http://flex.apache.org http://flex.apache.org/ http://flex.apache.org/
 
 
 Thank you for using Apache Flex,
 The Apache Flex Community
 


Re: [ANNOUNCE] Apache Flex SDK 4.13.0 released

2014-07-28 Thread Ram Lee
I was thinking that if it is possible for Flex SDK to update monthly, like the 
AIR SDK. 

In my opinion, you don't have to wait the fixed bugs to reach a certain number 
to release a new SDK.

发自我的 iPhone

 在 2014年7月29日,12:32,Patel Amit amitpowerpe...@gmail.com 写道:
 
 Great !
 
 Let me spread on some another social sites.
 
 
 On Tue, Jul 29, 2014 at 9:45 AM, DarkStone darkst...@163.com wrote:
 
 Congratulations!
 
 I've just spreaded the word to China, they will start download from now on.
 
 
 DarkStone
 2014-07-29
 
 
 At 2014-07-29 00:10:23, Alex Harui aha...@adobe.com wrote:
 The Apache Flex community is pleased to announce the release of Apache
 Flex SDK 4.13.0
 
 The Apache Flex SDK is a highly productive, open source application
 framework for building and maintaining expressive applications that deploy
 consistently on all major browsers, desktops and devices (including
 smartphones, tablets and tv).
 
 The Apache Flex SDK 4.13.0 is an update to Apache Flex SDK 4.12.1 that
 adds support for the latest Flash Player and AIR runtimes, support for
 Workers in FDB, and many bug fixes.  For more details, see the release
 notes at:
 http://www.apache.org/dist/flex/4.13.0/RELEASE_NOTES
 
 
 The Apache Flex SDK is available in source form from the following
 download page:
 http://flex.apache.org/download-source.html
 
 It's recommended you install the Apache Flex SDK by using the Apache Flex
 IDE installer:
 http://flex.apache.org/installer.html
 
 When downloading from a mirror site, please remember to verify the
 downloads using signatures or MD5 hashes.
 
 For more information on Apache Flex, visit the project home page:
 http://flex.apache.org http://flex.apache.org/ http://flex.apache.org/
 
 
 Thank you for using Apache Flex,
 The Apache Flex Community