Re: Icon fonts (was Re: New Flex SDK release)

2016-11-03 Thread Fabrice Montfort
Hi guys,

Material icons (https://material.io/icons/) is available under Apache
License. It can be a serious alternative to Font Awesome.

Hope it helps.

Regards,

Fabrice Montfort

2016-11-03 11:08 GMT+04:00 Harbs :

> In morre general terms:
>
> While we obviously cannot include content with incompatible licenses, I do
> think we should make it easy for users who want to use such content with
> FlexJS. For example, if a user has a license to Font Awesome Pro, it should
> be easy to do something to their config and just pull that in.
>
> Font Awesome is not the only icon font option out there. There will be
> users who will want to use others. There’s probably a way to do this kind
> of thing today but it’s something we need to at the least document.
>
> Harbs
>
> On Nov 3, 2016, at 9:01 AM, Justin Mclean 
> wrote:
>
> > Hi,
> >
> >> There will be still a community Version... Is this also incompatible
> with Apache?
> >
> > The 4.7 community version is under a variety of license of which the
> code and font are under a compatible license [1]. Their documentation isn’t
> under a compatible license.
> >
> > Hopefully this will be the same for 5.0. The 5.0 Pro version certainly
> isn’t compatible and it seems to be getting the larger update.
> >
> > I assume we are only using the font files?
> >
> > Thanks,
> > Justin
> >
> > 1. http://fontawesome.io/license/
>
>


-- 
*Fabrice Montfort / CTO*

*f...@runware.com *

* <http://www.runware.fr/>*
Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
http://www.runware.fr

*Nos applications :*
<http://pillkit.runware.fr/>   <http://checkit.runware.fr/>
<http://dietekit.runware.fr/>   <http://tenkit.runware.fr/>
<http://pulseekit.runware.fr/>

CONFIDENTIALITY NOTICE – This electronic message contains information which
may be confidential. The information is intended for the use of the
individual or entity identified above. If you are not the intended
recipient, please be aware that any disclosure, copying, distribution or
use of the contents of this message is strictly prohibited. If you receive
this transmission in error, please notify the sender and delete the copy
you received.


AIR 22

2016-07-06 Thread Fabrice Montfort
Hi there,

AIR 22 has been released. Can someone tell me how to install it with Flex
SDK via Flex Installer ? Do you plan to update Flex Installer ?

We have many computers and a manual install is not possible.

Thanks a lot Apache Flex Team. ;-)

-- 
*Fabrice Montfort / CTO*

*f...@runware.com *

* <http://www.runware.fr/>*
Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
http://www.runware.fr

*Nos applications :*
<http://pillkit.runware.fr/>   <http://checkit.runware.fr/>
<http://dietekit.runware.fr/>   <http://tenkit.runware.fr/>
<http://pulseekit.runware.fr/>

CONFIDENTIALITY NOTICE – This electronic message contains information which
may be confidential. The information is intended for the use of the
individual or entity identified above. If you are not the intended
recipient, please be aware that any disclosure, copying, distribution or
use of the contents of this message is strictly prohibited. If you receive
this transmission in error, please notify the sender and delete the copy
you received.


Re: adobe air sdk problems

2016-05-18 Thread Fabrice Montfort
FWIW, Apple iOS 9.x introduces a new security mechanism for web requests.

We must set some parameters in the XML file (info.plist) of the AIR
application.

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLRequest.html

Maybe this can help

2016-05-19 10:11 GMT+04:00 Anton Bondarenko :

> flex 4.14.1 and air 17 works fine.
> its more interesting that requests to my server doesn't work too.
> But getting address from google by gps coords works fine.
>
> 2016-05-18 20:34 GMT+04:00 OmPrakash Muppirala :
>
> > I got the same problem a few days ago.   Looks like something changed in
> > iOS and a change to .app.xml is required.
> >
> > Solution is here:
> > https://forums.adobe.com/thread/2134653
> >
> > This fixed my issues.
> >
> > Thanks,
> > Om
> > On May 18, 2016 6:37 AM, "Anton Bondarenko"  wrote:
> >
> > > Hello all.
> > > While developing applications on flex now i have a few problem with
> > > publication on itunes and playmarket, and ios devices.
> > > I tried to use flex 4.14.1 and 4.15.0 with air 17, 20, 21, 22 beta.
> > > The problem's link is next. Air 17 has a problem with open ssl on
> > > playmarket
> > > <https://support.google.com/faqs/answer/6376725> so it's solved by
> using
> > > newer air sdk. In addition i'm using some ANE that requires air sdk 20
> > and
> > > newer.
> > > Adobe air sdk 20 and 21 have problems with itunes publications(email
> from
> > > apple with message about  *Invalid Signature*). There no problems with
> > that
> > > on air sdk 22 beta. And it was fine and I was happy for a few days. But
> > > today new problem came. Its a new iOS 9.3.2. And the problem is called
> > > URLmonitor.available. Its always returns false value on air sdk 20-22
> but
> > > device is connected to Internet and it works. By the way with air sdk
> 17
> > it
> > > works fine and returns true.
> > > So can anybody to answer what is that and the ways to solve it?
> > >
> > >
> > >
> > > *urlMonitor:URLMonitor = new URLMonitor(new
> > > URLRequest('http://www.google.com <http://www.google.com>'));*
> > >
> > > *urlMonitor.addEventListener(StatusEvent.STATUS, urlMonitorHandler);*
> > >
> > > *urlMonitor.start();*
> > >
> > >
> > > *private function urlMonitorHandler(event:StatusEvent):void {*
> > > *  trace("code = " + event.code);*
> > > *  trace("status = " + urlMonitor.available);*
> > > *}*
> > >
> > > result:
> > > *code = Service.unavailable*
> > > *status = false*
> > >
> > > Thanks for your attention and time.
> > > --
> > > //-
> > > Best Regards,
> > > Anton Bondarenko
> > >
> >
>
>
>
> --
> //-
> Best Regards,
> Anton Bondarenko
>



-- 
*Fabrice Montfort / CTO*

*f...@runware.com *

* <http://www.runware.fr/>*
Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
http://www.runware.fr

*Nos applications :*
<http://pillkit.runware.fr/>   <http://checkit.runware.fr/>
<http://dietekit.runware.fr/>   <http://tenkit.runware.fr/>
<http://pulseekit.runware.fr/>

CONFIDENTIALITY NOTICE – This electronic message contains information which
may be confidential. The information is intended for the use of the
individual or entity identified above. If you are not the intended
recipient, please be aware that any disclosure, copying, distribution or
use of the contents of this message is strictly prohibited. If you receive
this transmission in error, please notify the sender and delete the copy
you received.


Re: Showcase

2016-05-17 Thread Fabrice Montfort
Hi Om,
Hi Harbs,

Thanks for your answers. I've added a JIRA ticket (FLEX-35093
<https://issues.apache.org/jira/browse/FLEX-35093>) for the GitHub Pull
Request (https://github.com/apache/flex-site/pull/1) ;-)

Is it ok by your side ?

Regards,




2016-05-17 22:24 GMT+04:00 Harbs :

> https://issues.apache.org/jira/browse/INFRA-11890
>
> On May 17, 2016, at 9:13 PM, OmPrakash Muppirala 
> wrote:
>
> > Hmm, it is possible that flex-site has not been configured to send emails
> > to dev for pull request notifications.  Can you please create a ticket
> for
> > the INFRA team?
> >
> > Fabrice, can you please create a JIRA ticket for this new one?  We still
> > want to track this as individual tickets.
> >
> > Thanks,
> > Om
> >
> > On Tue, May 17, 2016 at 11:08 AM, Harbs  wrote:
> >
> >> It looks like it’s here:
> >> https://github.com/apache/flex-site/pulls
> >>
> >> I’m not sure why the dev list does not get notifications from that repo.
> >> Maybe we need INFRA to take care of that for us?
> >>
> >> On May 17, 2016, at 8:54 PM, OmPrakash Muppirala 
> >> wrote:
> >>
> >>> Hmm, I dint see any new pull request.  Can you post a link here?
> >>>
> >>> On Tue, May 17, 2016 at 7:40 AM, Fabrice Montfort 
> >> wrote:
> >>>
> >>>> Hi there,
> >>>>
> >>>> Any news about that ?
> >>>>
> >>>> Regards,
> >>>>
> >>>> 2016-05-12 16:20 GMT+04:00 Fabrice Montfort :
> >>>>
> >>>>> Hi Om,
> >>>>>
> >>>>> I've forked the github repo and pull a request for a new app on the
> >>>>> showcase page.
> >>>>>
> >>>>> Does it work this time ?
> >>>>>
> >>>>> Regards,
> >>>>>
> >>>>> 2016-05-11 10:07 GMT+04:00 OmPrakash Muppirala  >:
> >>>>>
> >>>>>> On Tue, May 10, 2016 at 11:02 PM, Fabrice Montfort 
> >>>>>> wrote:
> >>>>>>
> >>>>>>> Hi Om,
> >>>>>>>
> >>>>>>> Thanks a lot. I have 4 other applications to be submitted to the
> >>>>>> showcase
> >>>>>>> page of Flex and I would like not to disturb you too much. Could
> you
> >>>>>> tell
> >>>>>>> me why my GitHub IDs are systematically denied when I try to do a
> >> pull
> >>>>>>> request ?
> >>>>>>> Did I miss something?
> >>>>>>>
> >>>>>>
> >>>>>> Hmm, what are the exact steps you are doing?  There is no valid
> reason
> >>>> why
> >>>>>> your github id should be denied.
> >>>>>>
> >>>>>> Thanks,
> >>>>>> Om
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>>
> >>>>>>> Regards,
> >>>>>>>
> >>>>>>> 2016-05-11 4:06 GMT+04:00 OmPrakash Muppirala <
> bigosma...@gmail.com
> >>> :
> >>>>>>>
> >>>>>>>> I've updated the site.  Thanks for the submission!!
> >>>>>>>>
> >>>>>>>> Regards,
> >>>>>>>> Om
> >>>>>>>>
> >>>>>>>> On Tue, May 10, 2016 at 3:39 PM, Fabrice Montfort  >
> >>>>>>> wrote:
> >>>>>>>>
> >>>>>>>>> Hi Om,
> >>>>>>>>>
> >>>>>>>>> I've posted a patch.diff file and a ZIP archive with the images
> >>>>>>>> (FLEX-35088
> >>>>>>>>> <https://issues.apache.org/jira/browse/FLEX-35088>).
> >>>>>>>>>
> >>>>>>>>> Is there anything else I can do ?
> >>>>>>>>>
> >>>>>>>>> Regards,
> >>>>>>>>>
> >>>>>>>>> 2016-05-11 1:04 GMT+04:00 Fabrice Montfort :
> >>>>>>>>>
> >>>>>>>>>> Hi Om,
> >>>>>>>>>>
> >>>>>>>>>> Thanks for your quick a

Re: Showcase

2016-05-17 Thread Fabrice Montfort
Hi there,

Any news about that ?

Regards,

2016-05-12 16:20 GMT+04:00 Fabrice Montfort :

> Hi Om,
>
> I've forked the github repo and pull a request for a new app on the
> showcase page.
>
> Does it work this time ?
>
> Regards,
>
> 2016-05-11 10:07 GMT+04:00 OmPrakash Muppirala :
>
>> On Tue, May 10, 2016 at 11:02 PM, Fabrice Montfort 
>> wrote:
>>
>> > Hi Om,
>> >
>> > Thanks a lot. I have 4 other applications to be submitted to the
>> showcase
>> > page of Flex and I would like not to disturb you too much. Could you
>> tell
>> > me why my GitHub IDs are systematically denied when I try to do a pull
>> > request ?
>> > Did I miss something?
>> >
>>
>> Hmm, what are the exact steps you are doing?  There is no valid reason why
>> your github id should be denied.
>>
>> Thanks,
>> Om
>>
>>
>>
>> >
>> > Regards,
>> >
>> > 2016-05-11 4:06 GMT+04:00 OmPrakash Muppirala :
>> >
>> > > I've updated the site.  Thanks for the submission!!
>> > >
>> > > Regards,
>> > > Om
>> > >
>> > > On Tue, May 10, 2016 at 3:39 PM, Fabrice Montfort 
>> > wrote:
>> > >
>> > > > Hi Om,
>> > > >
>> > > > I've posted a patch.diff file and a ZIP archive with the images
>> > > (FLEX-35088
>> > > > <https://issues.apache.org/jira/browse/FLEX-35088>).
>> > > >
>> > > > Is there anything else I can do ?
>> > > >
>> > > > Regards,
>> > > >
>> > > > 2016-05-11 1:04 GMT+04:00 Fabrice Montfort :
>> > > >
>> > > > > Hi Om,
>> > > > >
>> > > > > Thanks for your quick answer. I'm cloning the git repo. I'll make
>> a
>> > > pull
>> > > > > request tomorow.
>> > > > >
>> > > > > Regards,
>> > > > >
>> > > > > 2016-05-10 23:52 GMT+04:00 OmPrakash Muppirala <
>> bigosma...@gmail.com
>> > >:
>> > > > >
>> > > > >> Fabrice,
>> > > > >>
>> > > > >> Here is a wiki on how to update the site and submit a patch or a
>> > pull
>> > > > >> request
>> > > > >>
>> > > > >>
>> > > >
>> > >
>> >
>> https://cwiki.apache.org/confluence/display/FLEX/9.+Updating+the+Flex+Showcase
>> > > > >>
>> > > > >> If you follow the steps here, one of the committers can help
>> push it
>> > > out
>> > > > >> to
>> > > > >> the site.
>> > > > >>
>> > > > >> Thanks,
>> > > > >> Om
>> > > > >>
>> > > > >> On Tue, May 10, 2016 at 5:45 AM, Fabrice Montfort <
>> f...@runware.com>
>> > > > wrote:
>> > > > >>
>> > > > >> > Hi Guys,
>> > > > >> >
>> > > > >> > I've created a Jira Task (FLEX-35088
>> > > > >> > <https://issues.apache.org/jira/browse/FLEX-35088>) for
>> adding my
>> > > new
>> > > > >> app
>> > > > >> > on the Apache Flex Showcase page.
>> > > > >> >
>> > > > >> > Tell me if i can do something more.
>> > > > >> >
>> > > > >> > Thanks for your excellent work on regular Flex SDK and on
>> FlexJS.
>> > > > >> >
>> > > > >> > Regards,
>> > > > >> >
>> > > > >> > --
>> > > > >> > *Fabrice Montfort / CTO*
>> > > > >> >
>> > > > >> > *f...@runware.com *
>> > > > >> >
>> > > > >> > * <http://www.runware.fr/>*
>> > > > >> > Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
>> > > > >> > 13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion,
>> France
>> > •
>> > > > >> > http://www.runware.fr
>> > > > >> >
>> > > > >> > CONFIDENTIALITY NOTICE – This electronic message contains
>> > > i

Re: Showcase

2016-05-12 Thread Fabrice Montfort
Hi Om,

I've forked the github repo and pull a request for a new app on the
showcase page.

Does it work this time ?

Regards,

2016-05-11 10:07 GMT+04:00 OmPrakash Muppirala :

> On Tue, May 10, 2016 at 11:02 PM, Fabrice Montfort  wrote:
>
> > Hi Om,
> >
> > Thanks a lot. I have 4 other applications to be submitted to the showcase
> > page of Flex and I would like not to disturb you too much. Could you tell
> > me why my GitHub IDs are systematically denied when I try to do a pull
> > request ?
> > Did I miss something?
> >
>
> Hmm, what are the exact steps you are doing?  There is no valid reason why
> your github id should be denied.
>
> Thanks,
> Om
>
>
>
> >
> > Regards,
> >
> > 2016-05-11 4:06 GMT+04:00 OmPrakash Muppirala :
> >
> > > I've updated the site.  Thanks for the submission!!
> > >
> > > Regards,
> > > Om
> > >
> > > On Tue, May 10, 2016 at 3:39 PM, Fabrice Montfort 
> > wrote:
> > >
> > > > Hi Om,
> > > >
> > > > I've posted a patch.diff file and a ZIP archive with the images
> > > (FLEX-35088
> > > > <https://issues.apache.org/jira/browse/FLEX-35088>).
> > > >
> > > > Is there anything else I can do ?
> > > >
> > > > Regards,
> > > >
> > > > 2016-05-11 1:04 GMT+04:00 Fabrice Montfort :
> > > >
> > > > > Hi Om,
> > > > >
> > > > > Thanks for your quick answer. I'm cloning the git repo. I'll make a
> > > pull
> > > > > request tomorow.
> > > > >
> > > > > Regards,
> > > > >
> > > > > 2016-05-10 23:52 GMT+04:00 OmPrakash Muppirala <
> bigosma...@gmail.com
> > >:
> > > > >
> > > > >> Fabrice,
> > > > >>
> > > > >> Here is a wiki on how to update the site and submit a patch or a
> > pull
> > > > >> request
> > > > >>
> > > > >>
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/FLEX/9.+Updating+the+Flex+Showcase
> > > > >>
> > > > >> If you follow the steps here, one of the committers can help push
> it
> > > out
> > > > >> to
> > > > >> the site.
> > > > >>
> > > > >> Thanks,
> > > > >> Om
> > > > >>
> > > > >> On Tue, May 10, 2016 at 5:45 AM, Fabrice Montfort  >
> > > > wrote:
> > > > >>
> > > > >> > Hi Guys,
> > > > >> >
> > > > >> > I've created a Jira Task (FLEX-35088
> > > > >> > <https://issues.apache.org/jira/browse/FLEX-35088>) for adding
> my
> > > new
> > > > >> app
> > > > >> > on the Apache Flex Showcase page.
> > > > >> >
> > > > >> > Tell me if i can do something more.
> > > > >> >
> > > > >> > Thanks for your excellent work on regular Flex SDK and on
> FlexJS.
> > > > >> >
> > > > >> > Regards,
> > > > >> >
> > > > >> > --
> > > > >> > *Fabrice Montfort / CTO*
> > > > >> >
> > > > >> > *f...@runware.com *
> > > > >> >
> > > > >> > * <http://www.runware.fr/>*
> > > > >> > Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
> > > > >> > 13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion,
> France
> > •
> > > > >> > http://www.runware.fr
> > > > >> >
> > > > >> > CONFIDENTIALITY NOTICE – This electronic message contains
> > > information
> > > > >> which
> > > > >> > may be confidential. The information is intended for the use of
> > the
> > > > >> > individual or entity identified above. If you are not the
> intended
> > > > >> > recipient, please be aware that any disclosure, copying,
> > > distribution
> > > > or
> > > > >> > use of the contents of this message is strictly prohibited. If
> you
> > > > >> receive
> > > > >> > this transmission in error, please notify the sender and de

Re: Showcase

2016-05-10 Thread Fabrice Montfort
Hi Om,

Thanks a lot. I have 4 other applications to be submitted to the showcase
page of Flex and I would like not to disturb you too much. Could you tell
me why my GitHub IDs are systematically denied when I try to do a pull
request ?
Did I miss something?

Regards,

2016-05-11 4:06 GMT+04:00 OmPrakash Muppirala :

> I've updated the site.  Thanks for the submission!!
>
> Regards,
> Om
>
> On Tue, May 10, 2016 at 3:39 PM, Fabrice Montfort  wrote:
>
> > Hi Om,
> >
> > I've posted a patch.diff file and a ZIP archive with the images
> (FLEX-35088
> > <https://issues.apache.org/jira/browse/FLEX-35088>).
> >
> > Is there anything else I can do ?
> >
> > Regards,
> >
> > 2016-05-11 1:04 GMT+04:00 Fabrice Montfort :
> >
> > > Hi Om,
> > >
> > > Thanks for your quick answer. I'm cloning the git repo. I'll make a
> pull
> > > request tomorow.
> > >
> > > Regards,
> > >
> > > 2016-05-10 23:52 GMT+04:00 OmPrakash Muppirala :
> > >
> > >> Fabrice,
> > >>
> > >> Here is a wiki on how to update the site and submit a patch or a pull
> > >> request
> > >>
> > >>
> >
> https://cwiki.apache.org/confluence/display/FLEX/9.+Updating+the+Flex+Showcase
> > >>
> > >> If you follow the steps here, one of the committers can help push it
> out
> > >> to
> > >> the site.
> > >>
> > >> Thanks,
> > >> Om
> > >>
> > >> On Tue, May 10, 2016 at 5:45 AM, Fabrice Montfort 
> > wrote:
> > >>
> > >> > Hi Guys,
> > >> >
> > >> > I've created a Jira Task (FLEX-35088
> > >> > <https://issues.apache.org/jira/browse/FLEX-35088>) for adding my
> new
> > >> app
> > >> > on the Apache Flex Showcase page.
> > >> >
> > >> > Tell me if i can do something more.
> > >> >
> > >> > Thanks for your excellent work on regular Flex SDK and on FlexJS.
> > >> >
> > >> > Regards,
> > >> >
> > >> > --
> > >> > *Fabrice Montfort / CTO*
> > >> >
> > >> > *f...@runware.com *
> > >> >
> > >> > * <http://www.runware.fr/>*
> > >> > Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
> > >> > 13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
> > >> > http://www.runware.fr
> > >> >
> > >> > CONFIDENTIALITY NOTICE – This electronic message contains
> information
> > >> which
> > >> > may be confidential. The information is intended for the use of the
> > >> > individual or entity identified above. If you are not the intended
> > >> > recipient, please be aware that any disclosure, copying,
> distribution
> > or
> > >> > use of the contents of this message is strictly prohibited. If you
> > >> receive
> > >> > this transmission in error, please notify the sender and delete the
> > copy
> > >> > you received.
> > >> >
> > >>
> > >
> > >
> > >
> > > --
> > > *Fabrice Montfort / CTO*
> > >
> > > *f...@runware.com *
> > >
> > > * <http://www.runware.fr/>*
> > > Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
> > > 13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
> > > http://www.runware.fr
> > >
> > > *Nos applications :*
> > > <http://pillkit.runware.fr/>   <http://checkit.runware.fr/>
> > > <http://dietekit.runware.fr/>   <http://tenkit.runware.fr/>
> > > <http://pulseekit.runware.fr/>
> > >
> > > CONFIDENTIALITY NOTICE – This electronic message contains information
> > > which may be confidential. The information is intended for the use of
> the
> > > individual or entity identified above. If you are not the intended
> > > recipient, please be aware that any disclosure, copying, distribution
> or
> > > use of the contents of this message is strictly prohibited. If you
> > receive
> > > this transmission in error, please notify the sender and delete the
> copy
> > > you received.
> > >
> >
> >
> >
> > --
> > *Fabrice Montfort / CTO*
> >
> > *f...@

Re: Showcase

2016-05-10 Thread Fabrice Montfort
Hi Om,

I've posted a patch.diff file and a ZIP archive with the images (FLEX-35088
<https://issues.apache.org/jira/browse/FLEX-35088>).

Is there anything else I can do ?

Regards,

2016-05-11 1:04 GMT+04:00 Fabrice Montfort :

> Hi Om,
>
> Thanks for your quick answer. I'm cloning the git repo. I'll make a pull
> request tomorow.
>
> Regards,
>
> 2016-05-10 23:52 GMT+04:00 OmPrakash Muppirala :
>
>> Fabrice,
>>
>> Here is a wiki on how to update the site and submit a patch or a pull
>> request
>>
>> https://cwiki.apache.org/confluence/display/FLEX/9.+Updating+the+Flex+Showcase
>>
>> If you follow the steps here, one of the committers can help push it out
>> to
>> the site.
>>
>> Thanks,
>> Om
>>
>> On Tue, May 10, 2016 at 5:45 AM, Fabrice Montfort  wrote:
>>
>> > Hi Guys,
>> >
>> > I've created a Jira Task (FLEX-35088
>> > <https://issues.apache.org/jira/browse/FLEX-35088>) for adding my new
>> app
>> > on the Apache Flex Showcase page.
>> >
>> > Tell me if i can do something more.
>> >
>> > Thanks for your excellent work on regular Flex SDK and on FlexJS.
>> >
>> > Regards,
>> >
>> > --
>> > *Fabrice Montfort / CTO*
>> >
>> > *f...@runware.com *
>> >
>> > * <http://www.runware.fr/>*
>> > Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
>> > 13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
>> > http://www.runware.fr
>> >
>> > CONFIDENTIALITY NOTICE – This electronic message contains information
>> which
>> > may be confidential. The information is intended for the use of the
>> > individual or entity identified above. If you are not the intended
>> > recipient, please be aware that any disclosure, copying, distribution or
>> > use of the contents of this message is strictly prohibited. If you
>> receive
>> > this transmission in error, please notify the sender and delete the copy
>> > you received.
>> >
>>
>
>
>
> --
> *Fabrice Montfort / CTO*
>
> *f...@runware.com *
>
> * <http://www.runware.fr/>*
> Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
> 13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
> http://www.runware.fr
>
> *Nos applications :*
> <http://pillkit.runware.fr/>   <http://checkit.runware.fr/>
> <http://dietekit.runware.fr/>   <http://tenkit.runware.fr/>
> <http://pulseekit.runware.fr/>
>
> CONFIDENTIALITY NOTICE – This electronic message contains information
> which may be confidential. The information is intended for the use of the
> individual or entity identified above. If you are not the intended
> recipient, please be aware that any disclosure, copying, distribution or
> use of the contents of this message is strictly prohibited. If you receive
> this transmission in error, please notify the sender and delete the copy
> you received.
>



-- 
*Fabrice Montfort / CTO*

*f...@runware.com *

* <http://www.runware.fr/>*
Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
http://www.runware.fr

*Nos applications :*
<http://pillkit.runware.fr/>   <http://checkit.runware.fr/>
<http://dietekit.runware.fr/>   <http://tenkit.runware.fr/>
<http://pulseekit.runware.fr/>

CONFIDENTIALITY NOTICE – This electronic message contains information which
may be confidential. The information is intended for the use of the
individual or entity identified above. If you are not the intended
recipient, please be aware that any disclosure, copying, distribution or
use of the contents of this message is strictly prohibited. If you receive
this transmission in error, please notify the sender and delete the copy
you received.


Re: Showcase

2016-05-10 Thread Fabrice Montfort
Hi Om,

Thanks for your quick answer. I'm cloning the git repo. I'll make a pull
request tomorow.

Regards,

2016-05-10 23:52 GMT+04:00 OmPrakash Muppirala :

> Fabrice,
>
> Here is a wiki on how to update the site and submit a patch or a pull
> request
>
> https://cwiki.apache.org/confluence/display/FLEX/9.+Updating+the+Flex+Showcase
>
> If you follow the steps here, one of the committers can help push it out to
> the site.
>
> Thanks,
> Om
>
> On Tue, May 10, 2016 at 5:45 AM, Fabrice Montfort  wrote:
>
> > Hi Guys,
> >
> > I've created a Jira Task (FLEX-35088
> > <https://issues.apache.org/jira/browse/FLEX-35088>) for adding my new
> app
> > on the Apache Flex Showcase page.
> >
> > Tell me if i can do something more.
> >
> > Thanks for your excellent work on regular Flex SDK and on FlexJS.
> >
> > Regards,
> >
> > --
> > *Fabrice Montfort / CTO*
> >
> > *f...@runware.com *
> >
> > * <http://www.runware.fr/>*
> > Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
> > 13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
> > http://www.runware.fr
> >
> > CONFIDENTIALITY NOTICE – This electronic message contains information
> which
> > may be confidential. The information is intended for the use of the
> > individual or entity identified above. If you are not the intended
> > recipient, please be aware that any disclosure, copying, distribution or
> > use of the contents of this message is strictly prohibited. If you
> receive
> > this transmission in error, please notify the sender and delete the copy
> > you received.
> >
>



-- 
*Fabrice Montfort / CTO*

*f...@runware.com *

* <http://www.runware.fr/>*
Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
http://www.runware.fr

*Nos applications :*
<http://pillkit.runware.fr/>   <http://checkit.runware.fr/>
<http://dietekit.runware.fr/>   <http://tenkit.runware.fr/>
<http://pulseekit.runware.fr/>

CONFIDENTIALITY NOTICE – This electronic message contains information which
may be confidential. The information is intended for the use of the
individual or entity identified above. If you are not the intended
recipient, please be aware that any disclosure, copying, distribution or
use of the contents of this message is strictly prohibited. If you receive
this transmission in error, please notify the sender and delete the copy
you received.


Showcase

2016-05-10 Thread Fabrice Montfort
Hi Guys,

I've created a Jira Task (FLEX-35088
<https://issues.apache.org/jira/browse/FLEX-35088>) for adding my new app
on the Apache Flex Showcase page.

Tell me if i can do something more.

Thanks for your excellent work on regular Flex SDK and on FlexJS.

Regards,

-- 
*Fabrice Montfort / CTO*

*f...@runware.com *

* <http://www.runware.fr/>*
Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
http://www.runware.fr

CONFIDENTIALITY NOTICE – This electronic message contains information which
may be confidential. The information is intended for the use of the
individual or entity identified above. If you are not the intended
recipient, please be aware that any disclosure, copying, distribution or
use of the contents of this message is strictly prohibited. If you receive
this transmission in error, please notify the sender and delete the copy
you received.


Christmas Tale

2015-12-20 Thread Fabrice Montfort
Hi Apache Flex Team,

I did receive an email from Starling Team that invites me to give my
wishlist for AIR in 2016 (
http://forum.starling-framework.org/topic/air-in-2016-survey-and-christmas-tale
).

It could be a great idea to do the same thing with Apache Flex Community to
make things moves in the right way for Adobe AIR in 2016.

Regards,

-- 
*Fabrice Montfort / CTO*

*f...@runware.com *

* <http://www.runware.fr/>*
Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
http://www.runware.fr

*Nos applications :*
<http://pillkit.runware.fr/><http://checkit.runware.fr/>

CONFIDENTIALITY NOTICE – This electronic message contains information which
may be confidential. The information is intended for the use of the
individual or entity identified above. If you are not the intended
recipient, please be aware that any disclosure, copying, distribution or
use of the contents of this message is strictly prohibited. If you receive
this transmission in error, please notify the sender and delete the copy
you received.


Re: [FlexJS] Maven-friendly folders

2015-12-17 Thread Fabrice Montfort
te mensaje se dirige exclusivamente a su destinatario y puede contener
> > información privilegiada o confidencial. Si ha recibido este mensaje por
> > error, le rogamos que nos lo comunique inmediatamente por esta misma vía
> y
> > proceda a su destrucción.
> >
> > De la vigente Ley Orgánica de Protección de Datos (15/1999), le
> comunicamos
> > que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
> > S.A. La finalidad de dicho tratamiento es facilitar la prestación del
> > servicio o información solicitados, teniendo usted derecho de acceso,
> > rectificación, cancelación y oposición de sus datos dirigiéndose a
> nuestras
> > oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
> > necesaria.
> >
>
>
>
> --
>
> Carlos Rovira
> Director General
> M: +34 607 22 60 05
> http://www.codeoscopic.com
> http://www.avant2.es
>
>
> Este mensaje se dirige exclusivamente a su destinatario y puede contener
> información privilegiada o confidencial. Si ha recibido este mensaje por
> error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
> proceda a su destrucción.
>
> De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
> que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
> S.A. La finalidad de dicho tratamiento es facilitar la prestación del
> servicio o información solicitados, teniendo usted derecho de acceso,
> rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
> oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
> necesaria.
>



-- 
*Fabrice Montfort / CTO*

*f...@runware.com *

* <http://www.runware.fr/>*
Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
http://www.runware.fr

*Nos applications :*
<http://pillkit.runware.fr/><http://checkit.runware.fr/>

CONFIDENTIALITY NOTICE – This electronic message contains information which
may be confidential. The information is intended for the use of the
individual or entity identified above. If you are not the intended
recipient, please be aware that any disclosure, copying, distribution or
use of the contents of this message is strictly prohibited. If you receive
this transmission in error, please notify the sender and delete the copy
you received.


Re: a new spriteflexjs test

2015-12-17 Thread Fabrice Montfort
Nice example... i'm impressed!

2015-12-17 14:32 GMT+04:00 Mihai Chira :

> pretty cool, nice work!
>
> 2015-12-17 12:26 GMT+02:00 Carlos Rovira :
> > Wow! :)
> >
> > 2015-12-17 9:19 GMT+01:00 Harbs :
> >
> >> Very cool!
> >>
> >> On Dec 17, 2015, at 7:42 AM, lizhi  wrote:
> >>
> >> >
> >>
> http://matrix3d.github.io/assets/html5/flexjsstage3d/bin/js-release/#test_puyodot
> >> >
> >> >
> >> >
> >> > --
> >> > View this message in context:
> >>
> http://apache-flex-development.247.n4.nabble.com/a-new-spriteflexjs-test-tp50666.html
> >> > Sent from the Apache Flex Development mailing list archive at
> Nabble.com.
> >>
> >>
> >
> >
> > --
> >
> > Carlos Rovira
> > Director General
> > M: +34 607 22 60 05
> > http://www.codeoscopic.com
> > http://www.avant2.es
> >
> >
> > Este mensaje se dirige exclusivamente a su destinatario y puede contener
> > información privilegiada o confidencial. Si ha recibido este mensaje por
> > error, le rogamos que nos lo comunique inmediatamente por esta misma vía
> y
> > proceda a su destrucción.
> >
> > De la vigente Ley Orgánica de Protección de Datos (15/1999), le
> comunicamos
> > que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
> > S.A. La finalidad de dicho tratamiento es facilitar la prestación del
> > servicio o información solicitados, teniendo usted derecho de acceso,
> > rectificación, cancelación y oposición de sus datos dirigiéndose a
> nuestras
> > oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
> > necesaria.
>



-- 
*Fabrice Montfort / CTO*

*f...@runware.com *

* <http://www.runware.fr/>*
Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
http://www.runware.fr

*Nos applications :*
<http://pillkit.runware.fr/><http://checkit.runware.fr/>

CONFIDENTIALITY NOTICE – This electronic message contains information which
may be confidential. The information is intended for the use of the
individual or entity identified above. If you are not the intended
recipient, please be aware that any disclosure, copying, distribution or
use of the contents of this message is strictly prohibited. If you receive
this transmission in error, please notify the sender and delete the copy
you received.


Re: Events/Conferences on Apache Flex

2015-11-09 Thread Fabrice Montfort
I confirm, online events would be a real comfort. I live on the Reunion
island and i'm very interested by Flex (AS) and FlexJS and Maven. We use
Flex (AS) for our mobile applications.
 And i would like to install and use Maven for our production line. Any
advice will be very useful to me.

Regards,

2015-11-10 6:08 GMT+04:00 Rudolf Schnetler :

> +1 for online event. I am in Townsville Australia.
>
> Regards
>
> Rudolf Schnetler
>
> On Tue, Nov 10, 2015 at 11:04 AM, Virginia Westwood <
> ad...@proteatextware.com> wrote:
>
> > Yes, an online event would be excellent.  I am in Broome, Australia.
> >
> > __
> > Virginia Westwood
> > Protea Textware Pty Ltd
> > ABN 72 077 575 047
> > PO Box 8480
> > Broome WA 6725
> > Australia
> > p: (+61 8)/(08) 9192 8390
> > m: (+61 4)/(04) 0897 1446
> > w: http://www.proteatextware.com
> > s:virginia.westwood
> >
> > -Original Message-
> > From: Josh Tynjala [mailto:joshtynj...@gmail.com]
> > Sent: Tuesday, 10 November 2015 1:29 AM
> > To: dev@flex.apache.org
> > Subject: Re: Events/Conferences on Apache Flex
> >
> > Some kind of in-person Apache Flex event would be really cool.
> >
> > We should also consider an online-only event on Adobe Connect, similar to
> > the Flash Online Conference that Sergey Gonchar hosts a couple of times a
> > year. No travel required, so more people can attend. A day with several
> > presentations on FlexJS would be a great way to promote the project, and
> > put it in front of more eyes.
> >
> > - Josh
> >
> > On Mon, Nov 9, 2015 at 8:27 AM, Alex Harui  wrote:
> >
> > > Thanks for the reminder.  I will look into some sort of Flex-only
> event.
> > > If folks can add to this thread about a good time and place that might
> > > help an event organizer figure out what to do.
> > >
> > > Apache Flex committers usually attend ApacheCon, both in North America
> > > and Europe.  I’m hoping to be at both events in 2016.
> > >
> > > And I promise to carve out some time to meet with anyone who can get
> > > to Seattle.  And I usually get to San Francisco and San Diego every
> > > year as well and could try to meet with folks in those areas.
> > >
> > > -Alex
> > >
> > > On 11/9/15, 1:25 AM, "davsantos"  wrote:
> > >
> > > >Is there any plan or any incoming Apache Flex event/conference. We
> > > >are still actively working on it in my company and we would like to
> > > >be assured about the reliability of this framework.
> > > >
> > > >How can I have the opportunity to talk/hear the people behind the
> > project.
> > > >
> > > >
> > > >
> > > >--
> > > >View this message in context:
> > > >
> > > http://apache-flex-development.247.n4.nabble.com/Events-Conference
> > > s-on
> > > >-Apache-Flex-tp49919.html
> > > >Sent from the Apache Flex Development mailing list archive at
> > Nabble.com.
> > >
> > >
> >
> >
> >
>



-- 
*Fabrice Montfort / CTO*

*f...@runware.com *

* <http://www.runware.fr/>*
Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
http://www.runware.fr

*Nos applications :*
<http://pillkit.runware.fr/>

CONFIDENTIALITY NOTICE – This electronic message contains information which
may be confidential. The information is intended for the use of the
individual or entity identified above. If you are not the intended
recipient, please be aware that any disclosure, copying, distribution or
use of the contents of this message is strictly prohibited. If you receive
this transmission in error, please notify the sender and delete the copy
you received.


Re: New installer failures

2015-07-17 Thread Fabrice Montfort
Ok. no problem. Can you let us know when he will return from the dead? ;-))

I really would like to test JS output. Thanks Alex

Regards,
Fabrice

2015-07-17 16:59 GMT+04:00 Alex Harui :

> Ah, yes, sorry.  The nightly build server has been taken down for a bit.
> We hope to have it back up soon.
>
> -Alex
>
> On 7/17/15, 1:12 AM, "Marcus Fritze"  wrote:
>
> >Same error for me:
> >
> >Installer version 3.2.0 (mac)
> >Using Locale: de_DE
> >Ermitteln von mirror URL über CGI-Skript erfolgreich.
> >Unable to load
> >
> http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild
> >/artifact/out/apache-flex-flexjs-installer-config.xml
> >Installation abgebrochen
> >
> >
> >> Am 17.07.2015 um 09:03 schrieb Fabrice Montfort :
> >>
> >> Hi Alex.
> >>
> >> Thanks for your quick answer. Unfortunately i'm unable to download and
> >> install Nightly Build (0.0.3).
> >>
> >> Here is the error message :
> >>
> >> Installer version 3.3.0 (mac)
> >> Using Locale: fr_FR
> >> L'URL de téléchargement du SDK à été récupérée à partir du CGI.
> >> Unable to load
> >>
> >>
> http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuil
> >>d/artifact/out/apache-flex-flexjs-installer-config.xml
> >> Installation interrompue:
> >> http://flex.apache.org/track-installer.html?failure=true&label=Apache
> >> FlexJS Nightly&version=0.0.3&os=mac&installerversion=3.3.0&info=Unable
> >>to
> >> load
> >>
> >>
> http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuil
> >>d/artifact/out/apache-flex-flexjs-installer-config.xml
> >>
> >> NB : i've tried with different locales and from different places (home /
> >> office / etc). Any idea of what's wrong ?
> >>
> >> Thanks in advance for your help.
> >> Regards,
> >>
> >> Fabrice
> >>
> >> 2015-07-16 17:00 GMT+04:00 Alex Harui :
> >>
> >>> Hi.
> >>>
> >>> I just updated the MD5s for the closure library.  Please try installing
> >>> again.  If you right-click before selection FlexJS you should find the
> >>> option to choose the Nightly build (0.0.3) which has more improvements
> >>> over 0.0.2.
> >>>
> >>> -Alex
> >>>
> >>> On 7/16/15, 3:58 AM, "Fabrice Montfort"  wrote:
> >>>
> >>>> I was trying to install FlexJS to give it a try and install (via
> >>>> FlexInstaller 3.3) failed with that log :
> >>>>
> >>>> Installer version 3.3.0 (mac)
> >>>> Using Locale: fr_FR
> >>>> L'URL de téléchargement du SDK à été récupérée à partir du CGI.
> >>>> SDK version Apache FlexJS 0.0.2
> >>>> AIR version 18.0
> >>>> Flash Player version 18.0
> >>>> Creating Apache FlexJS home
> >>>> Création du répertoire temporaire
> >>>> Downloading Apache FlexJS from:
> >>>>
> >>>
> >>>
> http://www.motorlogy.com/apache/flex/flexjs/0.0.2/binaries/apache-flex-f
> >>>le
> >>>> xjs-0.0.2-bin.tar.gz
> >>>> downloading
> >>>>
> >>>
> >>>
> http://www.motorlogy.com/apache/flex/flexjs/0.0.2/binaries/apache-flex-f
> >>>le
> >>>> xjs-0.0.2-bin.tar.gz
> >>>> Verifying Apache FlexJS MD5 Signature
> >>>> The Apache FlexJS MD5 Signature of the downloaded files matches the
> >>>> reference. The file is valid.
> >>>> Décompression:
> >>>>
> >>>>/Users/fabricemontfort/Documents/SDK/FlexJS0.0.2-AIR18/temp/apache-flex
> >>>>-fl
> >>>> exjs-0.0.2-bin.tar.gz
> >>>> Décompression
> >>>>
> >>>>terminée:/Users/fabricemontfort/Documents/SDK/FlexJS0.0.2-AIR18/temp/ap
> >>>>ach
> >>>> e-flex-flexjs-0.0.2-bin.tar.gz
> >>>> [get] Getting
> >>>> http://flex.apache.org/installer/properties/flexjs/fr_FR.properties
> >>>> [get] To
> >>>>
> >>>>/Users/fabricemontfort/Documents/SDK/FlexJS0.0.2-AIR18/fr_FR.properties
> >>>> ioError at: 12559 of 12559
> >>>> [IOErrorEvent type="ioError" bubbles=false cancelable=false
> >>>>eventPhase=2
> >>>&g

Re: New installer failures

2015-07-17 Thread Fabrice Montfort
Hi Alex.

Thanks for your quick answer. Unfortunately i'm unable to download and
install Nightly Build (0.0.3).

Here is the error message :

Installer version 3.3.0 (mac)
Using Locale: fr_FR
L'URL de téléchargement du SDK à été récupérée à partir du CGI.
Unable to load
http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-installer-config.xml
Installation interrompue:
http://flex.apache.org/track-installer.html?failure=true&label=Apache
FlexJS Nightly&version=0.0.3&os=mac&installerversion=3.3.0&info=Unable to
load
http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-installer-config.xml

NB : i've tried with different locales and from different places (home /
office / etc). Any idea of what's wrong ?

Thanks in advance for your help.
Regards,

Fabrice

2015-07-16 17:00 GMT+04:00 Alex Harui :

> Hi.
>
> I just updated the MD5s for the closure library.  Please try installing
> again.  If you right-click before selection FlexJS you should find the
> option to choose the Nightly build (0.0.3) which has more improvements
> over 0.0.2.
>
> -Alex
>
> On 7/16/15, 3:58 AM, "Fabrice Montfort"  wrote:
>
> >I was trying to install FlexJS to give it a try and install (via
> >FlexInstaller 3.3) failed with that log :
> >
> >Installer version 3.3.0 (mac)
> >Using Locale: fr_FR
> >L'URL de téléchargement du SDK à été récupérée à partir du CGI.
> >SDK version Apache FlexJS 0.0.2
> >AIR version 18.0
> >Flash Player version 18.0
> >Creating Apache FlexJS home
> >Création du répertoire temporaire
> >Downloading Apache FlexJS from:
> >
> http://www.motorlogy.com/apache/flex/flexjs/0.0.2/binaries/apache-flex-fle
> >xjs-0.0.2-bin.tar.gz
> >downloading
> >
> http://www.motorlogy.com/apache/flex/flexjs/0.0.2/binaries/apache-flex-fle
> >xjs-0.0.2-bin.tar.gz
> >Verifying Apache FlexJS MD5 Signature
> >The Apache FlexJS MD5 Signature of the downloaded files matches the
> >reference. The file is valid.
> >Décompression:
> >/Users/fabricemontfort/Documents/SDK/FlexJS0.0.2-AIR18/temp/apache-flex-fl
> >exjs-0.0.2-bin.tar.gz
> >Décompression
> >terminée:/Users/fabricemontfort/Documents/SDK/FlexJS0.0.2-AIR18/temp/apach
> >e-flex-flexjs-0.0.2-bin.tar.gz
> >  [get] Getting
> >http://flex.apache.org/installer/properties/flexjs/fr_FR.properties
> >  [get] To
> >/Users/fabricemontfort/Documents/SDK/FlexJS0.0.2-AIR18/fr_FR.properties
> >ioError at: 12559 of 12559
> >[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2
> >text="Error #2032" errorID=2032]
> >
> >get-data:
> >  [get] Getting
> >
> http://flex.apache.org/installer/sdk-installer-config-4.0.xml?ts=201507160
> >234
> >  [get] To
> >/Users/fabricemontfort/Documents/SDK/FlexJS0.0.2-AIR18/sdk-installer-confi
> >g-4.0.xml
> >
> >find-java-executable-windows:
> >
> >find-java-executable-others:
> >
> >search-java-windows:
> >
> >search-java-others:
> >
> >search-java:
> >
> >check-java:
> >
> >find-java:
> >   [delete] Deleting file
> >/Users/fabricemontfort/Documents/SDK/FlexJS0.0.2-AIR18/findjava.properties
> >Java is /usr/bin/java
> >
> >get-air-md5-data:
> >
> >get-flash-md5-data:
> >
> >get-md5-data:
> >
> >check-binary:
> >
> >ask-goog:
> >
> >ask-air:
> >
> >ask-flash:
> >
> >ask-swfobject:
> >
> >ask-licenses:
> >
> >ask-licenses:
> >
> >flex-check:
> >[mkdir] Created directory
> >/Users/fabricemontfort/Documents/SDK/FlexJS0.0.2-AIR18/in
> >
> >flex-get-check:
> >
> >flex-get:
> >Installing Apache Flex SDK from:
> >
> http://archive.apache.org/dist/flex/4.12.1/binaries/apache-flex-sdk-4.12.1
> >-bin.zip
> >
> >flex_get_from_mirror:
> >
> >flex_get_download:
> >
> >check-cache:
> >
> >download_using_get:
> >
> >get-if-not-cached:
> >
> >check-params:
> >
> >get-with-no-params:
> >  [get] Getting
> >
> http://archive.apache.org/dist/flex/4.12.1/binaries/apache-flex-sdk-4.12.1
> >-bin.zip?ts=201507160234
> >  [get] To
> >/Users/fabricemontfort/Documents/SDK/FlexJS0.0.2-AIR18/in/apache-flex-sdk-
> >4.12.1-bin.zip
> >
> >check-params:
> >
> >get-with-params:
> >
> >check-params:
> >
> >get-local:
> >
> >chec

Re: New installer failures

2015-07-16 Thread Fabrice Montfort
; >> On 7/8/15, 4:47 PM, "Joel Tan"  wrote:
> >>
> >>> Hi Alex,
> >>>
> >>> I have done it according to your instructions, and I got the following
> >>> error.
> >>>
> >>>  Log Details 
> >>> Installer version 3.3.0 (mac)
> >>> Using Locale: en_US
> >>> Fetched the SDK download mirror URL from the CGI.
> >>> SDK version Apache Flex SDK 4.14.1
> >>> AIR version 18.0
> >>> Flash Player version 18.0
> >>> Creating Apache Flex home
> >>> Creating temporary directory
> >>> Downloading Apache Flex SDK from:
> >>>
> >>>
> http://ftp.wayne.edu/apache/flex/4.14.1/binaries/apache-flex-sdk-4.14.1-
> >>>bi
> >>> n.tar.gz
> >>> downloading
> >>>
> >>>
> http://ftp.wayne.edu/apache/flex/4.14.1/binaries/apache-flex-sdk-4.14.1-
> >>>bi
> >>> n.tar.gz
> >>> Verifying Apache Flex SDK MD5 Signature
> >>> The Apache Flex SDK MD5 Signature of the downloaded files does not
> >>>match
> >>> the reference value. The file is invalid, installation is aborted.
> >>> Installation aborted:
> >>> http://flex.apache.org/track-installer.html?failure=true&label=Apache
> >>> Flex SDK 4.14.1&version=4.14.1&os=mac&installerversion=3.3.0&info=The
> >>> Apache Flex SDK MD5 Signature of the downloaded files does not match
> >>>the
> >>> reference value. The file is invalid, installation is aborted.
> >>> === End Log Details 
> >>>
> >>> Thanks!
> >>>
> >>>
> >>> Joel
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>> On Jul 8, 2015, at 10:08 PM, Alex Harui  wrote:
> >>>>
> >>>> Hi Joel,
> >>>>
> >>>> I added some more diagnostics to the Installer.  Can you try this
> >>>> version
> >>>> for the Mac?
> >>>> http://people.apache.org/~aharui/Installer/
> >>>>
> >>>> (Folks using Windows can get the latest from:
> >>>>
> >>>>
> >>>>
> http://apacheflexbuild.cloudapp.net:8080/job/flex-utilities_installer/l
> >>>>as
> >>>> tS
> >>>> uccessfulBuild/artifact/flex-installer/release/ )
> >>>>
> >>>> You will have to uninstall your current Installer first.  At the first
> >>>> Installer screen, please right-click and select “Verbose Logging”.
> >>>>Post
> >>>> the log if it fails.
> >>>>
> >>>> Thanks,
> >>>> -Alex
> >>>>
> >>>> On 7/5/15, 3:45 PM, "Joel Tan"  wrote:
> >>>>
> >>>>> Hi Alex,
> >>>>>
> >>>>> It has no problem to download the file from the link you provided, I
> >>>>> tried to download again using Apache Flex Installer right after the
> >>>>> download from the link, but failed again with the same issue.
> >>>>>
> >>>>> Thanks.
> >>>>>
> >>>>>
> >>>>> Joel
> >>>>>
> >>>>>
> >>>>>> On Jul 4, 2015, at 12:34 PM, Alex Harui  wrote:
> >>>>>>
> >>>>>> Oh, maybe I wasn’t clear.  The Installer says it failed trying to
> >>>>>> download
> >>>>>> that file.  If you can access it directly, it was either just bad
> >>>>>>luck
> >>>>>> or
> >>>>>> maybe some problem with the installer’s downloading code.
> >>>>>>
> >>>>>> If you can click on the link below and download the file, try
> >>>>>>running
> >>>>>> the
> >>>>>> installer right after and see if it can access it or not.
> >>>>>>
> >>>>>> Thanks,
> >>>>>>
> >>>>>> -Alex
> >>>>>>
> >>>>>>
> >>>>>> On 7/3/15, 7:10 PM, "Joel Tan"  wrote:
> >>>>>>
> >>>>>>> Sure, thanks Alex!
> >>>>>>>
> >>>>>>>
> >>>>>>> Joel
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>> On Jul 3, 2015, at 2:26 PM, Alex Harui  wrote:
> >>>>>>>>
> >>>>>>>> Thanks Joel.
> >>>>>>>>
> >>>>>>>> Can you download this file manually?
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj4
> >>>>>>>>0.
> >>>>>>>> ja
> >>>>>>>> r?
> >>>>>>>> fo
> >>>>>>>> rmat=raw
> >>>>>>>>
> >>>>>>>> -Alex
> >>>>>>>>
> >>>>>>>
> >>>>>>
> >>>>>
> >>>>
> >>>
> >>
> >
>
>


-- 
*Fabrice Montfort / CTO*

*f...@runware.com *

* <http://www.runware.fr/>*
Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
http://www.runware.fr

CONFIDENTIALITY NOTICE – This electronic message contains information which
may be confidential. The information is intended for the use of the
individual or entity identified above. If you are not the intended
recipient, please be aware that any disclosure, copying, distribution or
use of the contents of this message is strictly prohibited. If you receive
this transmission in error, please notify the sender and delete the copy
you received.


Re: Screenshare in AIR

2015-07-01 Thread Fabrice Montfort
t; Subject: Re: Screenshare in AIR
> > >
> > > There is influxis collaboration service (used to be livecycle
> > > collaboration service) http://ics.influxis.com/modules/
> > >
> > > Šruss
> > >
> > > On 6/30/15, 10:45 AM, "Jeffry Houser"  wrote:
> > >
> > > >
> > > >  To share a desktop on Connect you have to use a proprietary plugin
> > > >which uses undocumented APIs in the Flash Player.
> > > >
> > > >  If memory serves me; Adobe was going to offer a service to expose
> > > >these APIs.  I don't know what happened to it [and I don't remember
> > > >the code name)
> > > >
> > > >On 6/30/2015 5:57 AM, Kessler CTR Mark J wrote:
> > > >>  Well adobe has their Connect [1] application.  It runs in
> > > >>flash and can share a desktop [2], so I know something exists.
> > > >>Although I think people are changing over to Java for screen sharing
> > > >>these days since it's installed in most places already.
> > > >>
> > > >>
> > > >> [1] http://www.adobe.com/products/adobeconnect.html
> > > >> [2]
> > > >>https://community.apan.org/cfs-file.ashx/__key/communityserver-blogs
> > > >>-c omp onents-weblogfiles/00-00-00-40-40/5672.Adobe-Connect-room.png
> > > >>
> > > >>
> > > >> -Mark
> > > >
> > > >
> > > >--
> > > >Jeffry Houser
> > > >Technical Entrepreneur
> > > >http://www.jeffryhouser.com
> > > >203-379-0773
> > > >
> > >
> > >
> >
>



-- 
*Fabrice Montfort / CTO*

*f...@runware.com *

* <http://www.runware.fr/>*
Phone : +262 (0)262 28 67 30 / Mobile : +262 (0)692 93 57 10
13, rue Désiré Barquisseau • 97410 Saint-Pierre • Réunion, France •
http://www.runware.fr

CONFIDENTIALITY NOTICE – This electronic message contains information which
may be confidential. The information is intended for the use of the
individual or entity identified above. If you are not the intended
recipient, please be aware that any disclosure, copying, distribution or
use of the contents of this message is strictly prohibited. If you receive
this transmission in error, please notify the sender and delete the copy
you received.