Re: Best flex for an Android application ?

2021-03-02 Thread Carlos Rovira
Hi Julien

regarding mobile there's also a tutorial a community user did about
Electron here [1], but that is like Cordova, just a wrapper, so not related
to Flex Mobile.

Also the Royale Jewel ui set is done with multi device in mind
(responsiveness), but that will require to adapt your Flex app to Jewel
components.

HTH

[1]
https://royale.apache.org/how-to-create-a-desktop-application-with-royale-and-electron/



El mar, 2 mar 2021 a las 11:11, Julien Desquenne ()
escribió:

> Hello and thanks for your answer.
>
> The requirement is to work on mobile as an app.
>
> So the best option for the moment is to use Apache Flex latest sdk to
> build an application ?
>
>

-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira


Re: Run Time Error

2021-02-10 Thread Carlos Rovira
Ops! Thanks! Sorry :)

El mié, 10 feb 2021 a las 15:10, Piotr Zarzycki ()
escribió:

> Carlos,
>
> He is not talking about Royale. It's about pure Flex application. :)
>
> śr., 10 lut 2021 o 14:29 Carlos Rovira 
> napisał(a):
>
> > Hi Yishay, just let you know that Modules are still not working fully. I
> > think that's one of the latest issues to solve in Royale for a 1.0
> > But it is not easy, we'll need help there from Greg, Josh and others to
> > make it work. Being said that your problem could be related to that.
> >
> > El mié, 10 feb 2021 a las 14:01, Yishay Weiss ()
> > escribió:
> >
> > > Hi All,
> > >
> > > I am getting the following [1] runtime error when loading a module.
> Does
> > > anyone have a clue as to what may be causing it?
> > >
> > > I am building the a debug version with incremental turned off.
> > >
> > > Thanks for any tips,
> > > Yishay
> > >
> > > [1]
> > > ReferenceError: Error #1065: Variable
> > >
> _class_embed_css_Assets_swf_327131264_mx_skins_cursor_DragLink_1081155590
> > > is not defined.
> > >
> > > at flash.display::MovieClip/nextFrame()
> > > at mx.core::FlexModuleFactory/deferredNextFrame()
> > > at mx.core::FlexModuleFactory/update()
> > > at mx.core::FlexModuleFactory/moduleCompleteHandler()
> > >
> > >
> >
> > --
> > Carlos Rovira
> > Apache Member & Apache Royale PMC
> > *Apache Software Foundation*
> > http://about.me/carlosrovira
> >
>
>
> --
>
> Piotr Zarzycki
>


-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira


Re: Run Time Error

2021-02-10 Thread Carlos Rovira
Hi Yishay, just let you know that Modules are still not working fully. I
think that's one of the latest issues to solve in Royale for a 1.0
But it is not easy, we'll need help there from Greg, Josh and others to
make it work. Being said that your problem could be related to that.

El mié, 10 feb 2021 a las 14:01, Yishay Weiss ()
escribió:

> Hi All,
>
> I am getting the following [1] runtime error when loading a module. Does
> anyone have a clue as to what may be causing it?
>
> I am building the a debug version with incremental turned off.
>
> Thanks for any tips,
> Yishay
>
> [1]
> ReferenceError: Error #1065: Variable
> _class_embed_css_Assets_swf_327131264_mx_skins_cursor_DragLink_1081155590
> is not defined.
>
> at flash.display::MovieClip/nextFrame()
> at mx.core::FlexModuleFactory/deferredNextFrame()
> at mx.core::FlexModuleFactory/update()
> at mx.core::FlexModuleFactory/moduleCompleteHandler()
>
>

-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira


Re: AIR app (Captive runtime) is blocked by anti-virus scanner

2021-02-03 Thread Carlos Rovira
Hi many thanks for the support, from now we're experiencing problems with
some AV providers but not all. I think "Avast" is not generating
problems...so we still are figuring it out.

Thanks!



El mié, 3 feb 2021 a las 14:10, Olaf Krueger ()
escribió:

> This is just one example of how to create a self-signed p12 cert using ADT,
> maybe it helps:
>
> flex-sdk\bin> ./adt -certificate -cn SelfSign -ou XY -o "YourOrganization"
> -c DE -validityPeriod 2 2048-RSA yourCertName.p12 yourSecretPassword
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira


Re: AIR app (Captive runtime) is blocked by anti-virus scanner

2021-02-03 Thread Carlos Rovira
Hi Tucson,

We found the same problem with different Antiviruses in our clients. We're
searching for a solution.

So if I understand correctly, you got an EV certificate from Digicert as
Jason suggested and that solved the problem?

Please let me know, in order to try that path

thanks!



El vie, 29 ene 2021 a las 23:56, Tucsonjhall ()
escribió:

> Still no issues, FYI. Though it's not sheep.
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira


Re: Air SDK 33.1 F4M audio broken

2021-01-07 Thread Carlos Rovira
Hi Jason
I recommend to add HARMAN word so Andrew Frost is aware.
I'll add him in CCO so he is aware of the issue.


El jue, 7 ene 2021 a las 1:52, Jason Taylor ()
escribió:

> As of the 33.1 SDK none of our audio in f4m files is able to playback.
> Does
> anyone have any idea? This is now a critical issue for us.
> ~ JT
>
> -Original Message-
> From: Paul Stearns 
> Sent: Monday, January 4, 2021 8:45 AM
> To: users@flex.apache.org
> Subject: How can I execute the result method of a responder object?
>
> We are creating an extension for the NetConnection object. When we get an
> error we will retry "n" times. After "n" times we want to call the
> responder
> result method returning an error. The responder object contains two
> properties, both functions, however we cannot seem to see how to access
> those functions. Is it possible to execute the "result" function of
> Responder object?
>
> An example might be;
> _rspResponder:Responder = new Responder(someFunction); // lots of code...
> _rspResponder.result("Error: Connection timeout failure.\n A network
> connection error occurred, if need
>
> Paul R. Stearns
> Advanced Consulting Enterprises, Inc.
>
> 15280 NW 79th Ct.
> Suite 250
> Miami Lakes, Fl 33016
>
> Voice: (305)623-0360 x107
> Fax: (305)623-4588
>
>

-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira


ApacheCon 2020 @Home Youtube talks posted

2020-10-15 Thread Carlos Rovira
Hi all,

Just updated the page with all the youtube links for the talks we did at
ApacheCon @Home 2020

Also added the 2017 talks when Royale was called FlexJS

https://apache.github.io/royale-docs/presentations/presentations.html


HTH :I


-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira


Re: SDK Installer & Site

2020-10-01 Thread Carlos Rovira
Hi jtellier,
FlexJS was the starter project of Apache Royale created in 2018. So go to
https://royale.apache.org and join our mailing list at:
https://royale.apache.org/mailing-lists/

About how maintain Apache projects (Flex,Royale and the other hundreds) are
all of us (included you) :)
Nobody is paid for working on this, and in the case of Flex and Royale
almost 100% of the muscle is now in Royale.

El jue., 1 oct. 2020 a las 14:19, jtellier () escribió:

> Who is maintaining all of this these days? The site has a lot of dead links
> and the sdk doesn't download through the installer anymore... I have a
> bunch
> of conversion projects that I need access to these resources for but am
> having a hard time. for example, I have a bunch of blaze ds services
> and
> I have no way of seeing how they connected cause the tooling doesn't show
> the urls anymore for some reason. So my thoughts were I would build to Flex
> JS but now the installer fails to install the sdk when I try.
>
>
>
> --
> Sent from: http://apache-flex-users.2333346.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Royale & Netbeans

2020-09-14 Thread Carlos Rovira
Hi Petr,

as Piotr says we didn't hear of anybody using Netbeans. I personally don't
have experience with that IDE, and don't know how hard it could be to make
it work. Maybe it could be complicated since in Flex days I didn't see
anyone using it, so maybe could be the same for Royale.
Anyway, if you see some way we'll be glad to hear about it.
In case you don't succeed I think the better options are what Piotr already
exposed.

Thanks

El lun., 14 sept. 2020 a las 16:40, Piotr Zarzycki (<
piotrzarzyck...@gmail.com>) escribió:

> Hi Petr,
>
> Unfortunately I haven't heard that anyone adopt Netbeans for Royale. Why
> not try Moonshine or VSCode ?
>
> Thanks,
> Piotr
>
> pon., 14 wrz 2020 o 16:38 Petr Nemecek  napisał(a):
>
> > Hello,
> >
> > we're about to kick out a new project, Royale seems to be the way to go.
> >
> > Could we use the not-fancy-but-good-proven-hammer Netbeans, please?
> >
> > Many thanks,
> >  Petr
> >
> >
>
> --
>
> Piotr Zarzycki
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Future of Flex

2020-09-13 Thread Carlos Rovira
Hi,

I think people still using Apache Flex should take over this project and
make this kind of things happen.
I still believe in Flex for AIR projects, but I must say that currently my
focus is in Royale and that takes all of my time, and  I don't have any AIR
or Flex project out there now, so I'll not doing work for Apache Flex
project. I'm only interested in the BlazeDS part, and maybe we'll be
migrating to Royale to have it more near.

So others that still are using Flex should take over, and make that kind of
things happen. If you love Flex, things like the Android theme or any other
thing could happen if you make it real or recruit others to integrate PRs,
implement things or do releases.

That's the good and the bad of OS projects, you can't rely on others to
make it happen it depends on all of you still interested or using Flex :)

Carlos


El dom., 13 sept. 2020 a las 17:42, leokan23 () escribió:

> Erik Thomas-3 wrote
> > 1.) It is very difficult to find skilled (or even interested in learning)
> > Flex developers anymore. I posted a job on this very forum six weeks ago
> > and received no interest from anyone wanting to go full-time as a
> Flex/AIR
> > remote developer, and our other recruiting channel also came up empty.
>
> This has been so true and it has been like this for years. I was always
> taking care of recruiting Flex guys, and I was not able to find new ones
> for
> years. Even the last hires 4-5 years ago, were junior devs who I trained in
> flex.
>
> Apart from that, my biggest concern / issue / realization is that Flex has
> not been actively developed for years. Last update was in 2017. Even when a
> fellow dev tried to donate his Android skin update, that never actually
> happened. It is true that as long as Harman doesn't make any change in AIR,
> Flex will be working more or less, but I dont see it gaining any more users
> as it looks abandoned.
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Future of Flex

2020-09-12 Thread Carlos Rovira
Hi Erik,

My history, although different (of course) is very similar to yours in
terms of background, actual needs and work path, so understand perfectly
what you tell me :)

Let see if more people come to Royale to continue making it bigger. We
don't need to be the next breaking tech. Others like haxe did a great job
with its own passionate users, so I hope we have a sufficiente group of
people interested in making something good and fun.

thanks for your thoughts! :)

El sáb., 12 sept. 2020 a las 18:31, Erik Thomas ()
escribió:

> Hey Carlos:
>
> Our decision to commit to React Native was because:
>
> 1.) It is very difficult to find skilled (or even interested in learning)
> Flex developers anymore. I posted a job on this very forum six weeks ago
> and received no interest from anyone wanting to go full-time as a Flex/AIR
> remote developer, and our other recruiting channel also came up empty.
>
> 2.) Schools are teaching React, and there are many young, passionate
> developers who want to work with it.
>
> 3.) The right business decision for us was to identify and embrace a
> platform that's proven, yet young enough to still be growing in adoption,
> and shares language, tools, libraries, design patterns etc., between web
> front-end (React) and mobile (React Native), and supports implementing
> native access to devices without relying solely on a plug-in marketplace.
>
> I'm not really interested in learning and developing with React myself,
> but I've been coding less and less as our company has started growing
> pretty fast now since we released an MVP in February that has gone pretty
> viral among investors who want to invest in pre-IPO companies, like
> Robinhood, Ripple, and more.
>
> If I were to start another company with a great app idea by myself, I will
> certainly use Flex/AIR for mobile, and almost certainly use Royale for web
> and continue with a Java/Spring back-end with MySQL all running in AWS
> cloud. That is my comfort zone tech-stack I've been working in for many
> years.
>
> Thanks for making me think about Royale for my next web project and I wish
> you the best of luck evangelizing and recruiting a strong team to push this
> tech back into the mainstream.
>
> Best regards,
>
> Erik
>
> =
>
> Hi Erik,
>
> As I said, I understand your company wants to go React. It's just
> natural.
> I'd love to see more companies trusting Royale and going with us, but
> while
> that is attractive don't think that should be our final purpose. I
> must say
> I'm glad to work on improving Royale since I believe in this
> technology and
> its programming model, I think there's nothing better than it and
> enjoy it!
> :). So getting others (individuals and companies) to jump and use it,
> would
> be very cool, but don't want that to make any difference, but the
> potential
> people that could invest his time in submitting PRs, patches or work
> in new
> outputs like WASM/IOS/Android.
>
> I think Royale should be fun and make people work with it for his
> personal
> apps or try to introduce in its business or company, but knowing
> there's a
> team of passionate people behind it that love to invest his time on
> making
> it better and better over time, and that nowadays is already working,
> and
> maybe we still could miss some things, but now anyone can learn Royale
> and
> make anything he still miss on the current state.
>
> Techs, frameworks,...all come and go all the time :), so I feel
> comfortable
> pushing something that is not behind the commercial business tentacles
> of
> Google (Angular), Facebook (React), Microsoft or Apple...
>
> So just say you, don't worry about your company going React, if you
> love
> the Flex (now Royale) programming model and have some personal Flex
> Apps
> you want to migrate, try to go yourself with Royale and enjoy it, I'm
> sure
> you will! :)
>
> Best,
>
> Carlos
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Future of Flex

2020-09-12 Thread Carlos Rovira
Hi Erik,

As I said, I understand your company wants to go React. It's just natural.
I'd love to see more companies trusting Royale and going with us, but while
that is attractive don't think that should be our final purpose. I must say
I'm glad to work on improving Royale since I believe in this technology and
its programming model, I think there's nothing better than it and enjoy it!
:). So getting others (individuals and companies) to jump and use it, would
be very cool, but don't want that to make any difference, but the potential
people that could invest his time in submitting PRs, patches or work in new
outputs like WASM/IOS/Android.

I think Royale should be fun and make people work with it for his personal
apps or try to introduce in its business or company, but knowing there's a
team of passionate people behind it that love to invest his time on making
it better and better over time, and that nowadays is already working, and
maybe we still could miss some things, but now anyone can learn Royale and
make anything he still miss on the current state.

Techs, frameworks,...all come and go all the time :), so I feel comfortable
pushing something that is not behind the commercial business tentacles of
Google (Angular), Facebook (React), Microsoft or Apple...

So just say you, don't worry about your company going React, if you love
the Flex (now Royale) programming model and have some personal Flex Apps
you want to migrate, try to go yourself with Royale and enjoy it, I'm sure
you will! :)

Best,

Carlos



El vie., 11 sept. 2020 a las 17:47, Erik Thomas ()
escribió:

> Hey Carlos and all who responded to my philosophical waxing about my
> sadness at abandoning such an amazing platform for developing mobile apps.
>
> I plan to play with Royale and consider it for a new side project I'm
> looking at for web, and I really appreciate the people who put so much of
> their time into creating Royale. Being able to continue with the MXML/AS3
> model is extremely attractive, especially since I have such a large
> collection of my own UI widgets and utilities. When the mobile theme was
> initially released I immediately set out to create mobile apps but needed
> some of the heavier weight controls in spark (not mobile theme) and so I
> ended up recreating a lot of UI functionality from containers that didn't
> need to solve for every use case under the sun which resulted in better
> performance when mobile devices were so very slow. Of course now that
> devices are so much faster, that issue faded away for the most part. But
> being able to continue using my libraries with Royale for a web app is too
> good to resist.
>
> But the decision to go with React Native for mobile has been made and the
> investment in reworking our flagship mobile app will break ground later
> this month. And we recently replaced our web app version of the mobile app
> with React and are going live next week, so there's no room for Royale or
> Flex at my company anymore, except for RTB sunsetting of the existing AIR
> apps until we replace them.
>
> However, I agree with Paul's comments too about inconsistent DOMs
> preventing even Royale from fully achieving what we've so enjoyed from
> Flash all these years. It's just sad that Adobe lost their passion for Flex
> and Flash/AIR so long ago and didn't keep up. I keep thinking how amazing
> it would have been if the Flash/AIR was kept competitive, like
> incorporating new device capabilities directly into the runtime by wrapping
> the native calls, rather than depending on ANE developers to fill the gaps.
> ANE is a great model, but Adobe relied too much on the ANE marketplace to
> provide Flex developers with native functionality that really should have
> been part of the runtime, organic functionality that nearly every app needs.
>
> And my only other complaint about the AIR runtime on mobile is the kludgy
> implementation of stage text input that never kept up. Custom soft
> keyboards should have been available as XCode and Android Studio exposed
> new keyboards, like a Phone number keyboard for instance. And the way stage
> text input fields have to be destroyed (not simply hidden) to avoid showing
> up on top of other views. But we worked around all that.
>
> I am sorry to see the day we stop using Flex/AIR at my company. Oh well.
>
> I raise my glass to all the awesome designers, architects, and engineers
> who worked at Macromedia, and later at Adobe, and later on the Apache Flex
> OS project (and Royale) for creating such an amazing platform that brought
> me such joy, some pain, frustration too, but most of all, pride in the
> products I created with it. Since earning my ACE years and years ago I've
> been so passionate about the platform, it's going to be hard to leave it
> and this amazing community.
>
> Peace.
>
> Erik
>
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Future of Flex

2020-09-12 Thread Carlos Rovira
Hi Paul,

I think that nowadays DOM differences across browsers are each day less and
less, but Royale (as many other JS frameworks out there) try to remove any
inconsistencies thanks to providing cross browser solutions that are tested
in most used browsers. Maybe IE11 is the last big one difference and this
year Microsoft planned to remove it, so I expect that the last problematic
browser is left behind and only modern browsers are used very soon by most
of the people out there in the internet, that means very few DOM
inconsistencies.

Far beyond, Royale should be not only cross browser, but cross platforms
too. But while we have right now SWF and JS, we still lack other outputs
like native IOS/Android, or WASM. That only could be done with more
talented people working together to reach that goal. In fact I work in
Jewel for JS only since supporting SWF will be a lot of work. Maybe
someday I'll try to do it, or just try to support WASM that seems to have
more future.

I think the concept (in part) is the same as AIR. AIR tried to provide a
runtime that could work cross platforms, Royale should do the same. Use the
same programming model and make the tooling output what you need. Again how
that could be done in the future will depend on how many people want to
help, enjoy working on it and are passionate about make it happen.

Thanks


El vie., 11 sept. 2020 a las 16:07, Paul Stearns
() escribió:

> Carlos:
>
> Royale will have its place. However one thing which Royale and other
> similar technologies will never fully implement is a 100% coherent runtime
> environment. There will always be sacrifices to the needs of
> Javascript/HTML. As long as there are multiple browser DOMs there will
> always be the potential for incompatibility.
>
> AIR and other similar technologies will have a place for
> people/applications which want/need a development platform where they can
> be certain of the user interaction layer. The reason I chose Flex for
> development is simple, I was tired of the limitations of HTML and I was
> even more frustrated with the differences between  browsers DOMs. When I
> found that I could develop in one environment and run everywhere, I was
> hooked.
>
> In my limited experience with Royale,some of the same bugaboos of browser
> differences were still there. I am sure Royale will improve and become
> virtually seamless. However from all my decades of IT development it is
> difficult to build a reliable system when the foundation (DOMs) is
> inconsistent.
>
> I believe there is a place for Flex/AIR moving forward. There is also a
> place for Royale, and I will convert one Flex application to Royale, as it
> definitively needs to run from a web browser. My major integrated PC
> applications have been converted to AIR, and are in various stages of
> testing & deployment.
>
> Paul R. Stearns
> Advanced Consulting Enterprises, Inc.
>
> 15280 NW 79th Ct.
> Suite 250
> Miami Lakes, Fl 33016
>
> Voice: (305)623-0360 x107
> Fax: (305)623-4588
>
> 
> From: Carlos Rovira 
> Sent: 9/11/20 4:23 AM
> To: users@flex.apache.org
> Subject: Re: Future of Flex
> Hi All just reposting here, since I saw Erik started this thread. Hope this
> helps:
>
> As a long time Flex/Flash advocate I must say that runtime fate is set for
> a long time, so in that front we can't do much more and go with the flow
> like it happened with VHS/Beta, PC/Amiga, and many more...
>
> BUT, I think we can preserve what for me is of huge value: the Flex
> programming model with AS3/MXML, View States, Binding, AMF (RPC), and much
> more... through Apache Royale. For me having that productivity is
> priceless. Also mixing with the good stuff in the modern development world
> means to boost what we already had. For example, I think CSS
> implementation in browsers is far better than the subset we had in Flash
> Player (and Flex), so that joins the Royale programming model through
> normal CSS... or through SASS :).
>
> I think Flex/AIR will still be there for as long as people will use it,
> maybe unfortunately few people now. For many others it's normal that they
> must go with the rest of the world. For many of them, like you, maybe is
> late since you'll go React (that's normal since companies tend to go to the
> mainstream tech for security), but just say that in 2020, I think Apache
> Royale and Jewel set has reach a very good state and it's a pleasure to
> work with it, as it was Flex. So maybe giving a try in the current state
> would surprise you, and will make your migration easier than going React.
>
> I'll be presenting at ApacheCon at the end of this month (31th) a talk that
> showcases the TodoMVC example here [1] and here [2]. Hope that helps others
> to notice how far 

Re: Future of Flex

2020-09-11 Thread Carlos Rovira
me is brilliant, even today. No
> other major platform for mobile (or web, though the flash player is
> definitely dying) can equal the performance of the AIR runtime. One must
> compile to native and that comes with a boatload of problems especially
> multi-platform support. A runtime engine is still brilliant, just as Java
> runtimes still power nearly half of the billions of web apps on the
> internet.
> >
> > What I don't understand is why Flex doesn't attract more developers, but
> I'm sure it's because universities and colleges, and tech schools don't
> teach it because it's considered fringe. If people really understood what
> it could do we could see third party tools, ANEs, and new innovations that
> pushed it back into the mainstream.
> >
> > Oh well. Sometimes the best ideas and designs don't achieve mindshare
> and fail for reasons entirely unrelated to capability.
> >
> > Ancients like me will remember the VHS vs. Betacam wars where the latter
> was 10X better and still failed because of marketing, mindshare, and
> somewhat political reasoning.
> >
> > My company still has two very successful mobile apps built with Flex/AIR
> and some ANEs by Distriqt (the very best ANE developer on the planet
> without doubt): Linqto and Keiretsu Forum.
> >
> > Alas, we have even succumbed to pressure to replace these apps with
> REACT Native and will be embarking on this road in the next month. It's a
> sad day. But now that a big company like Adobe has relinquished the reins
> of both Flex (some years ago) and AIR (to Harmann recently), it seems the
> fate of this amazing development platform is destined to the graveyard.
> >
> > I know there's lots of great innovation with Royale to breathe live back
> into Flex apps, and there are migration options as well. These are great
> things, but in my opinion, unnecessary because the AIR runtime is FAR, FAR
> better than relying on any browser-based rendering engine to render
> javascript, html, and CSS.
> >
> > Just sharing my opinion as someone who has made his living with Flex
> since 2007, was once a master/guru of MFC/C++ since Windows 1.5, and got my
> first contract in 1983.
> >
> > Erik Thomas
> > Chief Architect
> > http://linqto.com
> >
> >
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: From Flex to Flutter

2020-08-13 Thread Carlos Rovira
Hi Leokan,

thanks for the info. I must admit that I'm in the same boat as Harbs, so
mostly web development and apps running on browsers in mobile and desktop.
Another thing is that I was impressed by Royale performance in devices and
desktop, so wrapping with Electron or Cordova, seems to me valid.

Anyway, I'd love to have iOS/Android native compiling and extend Jewel to
use both.

Thanks for the info!

Carlos



El jue., 13 ago. 2020 a las 21:26, leokan23 () escribió:

> Makes sense. I have been focusing on mobile only since 2012 so this is the
> reason I never jumped to Royale in the early days. Maybe an option would be
> (at some point) to follow the Dart path and somehow make Royale compile
> directly to ARM code. that solves all the performance issues in android and
> ios.
>
> Comparing however Flutter and Royale for web, performance is more or less
> similar (on chrome).
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


New Blog Example: Using Jewel TileHorizontalLayout

2020-08-13 Thread Carlos Rovira
Hi all,

just inform that we have new blog example "Using Jewel TileHorizontalLayout"

https://twitter.com/ApacheRoyale/status/1293956209767329792

As always, share and enjoy! :)

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: From Flex to Flutter

2020-08-09 Thread Carlos Rovira
Hi Harbs,

I was using Canvas API on the first link (HTMLCanvasElement), so what do
you refer to?
thanks

El dom., 9 ago. 2020 a las 18:33, Harbs () escribió:

> I’d love to hear your results as well.
>
> I’d also love to work on native compiling one day too.
>
> In the short term, I have other priorities. One of them is filling in
> Canvas APIs which I should be working on in the next month or two.
>
> > On Aug 9, 2020, at 5:41 PM, Carlos Rovira 
> wrote:
> >
> > Hi Leokan,
> >
> > thanks, I think if you experiment and share with us we can all learn a
> lot
> > about performance of web html apps on mobile :)
> > I'll want to read about your findings! :)
> >
> > El dom., 9 ago. 2020 a las 16:38, leokan23 () escribió:
> >
> >> I want to clarify I am talking mobile performance not web. I will give
> >> royale
> >> another go, to check how much access I have to native libraries like
> >> camera,
> >> geolocation etc and what the performance is compared to flex and native.
> >>
> >>
> >>
> >> --
> >> Sent from: http://apache-flex-users.246.n4.nabble.com/
> >>
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: From Flex to Flutter

2020-08-09 Thread Carlos Rovira
Hi Leokan,

thanks, I think if you experiment and share with us we can all learn a lot
about performance of web html apps on mobile :)
I'll want to read about your findings! :)

El dom., 9 ago. 2020 a las 16:38, leokan23 () escribió:

> I want to clarify I am talking mobile performance not web. I will give
> royale
> another go, to check how much access I have to native libraries like
> camera,
> geolocation etc and what the performance is compared to flex and native.
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: From Flex to Flutter

2020-08-09 Thread Carlos Rovira
Hi Harbs,

royale website is waiting for you! ;), so if you want to write for it, let
me know and I can help you on publishing it :)
I must say I tweeted various points about the amazing performance and low
app weight we get in the Royale Twitter account ;-)

El dom., 9 ago. 2020 a las 13:10, Harbs () escribió:

>
>
> > On Aug 9, 2020, at 1:57 PM, Scott Matheson  wrote:
> >
> > IMHO royal is a side road that may run out if tar some time in the
> future, then your back to start
>
> The success of Royale depends on all of us. I personally have a lot
> invested in it and I’m not abandoning it anytime soon.
>
> > After looking are royal last you we spent the last year moving our app
> to react it is very close to flex in a lot of ways
>
> FYI, Royale completely destroys React in performance — both in memory
> usage and speed. One day when I have a the time, I hope to write a blog
> post on the topic.



-- 
Carlos Rovira
http://about.me/carlosrovira


Re: From Flex to Flutter

2020-08-09 Thread Carlos Rovira
Hi Scott,

thanks for sharing. I think React is a good solution, as Flutter or others
like Vue, Angular... nowadays we have enough options out there, and all of
them allow us to reach our goals, so it's just a matter of "what you are
more comfortable with".

As well not all Flex developers, or Royale developers are searching for the
same needs. For example, I needed AMF and RemoteObject, and we needed to
make it real in Royale. Nowadays, Royale is the only technology out there
where AMF really works end-to-end without touching a line on the server
side. For me that fact was key, since I could migrate from Flex, pushing a
Royale version side-by-side to the Flex one to our users. Other options
required us lots of work and changing server, so more problems, time and
investment.

As well for me Royale means to keep the same ordered mindset of declaring
interfaces in MXML as I imagine of it, and for me that experience is
invaluable in terms of productivity. I think JSX or other options are not
as simple or elegant as MXML when I compare code. Of course, this could be
just my perception. In my company we have as well projects in React and as
I check code done when reviewing our repos (in PRs, direct commits,...),
while is valid, for me still seems like a step back from what we had with
Flex.

Here's the full code (exposed to the community) of the widget app:
https://github.com/codeoscopic/avant2-website
My vision is the Royale programming model is far more easy, simple and
elegant. Again just my perception, normal since I'm working for it each day
to make it shine ;).

Of course, Royale doesn't come for free, and we need as a community to be
involved to get the most of it. Most of the times, when I see huge
communities, I see very few people "following", "staring", making volume,
but many few working to make it evolve, so while I understand is many
important for people see "community volume", I'm for continue betting for
Royale to make it grow in community and code and since I think it deserve
the effort and of course...because I enjoy it! ;-)



El dom., 9 ago. 2020 a las 12:57, Scott Matheson ()
escribió:

> Carlos
>I think the work you have done is outstanding, however as a
> small developer, is there a real long team future, I know we always say
> yes, but we where let’s down big time by Adobe with these poor management
> of the flex issue and the abandonment of flex
>
> Flex is a great language, however  most languages have a life expedience
>
> JS in versions , C in versions, python seems to be good long terms bets
>
> I started in this industry in 1980’s so I have seen lots of stuff come and
> go
>
> IMHO royal is a side road that may run out if tar some time in the future,
> then your back to start
>
> After looking are royal last you we spent the last year moving our app to
> react it is very close to flex in a lot of ways
>
> Just me thoughts
>
> Scott
>
>
>
> Sent from my iPhone
>
> > On 9 Aug 2020, at 11:22, leokan23  wrote:
> >
> > Hi Carlos,
> >
> > of course Royale was my first try back in version 0.7.2. The reason I
> tried
> > it was mostly for web but I had many issues starting with it. Piotr
> helped
> > me a bit to start but at the time my main issues where:
> >
> > 1. Documentation was scarce (there were mostly examples, not
> documentation).
> > 2. The first few times i tried to setup the sdk, I couldn't make it work.
> > Actually Piotr spent like 50 minutes trying to setted up on my laptop a
> few
> > years ago.
> > 3. Another issue for me was that I had to rewrite all the UI as Sparks
> > emulation wasn't available.
> >
> > One of the things I am not sure how it works, is the mobile part (which
> I am
> > most interested for). In my understanding you need to use cordova which
> > makes Royale comparable to Ionic, which is not the best option as it is
> > basically a wrapped web site in an app. Not sure if you can export the
> > Royale project directly to AIR apk or ipa.
> >
> > After Jewel was released, I thought about giving it another go, but due
> to
> > lack of time I never did. I am not sure if the issues above still stand,
> but
> > if you can clarify the mobile thing, I would be glad. :)
> >
> >
> >
> > --
> > Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: From Flex to Flutter

2020-08-09 Thread Carlos Rovira
Hi Leokan,

I'll try to answer your questions :)

1.- Mobile. Far beyond Cordova, other option is  Electron (
https://royale.apache.org/how-to-create-a-desktop-application-with-royale-and-electron/),
But I think AIR is another option too, since AIR allowed native HTML apps
to be wrapped too. I must say that I did not try that option but others
did, since the Electro tutorial was by Judah. So I think you have 3 options
that you can use. Since App builders are just about taking an HTML/JS/CSS
app and wrap it, I think it is more in the side of the app builder solution
itself, and Royale must focus on making it possible to build whatever you
need and in the integrations.

2.- Documentation is here: https://apache.github.io/royale-docs/get-started
Of course, we tried to do our best, but still we need to continue working
on it, but I think it is enough these days to start. We continue populating
it since it is a parallel task.

3.- SDK: I think nowadays current released version 0.9.7 is in good shape (
https://royale.apache.org/apache-royale-v0-9-7-released/), but other
option, if you want to be up to date is use a nightly build (
https://royale.apache.org/get-involved/ - check at the bottom of the page)

My perception is that we are in a version very close to 1.0., or said in
other words, I find each day we can do whatever we want with Royale in its
current state, and proof is the examples I posted. But, I'm more for
continuing to improve it so reaching the magic number of "1.0", will be
more the smoothest experience for a new user.

We already have many needed things like Routing, Themes, AMF, HTTPService,
IoC, DI, etc, etc, etc... so in the current state is just a matter of
filling the latest few holes. Most of them are reported by users like you
that are helping us to fill that issue. I think it is important for users
to be involved in the community and the project to report issues and try to
help since you can find some issue, and as an Open Source project you need
to do open communication with the project so we all can solve any issues.




El dom., 9 ago. 2020 a las 12:22, leokan23 () escribió:

> Hi Carlos,
>
> of course Royale was my first try back in version 0.7.2. The reason I tried
> it was mostly for web but I had many issues starting with it. Piotr helped
> me a bit to start but at the time my main issues where:
>
> 1. Documentation was scarce (there were mostly examples, not
> documentation).
> 2. The first few times i tried to setup the sdk, I couldn't make it work.
> Actually Piotr spent like 50 minutes trying to setted up on my laptop a few
> years ago.
> 3. Another issue for me was that I had to rewrite all the UI as Sparks
> emulation wasn't available.
>
> One of the things I am not sure how it works, is the mobile part (which I
> am
> most interested for). In my understanding you need to use cordova which
> makes Royale comparable to Ionic, which is not the best option as it is
> basically a wrapped web site in an app. Not sure if you can export the
> Royale project directly to AIR apk or ipa.
>
> After Jewel was released, I thought about giving it another go, but due to
> lack of time I never did. I am not sure if the issues above still stand,
> but
> if you can clarify the mobile thing, I would be glad. :)
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: From Flex to Flutter

2020-08-09 Thread Carlos Rovira
Hi Leokan,

very interesting reading thanks for sharing! :)

I want to ask you if you tried (or considered) Apache Royale as an
alternative at some point when searching for alternatives to Flex. I think
we are currently in a very good state in Apache Royale with Jewel and maybe
it is the smoothest transition from Apache Flex. So your comments about it
would be very useful for us at Apache Royale.

Some examples done with Apache Royale are:

   - https://avant2.es/productos-y-companias/ : A Real App in production,
   is a mini widget responsive app done for the Avant2 website that consumes
   REST API from exposed wordpress services. Use Jewel, Crux and show
   customization of jewel theme to match look and feel on the website.
   - https://royale.apache.org/tourdejewel/  : The app that showcases the
   jewel components.
   - https://royale.apache.org/todomvc-jewel/ : The TODOMVC example app
   (from http://todomvc.com/) done with Royale, Jewel and Crux. It shows
   customization of jewel theme look and feel to match requirements in the
   original app.


Thanks! :)

Carlos






El sáb., 8 ago. 2020 a las 23:51, leokan23 () escribió:

> For anyone who might be interested, I migrated an old app from Flex to
> Flutter and wrote some thoughts about how close the two frameworks are. I
> would be more than glad if you check it out and of course as always, I am
> 100% open for any questions.
>
> From Flex to Flutter
> <
> https://medium.com/@kanellopoulos.leo/from-apache-flex-air-to-flutter-8719b7b75380>
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Tip/Solution after December/2020

2020-07-16 Thread Carlos Rovira
Hi today I was asked about this problem.
Anyone knows if Adobe is thinking in block flash player after Dec 31th, 2020
or is just an unfortunate writing that doesn't implies that at [1].
Hope someone that still has some Adobe contacts or manage Adobe forums
could translate that question there, so we can know about it.
I think it is important.


Thanks

[1] Flash EOL Information
<https://www.adobe.com/products/flashplayer/end-of-life.html#:~:text=Adobe
%20will%20be%20removing%20Flash,up%2Dto%2Ddate%20software.>

El vie., 26 jun. 2020 a las 17:40, Carlos Rovira ()
escribió:

> Hi
> it is certainly worrying.
> I know some clients that plan to freeze environments until they migrate to
> AIR, Royale or other technologies.
> If their content is blocked although he has freeze environments, the
> damage could be high.
> How can we ask about this to someone at Adobe that could bring some light?
>
> thanks
>
>
>
> El vie., 26 jun. 2020 a las 12:49, leokan23 () escribió:
>
>> It looks like this can be also found on bullet 4, in their announcement:
>>
>> Flash EOL Information
>> <
>> https://www.adobe.com/products/flashplayer/end-of-life.html#:~:text=Adobe%20will%20be%20removing%20Flash,up%2Dto%2Ddate%20software.>
>>
>>
>>
>>
>>
>>
>> --
>> Sent from: http://apache-flex-users.246.n4.nabble.com/
>>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Tip/Solution after December/2020

2020-06-26 Thread Carlos Rovira
Hi
it is certainly worrying.
I know some clients that plan to freeze environments until they migrate to
AIR, Royale or other technologies.
If their content is blocked although he has freeze environments, the damage
could be high.
How can we ask about this to someone at Adobe that could bring some light?

thanks



El vie., 26 jun. 2020 a las 12:49, leokan23 () escribió:

> It looks like this can be also found on bullet 4, in their announcement:
>
> Flash EOL Information
> <
> https://www.adobe.com/products/flashplayer/end-of-life.html#:~:text=Adobe%20will%20be%20removing%20Flash,up%2Dto%2Ddate%20software.>
>
>
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Tip/Solution after December/2020

2020-06-22 Thread Carlos Rovira
Hi,

that will be for sure something to clarify from Adobe's side.

My understanding is that if a company that manages the machines where Flash
content is running decides to block browser and flash player versions, they
should be able to continue running flash/flex content without any issue as
long as they ensure n updates are allowed.

If that's not true, they should clarify since many companies could be
affected.

Thanks

Carlos


El lun., 22 jun. 2020 a las 13:32, leokan23 () escribió:

> FYI, I came across some new information which contains this:
>
> 'Adobe also said that "Flash-based content will be blocked from running in
> Adobe Flash Player after the EOL Date," suggesting the company has added or
> plans to add a so-called "time bomb" in the Flash Player code to prevent
> users from using it starting next year.'
>
> To my understanding, this will mean that even if you freeze your browser,
> flash player wont work.
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Not able to install ipa in ipad.

2020-06-18 Thread Carlos Rovira
Hi

If you did it some years ago, it could be that Apple changed the process
many times since then. I guess you need to take all the new
requeriments and see what you could be missing. I suggest you start
checking all things until you reach the final step, and you should find the
problem.


El jue., 18 jun. 2020 a las 20:46, albertolo ()
escribió:

> Hi,
>
> I developed an IOS app with Flash Builder several years ago, It has been
> working until now,  I download the Apache Flex sdk with ant and installed
> on
> Flash Builder, I built the ipa and try to installed it but it wont.
>
> I do not know if I am missing some configuration for IOS when building the
> sdk from ant.
>
> Does anyone have any suggestions?
>
> Thanks
> Alberto
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Keeping user applications up to date in AIR.

2020-06-12 Thread Carlos Rovira
Many thanks for the clarification Andrew! :)

El vie., 12 jun. 2020 a las 11:13, Frost, Andrew ()
escribió:

> Hi
>
> Sorry! no, there shouldn’t be any problem with AIR continuing to render
> the same Flex apps that they do at the moment. It will still render
> Flash-based and HTML-based content just the same as it does now.
>
> The changes are where you're trying to use an HTML-based AIR application
> to load in embedded Flash content via the browser plug-in: initially AIR
> had its own version of Flash Player that it provided for this, but for many
> years now it's just used the system plug-in and of course that's the
> element that goes out of support at the end of this year.
>
> So AIR will still be fine for all the existing apps that just use this,
> and is a good way of turning a web-based Flex application into a
> desktop-app-style Flex application as long as you don't need the HTML/JS
> interactions via ExternalInterface and the like...
>
> Sorry to cause confusion!
>
> thanks
>
>   Andrew
>
>
> -Original Message-
> From: Carlos Rovira 
> Sent: 12 June 2020 09:46
> To: users@flex.apache.org
> Subject: [EXTERNAL] Re: Keeping user applications up to date in AIR.
>
> Hi Andrew,
>
> I'm a bit confused here with your email. Do you mean that AIR apps in 2021
> will not be able to render Flash/Flex apps?
> I think many people count on that.
>
> Thanks
>
>
>
> El jue., 11 jun. 2020 a las 21:58, Frost, Andrew ( >)
> escribió:
>
> > Hi all
> >
> > Yes, using AIR to load some HTML content is still supported although
> > the WebKit version in AIR is around 10 years old (we've been asked to
> > update it to a more recent version - which could be quite a large job,
> > and it's not clear whether this is actually widely used any more..)
> >
> > Brian is quite right though. The issue will be that AIR doesn't ship
> > with the Flash Player, it ships with some placeholders now which would
> > take you to the Adobe "download Flash Player" page, and of course this
> > is disappearing in the new year. The WebKit engine would work with the
> > NPAPI version of Flash Player if you do have this installed, but this
> > isn't something you should bank on for long term usage and isn't
> > something that can (legally) be copied. See
> > https://clicktime.symantec.com/352mqQSY8RsAPPtdD2MVkZ57Vc?u=https%3A%2
> > F%2Fwww.adobe.com%2Fproducts%2Fflashplayer%2Fend-of-life.html for a
> recent update.
> >
> > We have some additional rights from Adobe that allow us to provide the
> > Flash Player - with a number of terms and conditions attached - for
> > some specific use cases, which can give people some additional
> > breathing space to continue migrating their applications. But this is
> > a commercial offering, we have some details available on our website
> > and are planning to update this further in the next few weeks (after a
> > few more announcements from relevant parties have been made). For the
> > general public and any home user, you really shouldn't expect them to
> > have the ability to view general Flash-based content from next year
> > (unless of course you switch to deploying it as an AIR application!)
> >
> > thanks
> >
> >Andrew
> >
> >
> >
> >
> > -Original Message-
> > From: Alex Harui 
> > Sent: 11 June 2020 17:40
> > To: users@flex.apache.org
> > Subject: Re: Keeping user applications up to date in AIR.
> >
> > Hi,
> >
> > It would be wise to test on a clean machine and consider how you will
> > get the Flash Player in the future as I don't think Adobe will be
> > providing them.  Harman might.
> >
> > It's been a long time since I've dealt with these sort of issues and I
> > think there may have been additional security restrictions added in
> > AIR since, but I thought that folks had successfully used a Flex/AIR
> > shell to load code modules from the network.
> >
> > HTH,
> > -Alex
> >
> > On 6/10/20, 10:26 AM, "Brian Raymes"  wrote:
> >
> > Hi all,
> >
> > I am interested in a work-around as well, but unless I'm mistaken,
> > the solution below may not work at the end of the year given a change
> > to AIR starting in version 22?
> >
> > "Starting in AIR 22, applications that play swf content via the
> > HTML control (WebKit) will now load the system level NPAPI Flash
> > Player provided by Adobe (
> >
> https://clicktime.symantec.com/3VPJfW8zgdNptNyqxdTCXxZ7Vc?u=https%3A%2F%2Fnam04.safelinks.protection.outlook.com%2F

Re: Keeping user applications up to date in AIR.

2020-06-12 Thread Carlos Rovira
; Create a WindowedApplication (Flex) with just one control in it:
>  horizontalScrollPolicy="off" verticalScrollPolicy="off" />
>
> On the creationComplete
> // Load your web application
> htmlControl.location = "https://app...;;
>
> In the end we did add the AIR updating functionality, but only for
> updating the AIR app (which rarely happens). The swfs are loaded / reloaded
> like the were in the browser.
>
> Cheers
>
> Paulus
>
>
>
> --
> Sent from:
> https://clicktime.symantec.com/3RZHoU2z9UZpGA8ahHcMKkM7Vc?u=https%3A%2F%2Fnam04.safelinks.protection.outlook.com%2F%3Furl%3Dhttp%253A%252F%252Fapache-flex-users.246.n4.nabble.com%252F%26data%3D02%257C01%257Caharui%2540adobe.com%257C9eea501409b94b4c598e08d80d635f6c%257Cfa7b1b5a7b34438794aed2c178decee1%257C0%257C0%257C637274067748313564%26sdata%3DvDXzfC0pZMJOH4HuH32wzSDKBAJzO%252BPFxaW9bEIhaG0%253D%26reserved%3D0
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Tip/Solution after December/2020

2020-06-03 Thread Carlos Rovira
Hi Michael,

I saw Piotr already shared the Royale Commercial Support page. That's a
good place to start searching for companies that can help you
thanks

El mié., 3 jun. 2020 a las 16:00, Michael Astudillo (<
mastudi...@austrosoft.com.ec>) escribió:

> Thanks a los Piotr
>
> El El mié, 3 de jun. de 2020 a la(s) 07:57, Piotr Zarzycki <
> piotrzarzyck...@gmail.com> escribió:
>
> > Hello Michael,
> >
> > We have list of potential companies which specialized in migrations [1]
> >
> > [1] https://royale.apache.org/royale-commercial-support/
> >
> > Thanks,
> > Piotr
> >
> > śr., 3 cze 2020 o 14:55 Michael Astudillo 
> > napisał(a):
> >
> > > Hello Carlos, do you have people specialized in migrations of this type
> > who
> > > can offer their services?
> > >
> > > El El dom, 12 de abr. de 2020 a la(s) 11:31, Carlos Rovira <
> > > carlosrov...@apache.org> escribió:
> > >
> > > > Another option is to try Apache Royale...
> > > >
> > > > http://royale.apache.org/
> > > >
> > > > El sáb., 11 abr. 2020 a las 19:43, Angelo Anolin (<
> > > angelo.ano...@gmail.com
> > > > >)
> > > > escribió:
> > > >
> > > > > Freezing Chrome only works if you are the systems administrator who
> > can
> > > > > allow such updates to happen to your client machines. Evergreen
> > > browsers
> > > > > always require to be updated constantly.
> > > > >
> > > > > I think the best alternative is to have a plan to migrate this app
> > NOW
> > > or
> > > > > port it to Adobe AIR which should still work past the end of life
> of
> > > > Flash
> > > > > in browsers.
> > > > >
> > > > > On Sat, Apr 11, 2020 at 8:07 AM Diogo Vieira <
> diogovsf...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Hello people!
> > > > > >
> > > > > > I wonder if you can give me a tip or alternative to solve my
> > problem.
> > > > > >
> > > > > > I have an application running in production and I won't have time
> > to
> > > > > > migrate it until December 2020.
> > > > > >
> > > > > > So, the first solution I thought of was trying to freeze a
> version
> > of
> > > > > > chrome. Can you tell me if this works?
> > > > > >
> > > > > > Is there any better alternative?
> > > > > >
> > > > > > I need my application to continue running for a few more months
> > after
> > > > the
> > > > > > end of the flash in browsers.
> > > > > >
> > > > > > Att,
> > > > > > Diogo Vieira
> > > > > >
> > > > > --
> > > > > Sent from Mobile Device
> > > > >
> > > >
> > > >
> > > > --
> > > > Carlos Rovira
> > > > http://about.me/carlosrovira
> > > >
> > > --
> > >
> > > Saludos Cordiales
> > >
> > >
> > >
> > > Michael Astudillo
> > >
> > > CEO
> > >
> > > http://www.acatha.com
> > >
> > > PBX: 59372 818447
> > >
> > >
> > >
> > > NOTA SOBRE CONFIDENCIALIDAD:
> > >
> > >
> > > La información contenida en este e-mail es confidencial y sólo puede
> ser
> > > utilizada por la persona natural o jurídica, a la cual está dirigido.
> En
> > el
> > > evento, que el receptor no sea la persona autorizada cualquier
> retención,
> > > difusión, distribución o copia de éste mensaje está prohibida y será
> > > sancionada por la ley".
> > >
> > > CONFIDENTIALITY NOTE:
> > > The information contained in this e-mail is confidential and is
> intended
> > > only for the use of the address(es) named above. If you are not the
> > > intended recipient of this electronic transmission, you are hereby
> > notified
> > > that any dissemination or copying of this transmission is strictly
> > > prohibited and will be sanctioned by law".
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
> --
>
> Saludos Cordiales
>
>
>
> Michael Astudillo
>
> CEO
>
> http://www.acatha.com
>
> PBX: 59372 818447
>
>
>
> NOTA SOBRE CONFIDENCIALIDAD:
>
>
> La información contenida en este e-mail es confidencial y sólo puede ser
> utilizada por la persona natural o jurídica, a la cual está dirigido. En el
> evento, que el receptor no sea la persona autorizada cualquier retención,
> difusión, distribución o copia de éste mensaje está prohibida y será
> sancionada por la ley".
>
> CONFIDENTIALITY NOTE:
> The information contained in this e-mail is confidential and is intended
> only for the use of the address(es) named above. If you are not the
> intended recipient of this electronic transmission, you are hereby notified
> that any dissemination or copying of this transmission is strictly
> prohibited and will be sanctioned by law".
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Flex Articles archived

2020-05-15 Thread Carlos Rovira
Thanks Leokan,

uff, many files there ;)
if Adobe maintain this page online for me is ok, the problem is if they
remove some day for whatever reason.

El vie., 15 may. 2020 a las 13:26, leokan23 () escribió:

> Ah, sorry. I thought I posted the link at my first post.  Here it is.
> <https://helpx.adobe.com/air/archived-docs-download.html>
>
>
>
> --
> Sent from: http://apache-flex-users.2333346.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Flex Articles archived

2020-05-15 Thread Carlos Rovira
I think is global, that current virus situation has made all of us be more
flooded with work, so maybe they as well.
Anyway, Harman should make the effort and give some words to state that
they are working on background.

@leokan can you share the link to the adobe resources you mentioned?

I think it would be great if we can store that zip on Apache Flex, but
maybe here some legal things could make this not possible

thanks

Carlos




El jue., 14 may. 2020 a las 19:04, Paul Stearns ()
escribió:

> Maybe they were monitoring this forum, because I got an email about 2
> minutes before your response, apologizing for not getting back to me.
>
> Paul R. Stearns
> Advanced Consulting Enterprises, Inc.
>
> 15280 NW 79th Ct.
> Suite 250
> Miami Lakes, Fl 33016
>
> Voice: (305)623-0360 x107
> Fax: (305)623-4588
>
> 
> From: Alex Harui 
> Sent: 5/14/20 12:27 PM
> To: "users@flex.apache.org" , "pa...@compuace.com"
> 
> Subject: Re: Flex Articles archived
> I think they are just swamped. How long has it been since you wrote them?
> I know my productivity has been compromised with my kids out of school.
>
> -Alex
>
> On 5/14/20, 8:52 AM, "Paul Stearns"  wrote:
>
> Alex:
>
> Speaking of "asking Harman" I have tried to contact them on a few
> occasions with very limited success. What is the best way to contact them?
>
> Paul R. Stearns
> Advanced Consulting Enterprises, Inc.
>
> 15280 NW 79th Ct.
> Suite 250
> Miami Lakes, Fl 33016
>
> Voice: (305)623-0360 x107
> Fax: (305)623-4588
>
> 
> From: Alex Harui 
> Sent: 5/14/20 11:49 AM
> To: "users@flex.apache.org" 
> Subject: Re: Flex Articles archived
> I have not looked to see what is being archived. Apache Flex has many
> pieces of Flex articles from the ADC in the flex-externals repo. You might
> also ask if Harman is planning to take over hosting that content.
>
> -Alex
>
> On 5/14/20, 8:09 AM, "leokan23"  wrote:
>
> So adobe is archiving all Flex and AIR articles, guides, etc in their site.
> They are taking them offline and making them available only as .zip with
> PDF
> screenshots. Maybe we should keep a copy and add them in the official
> apache
> flex site for future reference?
>
> --
> Sent from:
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.246.n4.nabble.com%2F=02%7C01%7Caharui%40adobe.com%7C33c51307db5f4637c48d08d7f81ebd79%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637250683224799918=ra8Wcinp07TsaFHHfhfaUmVS8JXiY1ec49BJHttR1b0%3D=0
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Tip/Solution after December/2020

2020-04-12 Thread Carlos Rovira
Another option is to try Apache Royale...

http://royale.apache.org/

El sáb., 11 abr. 2020 a las 19:43, Angelo Anolin ()
escribió:

> Freezing Chrome only works if you are the systems administrator who can
> allow such updates to happen to your client machines. Evergreen browsers
> always require to be updated constantly.
>
> I think the best alternative is to have a plan to migrate this app NOW or
> port it to Adobe AIR which should still work past the end of life of Flash
> in browsers.
>
> On Sat, Apr 11, 2020 at 8:07 AM Diogo Vieira 
> wrote:
>
> > Hello people!
> >
> > I wonder if you can give me a tip or alternative to solve my problem.
> >
> > I have an application running in production and I won't have time to
> > migrate it until December 2020.
> >
> > So, the first solution I thought of was trying to freeze a version of
> > chrome. Can you tell me if this works?
> >
> > Is there any better alternative?
> >
> > I need my application to continue running for a few more months after the
> > end of the flash in browsers.
> >
> > Att,
> > Diogo Vieira
> >
> --
> Sent from Mobile Device
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: GUI IDE need.

2020-03-31 Thread Carlos Rovira
rsion-library-htmlwrapper%2Fdata=02%7C01%7Caharui%40adobe.com%7C3476b592ba6641be8afe08d7d53dd7bb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637212333898312209sdata=4EJHkxiw11yNmgx0kLdyS26NjlDAwl0jZco1kxh19Sc%3Dreserved=0
> > >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fweb.archive.org%2Fweb%2F20110310120049%2Fhttp%3A%2F%2Fmotionandcolor.com%2Fprojects%2Fhtmlwrapperdata=02%7C01%7Caharui%40adobe.com%7C3476b592ba6641be8afe08d7d53dd7bb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637212333898312209sdata=GCnzDtAoN3TiMPQbhktdTCimZuWki8lPQfr2z9N9FXY%3Dreserved=0
> > >
> > > I hope that this can help to clear out and help us to make the
> difference what is fact from what is fiction.
> > >
> > > Best Regards
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Preview of next blog example about working with graaphics

2020-03-27 Thread Carlos Rovira
Hi all,

just want to show you latest tweet about the forthcoming Bog Example 14:

https://twitter.com/ApacheRoyale/status/1243466432865861639

<https://twitter.com/ApacheRoyale/status/1243466432865861639>Credits to
Greg Dove for bringing the Flash graphics drawing API to our lives again ;)

As always, feel free to share and retweet

Best

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Flex web deployment...

2020-03-10 Thread Carlos Rovira
Thanks for sharing, sounds good, but still nothing real until it will be
launched, and at that time I think people will need to evaluate it to see
if it works as expected. For what they say it will only work on Chrome,
that's not bad... and the idea itself seems promising. But time will tell
if it goes to real
Thanks for let us know! :)

El mar., 10 mar. 2020 a las 15:44, Ramazan Ergüder Bekrek (<
e.bek...@yandex.com>) escribió:

> From my researches I found out that it will be possible to run Flash/Flex
> applications after 2020 inside of the browser due to this new technology
> which will use WebAssembly.
>
>
> https://medium.com/leaningtech/preserving-flash-content-with-webassembly-done-right-eb6838b7e36f
>
> Maybe we don't need to freak out at all anymore.
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: GUI IDE need.

2020-03-10 Thread Carlos Rovira
That sounds very cool Piotr! :)

El mar., 10 mar. 2020 a las 12:39, Piotr Zarzycki (<
piotrzarzyck...@gmail.com>) escribió:

> Hi Guys,
>
> We have plan to add simple GUI IDE to Moonshine which outputs Royale Jewel
> type of applications. Be patience and observer Moonshine IDE on GitHub. ;)
>
> Thanks,
> Piotr
>
> wt., 10 mar 2020 o 11:05 Carlos Rovira 
> napisał(a):
>
> > Hi Paul,
> >
> > the example you posted is easy to do nowadays with current Royale in
> > development branch. You can take a try with Jewel or emulation
> components.
> > You'll be surprised of how far Royale is this days :).
> >
> > Best
> >
> > Carlos
> >
> >
> >
> > El mar., 10 mar. 2020 a las 5:28, Alex Harui ( >)
> > escribió:
> >
> > > While it may be that someone offers a GUI IDE some day for Royale,
> there
> > > is are some other approaches, one that has been prototyped, and one
> that
> > > wasn't possible with Flash Player.
> > >
> > > IIRC, one prototype adds some things to your app that allow you to edit
> > > the x/y/width/height in your MXML and immediately see the results in
> the
> > > browser.
> > >
> > > The other approach is to write a bead that can track your MXML from the
> > > browser so you can use the browser tools to modify the UI and hit some
> > > button that will then update the MXML.
> > >
> > > There are some limitations to these approaches which is why none are
> > > available at this time.  The main one is that use of view states
> greatly
> > > complicates these approaches (as it does for a GUI IDE as well).  So
> one
> > > question for you, are you using view states (mx:State)?
> > >
> > > -Alex
> > >
> > > On 3/9/20, 8:26 PM, "Paul Stearns" 
> wrote:
> > >
> > > Regarding a GUI IDE, in one application, one of the larger modules
> > has
> > > 1,390 lines of mxml code. One of 10 tabs in that module has 29
> enterable
> > > "fields" another tab has over 50 enterable fields.
> > >
> > > Attempting to create complex screens which are usable for the type
> of
> > > data entry these systems are used for would be difficult at best
> without
> > > using a GUI editor. If you are designing traditional web applications
> > where
> > > everything is stacked and the user scrolls forever then yes you can do
> > that
> > > without a GUI IDE. If however you want to design highly usable business
> > > applications deployed to thin clients (to use an ancient phrase) you
> need
> > > GUI tools to be productive.
> > >
> > > My initial test application (very simplistic) for Royale can be
> found
> > > here, be sure to click everything; (If something doesn't work as
> > expected,
> > > let me know, no data is stored)
> > >
> > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fflex.yozyo.net%2FTestModule%2Fbin-release%2FMain.html%3Ftest%3D123data=02%7C01%7Caharui%40adobe.com%7C2d118f114b934f5c2b7f08d7c4a2d308%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637194075912239790sdata=iA9Av%2FhjDmDmMqdRVgsb2wb33Eqq8G7VVpbQ1cQDJ%2Bg%3Dreserved=0
> > >
> > > Some of the The features I am looking for include canvas with x/y
> > > placement of items, multiple panels up simultaneously, etc.
> > >
> > > Paul R. Stearns
> > > Advanced Consulting Enterprises, Inc.
> > >
> > > 15280 NW 79th Ct.
> > > Suite 250
> > > Miami Lakes, Fl 33016
> > >
> > > Voice: (305)623-0360 x107
> > > Fax: (305)623-4588
> > >
> > > 
> > > From: Carlos Rovira 
> > > Sent: 3/9/20 6:14 PM
> > > To: users@flex.apache.org, Paul Stearns 
> > > Subject: Re: [Spam] :Re: Flex 4.16.1 broken for AIR33.1?
> > > Hi Paul,
> > >
> > > many years ago I must say that was completely true, for that
> reason I
> > > started trying to introduce in my clients and projects Flash and
> AMF
> > in
> > > early 2000, first with Flash authoring tool, then with MTASC
> (someone
> > > remember it? ;)), and then Flex was really what we just needed.
> That
> > > was
> > > very disruptive compared with the html/js/css stack at that time.
> > >
> > > Currently that's not true. Near 2020, js is like the

Re: GUI IDE need.

2020-03-10 Thread Carlos Rovira
Hi Paul,

the example you posted is easy to do nowadays with current Royale in
development branch. You can take a try with Jewel or emulation components.
You'll be surprised of how far Royale is this days :).

Best

Carlos



El mar., 10 mar. 2020 a las 5:28, Alex Harui ()
escribió:

> While it may be that someone offers a GUI IDE some day for Royale, there
> is are some other approaches, one that has been prototyped, and one that
> wasn't possible with Flash Player.
>
> IIRC, one prototype adds some things to your app that allow you to edit
> the x/y/width/height in your MXML and immediately see the results in the
> browser.
>
> The other approach is to write a bead that can track your MXML from the
> browser so you can use the browser tools to modify the UI and hit some
> button that will then update the MXML.
>
> There are some limitations to these approaches which is why none are
> available at this time.  The main one is that use of view states greatly
> complicates these approaches (as it does for a GUI IDE as well).  So one
> question for you, are you using view states (mx:State)?
>
> -Alex
>
> On 3/9/20, 8:26 PM, "Paul Stearns"  wrote:
>
> Regarding a GUI IDE, in one application, one of the larger modules has
> 1,390 lines of mxml code. One of 10 tabs in that module has 29 enterable
> "fields" another tab has over 50 enterable fields.
>
> Attempting to create complex screens which are usable for the type of
> data entry these systems are used for would be difficult at best without
> using a GUI editor. If you are designing traditional web applications where
> everything is stacked and the user scrolls forever then yes you can do that
> without a GUI IDE. If however you want to design highly usable business
> applications deployed to thin clients (to use an ancient phrase) you need
> GUI tools to be productive.
>
> My initial test application (very simplistic) for Royale can be found
> here, be sure to click everything; (If something doesn't work as expected,
> let me know, no data is stored)
>
>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fflex.yozyo.net%2FTestModule%2Fbin-release%2FMain.html%3Ftest%3D123data=02%7C01%7Caharui%40adobe.com%7C2d118f114b934f5c2b7f08d7c4a2d308%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637194075912239790sdata=iA9Av%2FhjDmDmMqdRVgsb2wb33Eqq8G7VVpbQ1cQDJ%2Bg%3Dreserved=0
>
> Some of the The features I am looking for include canvas with x/y
> placement of items, multiple panels up simultaneously, etc.
>
> Paul R. Stearns
> Advanced Consulting Enterprises, Inc.
>
> 15280 NW 79th Ct.
> Suite 250
> Miami Lakes, Fl 33016
>
> Voice: (305)623-0360 x107
> Fax: (305)623-4588
>
> 
> From: Carlos Rovira 
> Sent: 3/9/20 6:14 PM
> To: users@flex.apache.org, Paul Stearns 
> Subject: Re: [Spam] :Re: Flex 4.16.1 broken for AIR33.1?
> Hi Paul,
>
> many years ago I must say that was completely true, for that reason I
> started trying to introduce in my clients and projects Flash and AMF in
> early 2000, first with Flash authoring tool, then with MTASC (someone
> remember it? ;)), and then Flex was really what we just needed. That
> was
> very disruptive compared with the html/js/css stack at that time.
>
> Currently that's not true. Near 2020, js is like the bytecode in Flash
> and
> Royale is the current Flex. So it's clear that you don't need to go
> very
> "low level", but if you needed, you can do it! (and that's good). But
> Royale should allow you to develop without the need to go that route.
> and
> just use good proven patterns like Flex did. We're working towards
> that...and I think we're already got it. :)
>
> About GUI IDE, although I think is something very cool to have
> something
> like that, I abandoned that kind of tools many years ago. Maybe in the
> future I could be working in something like that, just for pleasure,
> but
> for now there's still many work to do in Royale in things more needed.
> Maybe others could drive that effort... But I really think the current
> Royale coding is very straight forward to do. As well examples like
> Tour De
> Jewel has a lot of code to see how things should be used and learn
> from it
> a lot of good practices.
>
> El lun., 9 mar. 2020 a las 22:48, Paul Stearns ()
> escribió:
>
> > What attracted me to Flex initially was that it ran in its own
> > environment, completely separate from the html, web browser and their
> > multitude of DOMs. I used to write apps in A

Re: [Spam] :Re: Flex 4.16.1 broken for AIR33.1?

2020-03-09 Thread Carlos Rovira
Hi Paul,

many years ago I must say that was completely true, for that reason I
started trying to introduce in my clients and projects Flash and AMF in
early 2000, first with Flash authoring tool, then with MTASC (someone
remember it? ;)), and then Flex was really what we just needed. That was
very disruptive compared with the html/js/css stack at that time.

Currently that's not true. Near 2020, js is like the bytecode in Flash and
Royale is the current Flex. So it's clear that you don't need to go very
"low level", but if you needed, you can do it! (and that's good). But
Royale should allow you to develop without the need to go that route. and
just use good proven patterns like Flex did. We're working towards
that...and I think we're already got it. :)

About GUI IDE, although I think is something very cool to have something
like that, I abandoned that kind of tools many years ago. Maybe in the
future I could be working in something like that, just for pleasure, but
for now there's still many work to do in Royale in things more needed.
Maybe others could drive that effort... But I really think the current
Royale coding is very straight forward to do. As well examples like Tour De
Jewel has a lot of code to see how things should be used and learn from it
a lot of good practices.



El lun., 9 mar. 2020 a las 22:48, Paul Stearns ()
escribió:

> What attracted me to Flex initially was that it ran in its own
> environment, completely separate from the html, web browser and their
> multitude of DOMs. I used to write apps in ASP/HTML, and every other week a
> new version of a browser would break something.
>
> For the type of applications I write & support, having a GUI IDE, a
> defined language (like as3 & mxml) and an engine which which provides
> consistent results across platforms are the most important features. At
> this point the weakness I see in Royale is there isn't a GUI IDE, and since
> it doesn't have its own engine, it relies on the vicissitudes of javascript
> and how the particular browser it is running in implements its DOM.
>
> This is why I shied away from .NET, and PHP in the past except for more
> traditional websites with a bit of user interaction. Javascript frameworks
> just hide the ugliness, they don't make it go away.
>
> Having said all of the above, I am taking a chance on Royale to see what
> the level of effort will be to convert to it.
>
> Paul R. Stearns
> Advanced Consulting Enterprises, Inc.
>
> 15280 NW 79th Ct.
> Suite 250
> Miami Lakes, Fl 33016
>
> Voice: (305)623-0360 x107
> Fax: (305)623-4588
>
> 
> From: Carlos Rovira 
> Sent: 3/9/20 4:55 PM
> To: Paul Stearns 
> Cc: users@flex.apache.org
> Subject: Re: [Spam] :Re: Flex 4.16.1 broken for AIR33.1?
> Hi Paul,
>
> I suppose you refer to Java Applets, hope other could give more info about
> this, but although you're in part right, I think Flash Player is more well
> integrated in Browsers and Applets never had the power of Flash. But it's
> ok, you can enable in browsers... anyway, we 're in 2020 and seems things
> will continue its course, so nothing we can do to revert that.
>
> I always be a great advocate of the Flash platform, but I found in Royale
> something better that what we had with Flash. IMHO, we have the best of
> both worlds. From Flex/Flash I wanted the "development productivity",
> languages (AS3, MXML), compiler, AMF, and many other things. From web I
> always liked things like CSS (that's far superior than what we had in Flex
> for sure), and the fact that we are not constraint to a plugin and a
> sandbox, so it's more easy to do things for the web.
>
> We have both combined now in Royale, and that's for me amazing. As we get
> components with clear API definitions, and access to latest browsers
> features, we are getting the same productivity that we had in Flex, and as
> well we are removing the complexity in Browsers where you need to test in
> each browsers or lost time solving browser compatibility problems. We
> finally can have things like IoC (Inversion of Control), DI (Dependency
> Injection), Metadata, MXML, Routing (Deep Linking), LocalStorage (like old
> Local SharedObject), just to name a few.
>
> But even more, since the bead/strand Arquitecture is really powerful, and
> Apps build with royale are more easy to build that even was in Royale. And
> the most important: Performance: The apps built with Royale has an
> outstanding performance. Apps migrated from Flex use to be many XX% faster
> in Royale.
>
> I must say, I'm very happy with what we're getting with Apache Royale :)
>
> Carlos
>
> El lun., 9 mar. 2020 a las 20:46, Paul Stearns ()
> escribió:
>
> > I am investing Royale, but haven't seen a

Re: [Spam] :Re: Flex 4.16.1 broken for AIR33.1?

2020-03-09 Thread Carlos Rovira
Hi Paul,

I suppose you refer to Java Applets, hope other could give more info about
this, but although you're in part right, I think Flash Player is more well
integrated in Browsers and Applets never had the power of Flash. But it's
ok, you can enable in browsers... anyway, we 're in 2020 and seems things
will continue its course, so nothing we can do to revert that.

I always be a great advocate of the Flash platform, but I found in Royale
something better that what we had with Flash.  IMHO, we have the best of
both worlds. From Flex/Flash I wanted the "development productivity",
languages (AS3, MXML), compiler, AMF, and many other things. From web I
always liked things like CSS (that's far superior than what we had in Flex
for sure), and the fact that we are not constraint to a plugin and a
sandbox, so it's more easy to do things for the web.

We have both combined now in Royale, and that's for me amazing. As we get
components with clear API definitions, and access to latest browsers
features, we are getting the same productivity that we had in Flex, and as
well we are removing the complexity in Browsers where you need to test in
each browsers or lost time solving browser compatibility problems. We
finally can have things like IoC (Inversion of Control), DI (Dependency
Injection), Metadata, MXML, Routing (Deep Linking), LocalStorage (like old
Local SharedObject), just to name a few.

But even more, since the bead/strand Arquitecture is really powerful, and
Apps build with royale are more easy to build that even was in Royale. And
the most important: Performance: The apps built with Royale has an
outstanding performance. Apps migrated from Flex use to be many XX% faster
in Royale.

I must say, I'm very happy with what we're getting with Apache Royale :)

Carlos




El lun., 9 mar. 2020 a las 20:46, Paul Stearns ()
escribió:

> I am investing Royale, but haven't seen any results yet.
>
> I am showing my ignorance here, but, my confusion is, will Java still be
> deployable via web browsers? If so, what is the difference between using a
> web browser to deploy a Java app, and a Flash app?
>
> Why couldn't Adobe/Harmon changed Flash to use the methodology Flash uses
> for deployment?
>
> Paul R. Stearns
> Advanced Consulting Enterprises, Inc.
>
> 15280 NW 79th Ct.
> Suite 250
> Miami Lakes, Fl 33016
>
> Voice: (305)623-0360 x107
> Fax: (305)623-4588
>
> --
> *From*: Carlos Rovira 
> *Sent*: 3/9/20 3:31 PM
> *To*: users@flex.apache.org, Paul Stearns 
> *Subject*: [Spam] :Re: Flex 4.16.1 broken for AIR33.1?
> Hi Paul,
>
> must say don't know what's the actual  support of Adobe for Flash Player,
> or if it will left to Harman as part of the AIR deal, maybe Andrew can give
> some light on this. Since Flash will be just present on AIR, and not in any
> other place, that could have sense. But that will mean more maintenance
> effort and people needed by Harman.
>
> Anyway, donating to Apache has no sense at all, since Flash Player has
> many licensed closed source parts that can't be open source, or at least
> that's what they always says. But again...donating Flash Player and making
> it OS, if it could be something doable at some point (let's go utopic ;),
> does not change anything, since Browser vendors are closing plugin doors.
> So even in that case, it continue to be a death end.
>
> I think Apache Royale is this days in a very good shape, and is better
> each day... so I maybe people should give a try and consider it as an
> option for the future.
>
> Thanks
>
> El lun., 9 mar. 2020 a las 20:04, Paul Stearns ()
> escribió:
>
>> Has Adobe stopped supporting it, and has not turned it over to Apache?
>> Now that is just unconscionable.
>>
>> Paul R. Stearns
>> Advanced Consulting Enterprises, Inc.
>>
>> 15280 NW 79th Ct.
>> Suite 250
>> Miami Lakes, Fl 33016
>>
>> Voice: (305)623-0360 x107
>> Fax: (305)623-4588
>>
>> 
>> From: Carlos Rovira 
>> Sent: 3/9/20 1:28 PM
>> To: users@flex.apache.org, Paul Stearns 
>> Subject: Re: Flex 4.16.1 broken for AIR33.1?
>> Hi Paul,
>>
>> not bad idea, but don't know a browser that will support Flash, and the
>> problem is Adobe is stopping supporting flash player as a plugin, so I'm
>> afraid that's not possible.
>>
>> El lun., 9 mar. 2020 a las 17:40, Paul Stearns ()
>> escribió:
>>
>> > Better yet, how about supporting a browser whose main feature is the
>> > support of Flex?
>> >
>> > My applications are 99.9% flex. The main things I use the browser for is
>> > application deployment, file upload/download and displaying PDF files..
>>

Re: Flex 4.16.1 broken for AIR33.1?

2020-03-09 Thread Carlos Rovira
Hi Paul,

must say don't know what's the actual  support of Adobe for Flash Player,
or if it will left to Harman as part of the AIR deal, maybe Andrew can give
some light on this. Since Flash will be just present on AIR, and not in any
other place, that could have sense. But that will mean more maintenance
effort and people needed by Harman.

Anyway, donating to Apache has no sense at all, since Flash Player has many
licensed closed source parts that can't be open source, or at least that's
what they always says. But again...donating Flash Player and making it OS,
if it could be something doable at some point (let's go utopic ;), does not
change anything, since Browser vendors are closing plugin doors. So even in
that case, it continue to be a death end.

I think Apache Royale is this days in a very good shape, and is better each
day... so I maybe people should give a try and consider it as an option for
the future.

Thanks

El lun., 9 mar. 2020 a las 20:04, Paul Stearns ()
escribió:

> Has Adobe stopped supporting it, and has not turned it over to Apache? Now
> that is just unconscionable.
>
> Paul R. Stearns
> Advanced Consulting Enterprises, Inc.
>
> 15280 NW 79th Ct.
> Suite 250
> Miami Lakes, Fl 33016
>
> Voice: (305)623-0360 x107
> Fax: (305)623-4588
>
> --------
> From: Carlos Rovira 
> Sent: 3/9/20 1:28 PM
> To: users@flex.apache.org, Paul Stearns 
> Subject: Re: Flex 4.16.1 broken for AIR33.1?
> Hi Paul,
>
> not bad idea, but don't know a browser that will support Flash, and the
> problem is Adobe is stopping supporting flash player as a plugin, so I'm
> afraid that's not possible.
>
> El lun., 9 mar. 2020 a las 17:40, Paul Stearns ()
> escribió:
>
> > Better yet, how about supporting a browser whose main feature is the
> > support of Flex?
> >
> > My applications are 99.9% flex. The main things I use the browser for is
> > application deployment, file upload/download and displaying PDF files..
> >
> > Paul R. Stearns
> > Advanced Consulting Enterprises, Inc.
> >
> > 15280 NW 79th Ct.
> > Suite 250
> > Miami Lakes, Fl 33016
> >
> > Voice: (305)623-0360 x107
> > Fax: (305)623-4588
> >
> > 
> > From: Carlos Rovira
> > Sent: 3/9/20 10:09 AM
> > To: users@flex.apache.org
> > Subject: Re: Flex 4.16.1 broken for AIR33.1?
> > Hi Andrew,
> >
> > When Dec, 31th arrives, Flex will be out of browsers, so just allowed
> using
> > AIR. Maybe AIR could have an option to bundle Apache Flex with each
> version
> > that ensures all work right. I mean, in 2021, Apache Flex will not have
> > sense with AIR right? so why not to think in something that ease even
> more
> > AIR+Flex marriage? Of course a version without Flex should have sense too
> > for people that does not use Flex at all.
> >
> > Make that sense?
> >
> > Thanks
> >
> > Carlos
> >
> > El lun., 9 mar. 2020 a las 14:45, Frost, Andrew ()
> > escribió:
> >
> > > Hi
> > >
> > > We'd be happy to add things like this geometry API change - but it's
> then
> > > going to be version-dependent so it would need to be compiled against
> the
> > > later AIR SDK and would only run on the later AIR runtime..
> > >
> > > I'm not sure whether there are other changes that would really impact
> the
> > > Flex SDK itself. So perhaps we can consider these on a case-by-case
> > basis.
> > >
> > > The one thing I keep coming back to though, is that it seems to be a
> very
> > > painful process for (a) people to download and start using a new AIR
> SDK,
> > > and (b) people who then have to combine a Flex SDK with an AIR SDK! So
> we
> > > should perhaps address this in the first instance (and from our QA
> folk,
> > > having a simple way to ensure you get back to a clean version of
> one/both
> > > of these SDKs would be good too!)
> > >
> > > Any other thoughts on missing features or things that would be useful,
> > > please send them in!
> > >
> > > thanks
> > >
> > > Andrew
> > >
> > >
> > > -Original Message-
> > > From: Piotr Zarzycki
> > > Sent: 09 March 2020 13:01
> > > To: users@flex.apache.org
> > > Subject: [EXTERNAL] Re: Flex 4.16.1 broken for AIR33.1?
> > >
> > > Hi Andrew,
> > >
> > > This kind of situation may occur more often in the future if Air would
> > > have more and more features. Is there any plan to someone from your
>

Re: Flex 4.16.1 broken for AIR33.1?

2020-03-09 Thread Carlos Rovira
Hi Paul,

not bad idea, but don't know a browser that will support Flash, and the
problem is Adobe is stopping supporting flash player as a plugin, so I'm
afraid that's not possible.


El lun., 9 mar. 2020 a las 17:40, Paul Stearns ()
escribió:

> Better yet, how about supporting a browser whose main feature is the
> support of Flex?
>
> My applications are 99.9% flex. The main things I use the browser for is
> application deployment, file upload/download and displaying PDF files..
>
> Paul R. Stearns
> Advanced Consulting Enterprises, Inc.
>
> 15280 NW 79th Ct.
> Suite 250
> Miami Lakes, Fl 33016
>
> Voice: (305)623-0360 x107
> Fax: (305)623-4588
>
> ----
> From: Carlos Rovira 
> Sent: 3/9/20 10:09 AM
> To: users@flex.apache.org
> Subject: Re: Flex 4.16.1 broken for AIR33.1?
> Hi Andrew,
>
> When Dec, 31th arrives, Flex will be out of browsers, so just allowed using
> AIR. Maybe AIR could have an option to bundle Apache Flex with each version
> that ensures all work right. I mean, in 2021, Apache Flex will not have
> sense with AIR right? so why not to think in something that ease even more
> AIR+Flex marriage? Of course a version without Flex should have sense too
> for people that does not use Flex at all.
>
> Make that sense?
>
> Thanks
>
> Carlos
>
> El lun., 9 mar. 2020 a las 14:45, Frost, Andrew ()
> escribió:
>
> > Hi
> >
> > We'd be happy to add things like this geometry API change - but it's then
> > going to be version-dependent so it would need to be compiled against the
> > later AIR SDK and would only run on the later AIR runtime..
> >
> > I'm not sure whether there are other changes that would really impact the
> > Flex SDK itself. So perhaps we can consider these on a case-by-case
> basis.
> >
> > The one thing I keep coming back to though, is that it seems to be a very
> > painful process for (a) people to download and start using a new AIR SDK,
> > and (b) people who then have to combine a Flex SDK with an AIR SDK! So we
> > should perhaps address this in the first instance (and from our QA folk,
> > having a simple way to ensure you get back to a clean version of one/both
> > of these SDKs would be good too!)
> >
> > Any other thoughts on missing features or things that would be useful,
> > please send them in!
> >
> > thanks
> >
> > Andrew
> >
> >
> > -Original Message-
> > From: Piotr Zarzycki
> > Sent: 09 March 2020 13:01
> > To: users@flex.apache.org
> > Subject: [EXTERNAL] Re: Flex 4.16.1 broken for AIR33.1?
> >
> > Hi Andrew,
> >
> > This kind of situation may occur more often in the future if Air would
> > have more and more features. Is there any plan to someone from your Team
> > simply add missing stuff to Flex? Any thoughts on this approach?
> >
> > Thanks,
> > Piotr
> >
> > On Mon, Mar 9, 2020, 1:49 PM Frost, Andrew
> > wrote:
> >
> > > Hi Olaf
> > >
> > > > I think it would be nice if any AIR updates would be compatible with
> > > > the
> > > latest Flex SDK
> > > Yes completely agree, this was an error on our part to not consider
> > > the fact that overrides of the APIs that we were changing would have
> > > been affected. The changes were reverted, and we have re-implemented
> > > the new functionality within additional APIs/methods so that existing
> > > apps will now compile/run without any changes on the 33.1.1.63 release.
> > >
> > > We definitely intend that there is still full compatibility between
> > > Flex and any changes we make with AIR.. so thanks to leokan23 and Alex
> > > for bringing this to our attention!
> > >
> > > thanks
> > >
> > > Andrew
> > >
> > >
> > > -Original Message-
> > > From: Olaf Krueger
> > > Sent: 06 March 2020 20:30
> > > To: users@flex.apache.org
> > > Subject: [EXTERNAL] RE: Flex 4.16.1 broken for AIR33.1?
> > >
> > > Hi,
> > >
> > > I didn't follow the entire discussion, but I'd like to mention that I
> > > am not sure if we still have enough volunteers which are willing to
> > > work on a new Flex release.
> > >
> > > That said, I think it would be nice if any AIR updates would be
> > > compatible with the latest Flex SDK... as long as it's possible.
> > >
> > > Thanks,
> > > Olaf
> > >
> > >
> > >
> > > --
> > > Sent from:
> > > https://clicktime.symantec.com/3T23VtMr4Dz6j6DqBbgaf5T7Vc?u=http%3A%2F
> > > %2Fapache-flex-users.246.n4.nabble.com%2F
> > >
> >
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Flex 4.16.1 broken for AIR33.1?

2020-03-09 Thread Carlos Rovira
Hi Andrew,

When Dec, 31th arrives, Flex will be out of browsers, so just allowed using
AIR. Maybe AIR could have an option to bundle Apache Flex with each version
that ensures all work right. I mean, in 2021, Apache Flex will not have
sense with AIR right? so why not to think in something that ease even more
AIR+Flex marriage? Of course a version without Flex should have sense too
for people that does not use Flex at all.

Make that sense?

Thanks

Carlos



El lun., 9 mar. 2020 a las 14:45, Frost, Andrew ()
escribió:

> Hi
>
> We'd be happy to add things like this geometry API change - but it's then
> going to be version-dependent so it would need to be compiled against the
> later AIR SDK and would only run on the later AIR runtime..
>
> I'm not sure whether there are other changes that would really impact the
> Flex SDK itself. So perhaps we can consider these on a case-by-case basis.
>
> The one thing I keep coming back to though, is that it seems to be a very
> painful process for (a) people to download and start using a new AIR SDK,
> and (b) people who then have to combine a Flex SDK with an AIR SDK! So we
> should perhaps address this in the first instance (and from our QA folk,
> having a simple way to ensure you get back to a clean version of one/both
> of these SDKs would be good too!)
>
> Any other thoughts on missing features or things that would be useful,
> please send them in!
>
> thanks
>
>Andrew
>
>
> -Original Message-
> From: Piotr Zarzycki 
> Sent: 09 March 2020 13:01
> To: users@flex.apache.org
> Subject: [EXTERNAL] Re: Flex 4.16.1 broken for AIR33.1?
>
> Hi Andrew,
>
> This kind of situation may occur more often in the future if Air would
> have more and more features. Is there any plan to someone from your Team
> simply add missing stuff to Flex? Any thoughts on this approach?
>
> Thanks,
> Piotr
>
> On Mon, Mar 9, 2020, 1:49 PM Frost, Andrew 
> wrote:
>
> > Hi Olaf
> >
> > > I think it would be nice if any AIR updates would be compatible with
> > > the
> > latest Flex SDK
> > Yes completely agree, this was an error on our part to not consider
> > the fact that overrides of the APIs that we were changing would have
> > been affected. The changes were reverted, and we have re-implemented
> > the new functionality within additional APIs/methods so that existing
> > apps will now compile/run without any changes on the 33.1.1.63 release.
> >
> > We definitely intend that there is still full compatibility between
> > Flex and any changes we make with AIR.. so thanks to leokan23 and Alex
> > for bringing this to our attention!
> >
> > thanks
> >
> >Andrew
> >
> >
> > -Original Message-
> > From: Olaf Krueger 
> > Sent: 06 March 2020 20:30
> > To: users@flex.apache.org
> > Subject: [EXTERNAL] RE: Flex 4.16.1 broken for AIR33.1?
> >
> > Hi,
> >
> > I didn't follow the entire discussion, but I'd like to mention that I
> > am not sure if we still have enough volunteers which are willing to
> > work on a new Flex release.
> >
> > That said, I think it would be nice if any AIR updates would be
> > compatible with the latest Flex SDK... as long as it's possible.
> >
> > Thanks,
> > Olaf
> >
> >
> >
> > --
> > Sent from:
> > https://clicktime.symantec.com/3T23VtMr4Dz6j6DqBbgaf5T7Vc?u=http%3A%2F
> > %2Fapache-flex-users.246.n4.nabble.com%2F
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Board report time (March 2020)

2020-03-06 Thread Carlos Rovira
Thanks Olaf,
nothing to add, things are mostly freeze in Flex
thanks!

El vie., 6 mar. 2020 a las 10:56, Olaf Krueger ()
escribió:

> This is the draft of the March 2020 report [1].
> Please let me know if something is wrong or missing!
> (Edit it directly or leave a comment here)
>
> Thanks!
> Olaf
>
> [1]
> https://cwiki.apache.org/confluence/display/FLEX/March+2020
>
>
>
> --
> Sent from: http://apache-flex-users.2333346.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Jewel DataGrid Column Sizing

2020-02-18 Thread Carlos Rovira
Hi Yishay,

Brian is using Jewel DataGrid. The Jewel version is designed to make
possible to work with pixel values and with percentage values. I'll respond
now what I see in the royale thread

thanks

El mar., 18 feb. 2020 a las 10:43, Yishay Weiss ()
escribió:

> I think [1] you need to either use percentages or fixed width. Mixing them
> is not supported.
>
> [1]
> https://stackoverflow.com/questions/58438995/how-to-set-column-100-width-on-basic-jsdatagrid-on-apache-royale
>
> From: Carlos Rovira<mailto:carlos.rov...@codeoscopic.com>
> Sent: Tuesday, February 18, 2020 9:26 AM
> To: users@flex.apache.org<mailto:users@flex.apache.org>;
> us...@royale.apache.org<mailto:us...@royale.apache.org>
> Subject: Re: Jewel DataGrid Column Sizing
>
> Hi Brian,
> still not the right group ;)
> can you upload the image to a service and post the link, can see the image
> thanks
>
> El mar., 18 feb. 2020 a las 1:59, Brian Raymes ( <mailto:brian.ray...@teotech.com>>) escribió:
> My apologies, sent to wrong group. Sending to Royale Users.
>
> From: Brian Raymes  brian.ray...@teotech.com>>
> Sent: Monday, February 17, 2020 4:53 PM
> To: 'users@flex.apache.org<mailto:users@flex.apache.org>' <
> users@flex.apache.org<mailto:users@flex.apache.org>>
> Subject: Jewel DataGrid Column Sizing
>
> I cannot seem to make the Jewel DataGrid size properly when the width is
> set to a percentage.
>
> In Flex 3, it was possible to set the DataGrid's width to a percentage, as
> well as columns, and/or mix/match with pixel widths. What am I missing?
>
> I've been toying with examples within Jewel, and cannot seem to replicate
> the DataGrid that scales.
>
> FYI, I am running the absolute latest as I build the framework from a
> local git clone that I update daily.
>
> This is how it appears with every build:
>
> [cid:image001.png@01D5E5B1.69171470]
>
> Sample code:
>
> xmlns:j="library://ns.apache.org/royale/jewel<
> http://ns.apache.org/royale/jewel>"
>
> 
>
>  id="activityLogDataGrid"
> width="100%"
> dataProvider="{activityLogs}"
> rowHeight="42"
> emphasis="emphasized">
>
> 
>
>  dataField="formattedTimestamp" label="When"/>
>
>  dataField="recipient" label="Recipient"/>
>
>  dataField="duration" label="Duration"/>
>
> 
>
> 
>
> 
>
>
> Any help would be appreciated.
>
> Brian
>
>
> --
>
> [
> https://drive.google.com/a/codeoscopic.com/uc?id=1Mctdl3ft3ZHWiLZWbhx_8K1rlt6NUHjg=download
> ]
>
>
>
> Carlos Rovira
>
> Presidente Ejecutivo
>
> M: +34 607 22 60 05
>
> http://www.codeoscopic.com<http://www.codeoscopic.com/>
>
>
>
> Conócenos en 1 minuto!<https://avant2.es/#video>
>
>
>
> AVISO LEGAL: La información contenida en este correo electrónico, y en su
> caso en los documentos adjuntos, es información privilegiada para uso
> exclusivo de la persona y/o personas a las que va dirigido. No está
> permitido el acceso a este mensaje a cualquier otra persona distinta a los
> indicados. Si Usted no es uno de los destinatarios, cualquier duplicación,
> reproducción, distribución, así como cualquier uso de la información
> contenida en él o cualquiera otra acción u omisión tomada en relación con
> el mismo, está prohibida y puede ser ilegal. En dicho caso, por favor,
> notifíquelo al remitente y proceda a la eliminación de este correo
> electrónico, así como de sus adjuntos si los hubiere. En cumplimiento de la
> legislación española vigente en materia de protección de datos de carácter
> personal y del RGPD 679/2016 le informamos que sus datos están siendo
> objeto de tratamiento por parte de CODEOSCOPIC S.A. con CIFA85677342, con
> la finalidad del mantenimiento y gestión de relaciones comerciales y
> administrativas. La base jurídica del tratamiento es el interés legítimo de
> la empresa. No se prevén cesiones de sus datos, salvo que exista una
> obligación legal. Para ejercitar sus derechos puede dirigirse a CODEOSCOPIC
> S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid (MADRID), o
> bien por email a...@codeoscopic.com<mailto:a...@codeoscopic.com>, con el
> fin de ejercer sus derechos de acceso, rectificación, supresión (derecho al
> olvido), limitación de tratamiento, portabilidad de los datos, oposición, y
> a no ser objeto de decisiones automatizadas, indicando como Asunto:
> “Derechos Ley Protección de Datos”, y adjuntando fotocopia de su DNI.
> Delegado de protección de datos:d...@codeoscopic.com datos%3a...@codeoscopic.com>
>
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Jewel DataGrid Column Sizing

2020-02-17 Thread Carlos Rovira
Hi Brian,
still not the right group ;)
can you upload the image to a service and post the link, can see the image
thanks

El mar., 18 feb. 2020 a las 1:59, Brian Raymes ()
escribió:

> My apologies, sent to wrong group. Sending to Royale Users.
>
> From: Brian Raymes 
> Sent: Monday, February 17, 2020 4:53 PM
> To: 'users@flex.apache.org' 
> Subject: Jewel DataGrid Column Sizing
>
> I cannot seem to make the Jewel DataGrid size properly when the width is
> set to a percentage.
>
> In Flex 3, it was possible to set the DataGrid's width to a percentage, as
> well as columns, and/or mix/match with pixel widths. What am I missing?
>
> I've been toying with examples within Jewel, and cannot seem to replicate
> the DataGrid that scales.
>
> FYI, I am running the absolute latest as I build the framework from a
> local git clone that I update daily.
>
> This is how it appears with every build:
>
> [cid:image001.png@01D5E5B1.69171470]
>
> Sample code:
>
> xmlns:j="library://ns.apache.org/royale/jewel"
>
> 
>
>  id="activityLogDataGrid"
> width="100%"
> dataProvider="{activityLogs}"
> rowHeight="42"
> emphasis="emphasized">
>
> 
>
>  dataField="formattedTimestamp" label="When"/>
>
>      dataField="recipient" label="Recipient"/>
>
>  dataField="duration" label="Duration"/>
>
> 
>
> 
>
> 
>
>
> Any help would be appreciated.
>
> Brian
>


-- 



Carlos Rovira

Presidente Ejecutivo

M: +34 607 22 60 05

http://www.codeoscopic.com


Conócenos en 1 minuto! <https://avant2.es/#video>


AVISO LEGAL: La información contenida en este correo electrónico, y en su
caso en los documentos adjuntos, es información privilegiada para uso
exclusivo de la persona y/o personas a las que va dirigido. No está
permitido el acceso a este mensaje a cualquier otra persona distinta a los
indicados. Si Usted no es uno de los destinatarios, cualquier duplicación,
reproducción, distribución, así como cualquier uso de la información
contenida en él o cualquiera otra acción u omisión tomada en relación con
el mismo, está prohibida y puede ser ilegal. En dicho caso, por favor,
notifíquelo al remitente y proceda a la eliminación de este correo
electrónico, así como de sus adjuntos si los hubiere. En cumplimiento de la
legislación española vigente en materia de protección de datos de carácter
personal y del RGPD 679/2016 le informamos que sus datos están siendo
objeto de tratamiento por parte de CODEOSCOPIC S.A. con CIFA85677342, con
la finalidad del mantenimiento y gestión de relaciones comerciales y
administrativas. La base jurídica del tratamiento es el interés legítimo de
la empresa. No se prevén cesiones de sus datos, salvo que exista una
obligación legal. Para ejercitar sus derechos puede dirigirse a CODEOSCOPIC
S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid (MADRID), o
bien por email a...@codeoscopic.com, con el fin de ejercer sus derechos de
acceso, rectificación, supresión (derecho al olvido), limitación de
tratamiento, portabilidad de los datos, oposición, y a no ser objeto de
decisiones automatizadas, indicando como Asunto: “Derechos Ley Protección
de Datos”, y adjuntando fotocopia de su DNI. Delegado de protección de
datos:d...@codeoscopic.com


Re: Adobe Flash Builder 4.7 + new AIR and Flex SDKs

2020-01-04 Thread Carlos Rovira
Hi,

depending on how your apps do, you can consider Apache Royale [1] and try
to compile your code against this new technology to JS.
Join us in our dev or user mailing lists [2]

Carlos

[1] https://royale.apache.org
[2] https://royale.apache.org/mailing-lists/

El sáb., 4 ene. 2020 a las 19:12, Astraport ()
escribió:

> Hello everyone )
>
> Once upon a time I created more than 30 not the worst applications on
> Starling + Feathers and Flex. Unfortunately, they are all removed from
> Google Play and partly from Apple Store. But users of the apps often write
> to me and ask me to restore and update my apps. And I decided to do it for
> the glory of the great Flash!
>
> So now I need to restore in my memory what I was doing several years 5
> years
> ago. I have a working IDE Flash Builder that I'm very used to. I downloaded
> here Flex SDK <https://archive.apache.org/dist/flex/4.16.1/binaries/>
>  and
> from  here AIR SDK for Flex <https://airsdk.harman.com/download>  .
>
> First I unpacked the first archive in folder C:\Program Files\Adobe\Adobe
> Flash Builder 4.7 (64 Bit)\sdks\4.16.1, then overwrite the files with the
> second archive. So I did before, so I do now.
> Then I downloaded  the AIR for Windows <https://airsdk.harman.com/download>
>
> and unpacked it in a folder - C:\Program Files\Adobe\Adobe Flash Builder
> 4.7
> (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK
> Ok, I changed the Flash Builder Flex SDK in the settings.
> For the test, I created a new mobile project for the Flex application -
> this
> is the simplest. But in the first step, when I start in the emulator, I get
> an error:
> <
> http://apache-flex-users.246.n4.nabble.com/file/t777/2020-01-04_20-23-37.png>
>
> `Process terminated unexpectedly.
> initial content not found
>
> Launch command details: "C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64
> Bit)\sdks\4.16.1\bin\adl.exe" -runtime "C:\Program Files\Adobe\Adobe Flash
> Builder 4.7 (64 Bit)\sdks\4.16.1\runtimes\air\win" -profile mobileDevice
> -screensize 768x1004:768x1024 -XscreenDPI 132 -XversionPlatform IOS
> "C:\Users\Astraport\Adobe Flash Builder 4.7\ytr\bin-debug\ytr-app.xml"
> "C:\Users\Astraport\Adobe Flash Builder 4.7\ytr\bin-debug" `
>
> I already broke my head, where and what to fix?
> What are the ideas?
> Thanks
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Flex production server problem

2019-12-11 Thread Carlos Rovira
Hi,

If I understand correctly, you're having success to communicate with the
server. But something is wrong in the data exchanged.
I use Java/BlazeDS on server not PHP (last time for PHP was around 10 years
ago). So my advice is:

1.- try to reduce first use case to the simplest one. Start by sending just
a String and try to receive a response in the client
2.- if nobody here has PHP/AMF experience with Zend AMF try to search on
internet on some forum, or try to search for the error you got (Failed to
parse data)

Maybe one problem could be something related to encoding or PHP versions,
don't know if Zend is currently maintained or the PHP version you're
running is not compatible with Zend AMF version.

You need to check and try from a simplest case until you find where could
be the problem. Is what I use to do in this kind of cases.

HTH

Carlos





El mié., 11 dic. 2019 a las 10:12, dw1970 () escribió:

> Have used Charles 4.5.5 as advised. Recorded "Failed to parse data
> (com.xk72.amf.AMFException: Unsupported AMF3 packet type 60 at 1)" as in
> this image
> <
> http://apache-flex-users.246.n4.nabble.com/file/t1290/2019-12-11_Charles01.png>
>
> also, recorded "
> *Warning*:  is_readable(): open_basedir restriction in effect.
> File(/opt/plesk/php/5.6/share/pear/
> http://www.bbrchk.com/Services/BookClub/LevelService.php)
> is not within the allowed path(s): (/var/www/vhosts/bbrchk.com/:/tmp/) in
> */var/www/vhosts/
> bbrchk.com/httpdocs/testprodserver/ZendFramework/library/Zend/Loader.php*
> on line *198*" as in this image
> <
> http://apache-flex-users.246.n4.nabble.com/file/t1290/2019-12-11_Charles02.png>
>
>
> I don't have a clue how to fix it. The folder structure is built as in this
> image.
> <
> http://apache-flex-users.246.n4.nabble.com/file/t1290/2019-12-11_FileZilla01.png>
>
>
> Can anyone help?
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Flex production server problem

2019-12-10 Thread Carlos Rovira
Hi,

if that is working locally but not in the server, probably there's some
localhost reference in the code.
I suggest you to use a tool like Charles Proxy [1] to see the traffic and
try to identify if packages are begin sent/received.
That proxy is capable to see AMF / RemoteObect data sent and received. You
need to find the point where things are failing.

HTH

Carlos





El mar., 10 dic. 2019 a las 7:28, dw1970 () escribió:

> After developed a Flex application, I made the flex 4 production release
> to a
> production server. In the development environment, the application has been
> working fine under flash builder 4.6 and WAMP. After FTP the release build
> to production server (running MYSQL5, PHP5 and Apache2) and execute the
> app,
> I am able to see the first screen of my apps which proved can find the apps
> in the prod server. But when the app is going fetch data from MYSQL, no
> data
> returned.
>
> I followed
>
> https://community.adobe.com/t5/flash-builder/flex-and-zend-amf-deployment-resolved-with-proper-solution/td-p/4833253
> to setup the amf_config.ini and gateway.php. I tested the endpoint by
> executing http://mydomain/testprodserver/gateway.php in firefox and it
> downloaded the gateway.php. When I opened this gateway.php file, I can see
> Zend Amf Endpoint Therefore, I assume the zendframework that I
> uploaded to the production is setup correctly. Also, I changed the service
> php so that it pointed to the right username, password, server, port,
> databasename and tablename as setup in the production server DB.
>
> Very much appreciated if you can enlighten me with any possible solution to
> this problem I have for many months. Without setting up a production
> environment, I am unable to deliver the apps to users.
>
> If needed, I can supply with the HostIP, Username and password so whoever
> need to access that production server. Currently this server is empty
> except
> for the simple apps that I developed to test the production server setup.
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Future proof Flex/Flash apps.

2019-10-21 Thread Carlos Rovira
Hi Alex,

thanks for the URLs. I'll change in website this night or tomorrow, as I
can get the time.


El lun., 21 oct. 2019 a las 9:48, Alex Harui ()
escribió:

> Nightly build of TDF migration to Royale is here:
>
>
> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/TourDeFlexMigration/lastSuccessfulBuild/artifact/examples/mxroyale/tourdeflexmodules/bin/js-debug/index.html
>
> It might break from time to time, so let us know if it is broken.  The
> initial screen showed up for me.
>
> -Alex
>
> On 10/20/19, 7:39 PM, "Paul Stearns"  wrote:
>
> Alex:
>
> Is there a place someone could go and just see TourDeFlex run, without
> downloading, and building it?
>
> Paul R. Stearns
> Advanced Consulting Enterprises, Inc.
>
> 15280 NW 79th Ct.
> Suite 250
> Miami Lakes, Fl 33016
>
> Voice: (305)623-0360 x107
> Fax: (305)623-4588
>
> 
> From: Alex Harui 
> Sent: 10/20/19 6:14 PM
> To: "users@flex.apache.org" 
> Cc: "d...@royale.apache.org" 
> Subject: Re: Future proof Flex/Flash apps.
> The new url/domain is:
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080data=02%7C01%7Caharui%40adobe.com%7Cb6a942aa27cc4e6d6b6908d755cfd23b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637072223390611551sdata=pYHiA68W4jI2YZHCqrW2LV1vgb0iycsdMoLaJtdbKP4%3Dreserved=0
>
> The old one was:
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci.westus2.cloudapp.azure.com%3A8080data=02%7C01%7Caharui%40adobe.com%7Cb6a942aa27cc4e6d6b6908d755cfd23b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637072223390611551sdata=v9zsjD%2BO1gN%2BRivDfSPzr4iz8Y9k96eDJ7YpJHTD4aE%3Dreserved=0
>
> -Alex
>
> On 10/20/19, 9:14 AM, "Carlos Rovira" wrote:
>
> Hi Alex,
>
> as I said I don't know too much about what happened. There's other
> url? if
> so I can update website with the current ones. Don't think we need to
> get
> the older one.
> Just need to know new pairs of : Old URL - New URL, so I can search in
> website and substitute all that ones.
>
> Thanks
>
> El sáb., 19 oct. 2019 a las 3:36, Alex Harui ()
> escribió:
>
>     > I did not see anyone respond in a way that indicated that I should
> try to
> > get the old URL back, so I have not made that request.
> >
> > -Alex
> >
> > On 10/18/19, 1:59 AM, "Carlos Rovira" wrote:
> >
> > Hi Julien,
> >
> > we have currently a problem with that server and I think Alex Harui
> is
> > trying to contact Azure to get the same url.
> > Maybe Alex can bring more light on this.
> >
> > Thanks
> >
> >
> >
> > El jue., 17 oct. 2019 a las 11:34, Julien Desquenne (<
> > jdesque...@polyedre.fr>)
> > escribió:
> >
> > > Hello,
> > >
> > > Very interesting discussion.
> > >
> > > By the way, the link for Tour de Flex compiled with Apache Royale
> > > doesn't seem to work:
> > >
> > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci.westus2.cloudapp.azure.com%3A8080%2Fjob%2FTourDeFlexMigration%2FlastSuccessfulBuild%2Fartifact%2Fexamples%2Fmxroyale%2Ftourdeflexmodules%2Fbin%2Fjs-debug%2Findex.htmldata=02%7C01%7Caharui%40adobe.com%7Cb6a942aa27cc4e6d6b6908d755cfd23b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637072223390611551sdata=XNSPzf13Mczxv%2FgILT49aeIuhZZCkhEADgF5QNWsG2s%3Dreserved=0
> > >
>     > > Any other link ?
> > >
> > > Thanks
> > >
> >
> >
> > --
> > Carlos Rovira
> >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7Cb6a942aa27cc4e6d6b6908d755cfd23b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637072223390611551sdata=wtqOiwLVVGPfw3sQtsKI5arrR7qd8CApo63rjR1xV4E%3Dreserved=0
> >
> >
> >
>
> --
> Carlos Rovira
>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7Cb6a942aa27cc4e6d6b6908d755cfd23b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637072223390611551sdata=wtqOiwLVVGPfw3sQtsKI5arrR7qd8CApo63rjR1xV4E%3Dreserved=0
>
>
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Future proof Flex/Flash apps.

2019-10-20 Thread Carlos Rovira
Hi Alex,

as I said I don't know too much about what happened. There's other url? if
so I can update website with the current ones. Don't think we need to get
the older one.
Just need to know new pairs of : Old URL - New URL, so I can search in
website and substitute all that ones.

Thanks



El sáb., 19 oct. 2019 a las 3:36, Alex Harui ()
escribió:

> I did not see anyone respond in a way that indicated that I should try to
> get the old URL back, so I have not made that request.
>
> -Alex
>
> On 10/18/19, 1:59 AM, "Carlos Rovira"  wrote:
>
> Hi Julien,
>
> we have currently a problem with that server and I think Alex Harui is
> trying to contact Azure to get the same url.
> Maybe Alex can bring more light on this.
>
> Thanks
>
>
>
> El jue., 17 oct. 2019 a las 11:34, Julien Desquenne (<
> jdesque...@polyedre.fr>)
> escribió:
>
> > Hello,
> >
> > Very interesting discussion.
> >
> > By the way, the link for Tour de Flex compiled with Apache Royale
> > doesn't seem to work:
> >
> >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci.westus2.cloudapp.azure.com%3A8080%2Fjob%2FTourDeFlexMigration%2FlastSuccessfulBuild%2Fartifact%2Fexamples%2Fmxroyale%2Ftourdeflexmodules%2Fbin%2Fjs-debug%2Findex.htmldata=02%7C01%7Caharui%40adobe.com%7Ca6f430a913984e7d35ac08d753a970e4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637069859520303010sdata=iMkvEk7CEiweKbg9Fscl2IaZpGpNB98H1Ke7nbCX7Cs%3Dreserved=0
> >
> > Any other link ?
> >
> > Thanks
> >
>
>
> --
> Carlos Rovira
>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7Ca6f430a913984e7d35ac08d753a970e4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637069859520313006sdata=ua2W0%2FAZZI4WY%2Byi41mqLEAGpq6x%2F9J7d4KPSrQN36A%3Dreserved=0
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Future proof Flex/Flash apps.

2019-10-18 Thread Carlos Rovira
Hi Julien,

we have currently a problem with that server and I think Alex Harui is
trying to contact Azure to get the same url.
Maybe Alex can bring more light on this.

Thanks



El jue., 17 oct. 2019 a las 11:34, Julien Desquenne ()
escribió:

> Hello,
>
> Very interesting discussion.
>
> By the way, the link for Tour de Flex compiled with Apache Royale
> doesn't seem to work:
>
>
> http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/TourDeFlexMigration/lastSuccessfulBuild/artifact/examples/mxroyale/tourdeflexmodules/bin/js-debug/index.html
>
> Any other link ?
>
> Thanks
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Future proof Flex/Flash apps.

2019-10-16 Thread Carlos Rovira
Hi Jason,

RTMP is still missing in Royale. Would you consider to port that for
Javascript/SWF as we did for AMF?
I think it will be a great addition to the Royale arsenal and will make
many people that was using RTMP in Flash come to Royale

El mar., 15 oct. 2019 a las 21:45, Jason Taylor ()
escribió:

> FluorineFX is the backend AMF layer for .net projects.   FluorineFX has
> been ported to .net core https://github.com/hinaria/fluorinefx-core and
> https://github.com/liuyunxiong/rtmpsharp, if you need further help
> regarding FluorineFX or RTMP, RTMPS for .net you can always hit me for help.
> ~ JT
>
> -Original Message-
> From: Alex Harui 
> Sent: Saturday, October 12, 2019 11:55 PM
> To: users@flex.apache.org; pa...@compuace.com; us...@royale.apache.org
> Subject: Re: Future proof Flex/Flash apps.
>
> Royale (and any Apache project) will be around as long as there are 3
> active committers/PMC members.  You can become one of them by contributing
> to the project (code, doc, bugs, marketing, whatever).  That way you can
> truly have a stake in the future.  No corporation can shut down Royale.
>
> Nobody has gone into production on the MX/Spark emulation component set.
> I think Alina's team is close.  The tourdeflex migration example might give
> you an idea of what it can currently do, but really, the goal is to make it
> work as well as you need it.  We are looking for folks who want to help us
> improve it.  The mindset has to be different from the Adobe days when you
> could just wait for Adobe to cut another release for you to use.  It is
> important that people get involved, even if it is just reporting bugs.
> There is no dedicated test team for Apache Royale.  There was for Adobe
> Flex.  There is no corporation pushing this technology.  The users are
> supposed to help with the pushing and pulling.
>
> I'm not sure where the source code is for FlourineFX.  It might be
> transpilable to JS.  It appears to use AMF underneath.  So maybe you have
> some work to do there, but in the whole, it should be far less work than
> migrating all of your code.  See if you can figure out what FlourineFX APIs
> you used and we can discuss emulating those.
>
> HTH,
> -Alex
>
> On 10/12/19, 9:20 AM, "Paul Stearns"  wrote:
>
> Carlos:
>
> The applications we have written really do want to be desktop
> applications. Having a small subset of functionality for mobile use would
> be beneficial for a few of the applications we support. Mostly however
> these are data entry focused applications. One of the applications captures
> over 200 data elements in a single data entry screen with complex business
> rules, using a tabbed interface.
>
> With Royale, I have some questions/concerns;
>
> Will it be around for 10 years?How many users/companies have adopted
> Royale?Are there any applications, perhaps with similar look & feel.as
> what this app shows, already functional in Royale? If not similar, at least
> some applications I can see and touch.I use FluorineFX as my data layer
> interface. Will that be transportable?
> Thanks for your help.
>
> Paul R. Stearns
> Advanced Consulting Enterprises, Inc.
>
>     15280 NW 79th Ct.
> Suite 250
> Miami Lakes, Fl 33016
>
> Voice: (305)623-0360 x107
> Fax: (305)623-4588
>
> 
> From: Carlos Rovira 
> Sent: 10/12/19 4:48 AM
> To: "pa...@compuace.com" , users@flex.apache.org
> Subject: Re: Future proof Flex/Flash apps.
> Hi Paul,
>
> as Alex I think your best route is to join us in Apache Royale mailing
> lists [1] and try emulation components. This will be the fastest way to
> migrate to html/js touching almost no code. Royale is now in a very
> good
> state for everyone to start using it. I encourage you to join our
> community
> and get started here [2]
>
> [1]
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Froyale.apache.org%2Fmailing-lists%2Fdata=02%7C01%7Caharui%40adobe.com%7C21efbb9d0bce4dbeb41e08d74f301859%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637064940295311587sdata=I%2BLA2byTf4zKIIIbTr0sELMvASa8P1anWU5B3wDkMj8%3Dreserved=0
> [2]
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapache.github.io%2Froyale-docs%2Fget-starteddata=02%7C01%7Caharui%40adobe.com%7C21efbb9d0bce4dbeb41e08d74f301859%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637064940295311587sdata=ng5M33bfbxYJVCZdT70Ksb5WzwX6n0XS4SaxF7P1w1U%3Dreserved=0
>
> best
>
> El sáb., 12 oct. 2019 a las 8:56, Alex Harui ()
> escribió:
>
> > From 3 minutes of playing around with it, if you are looking to
> minimize
&g

Re: Future proof Flex/Flash apps.

2019-10-13 Thread Carlos Rovira
Hi All,

we have a migration for a client currently in the works. That client uses
FluorineFX for .NET communication with AMF/RemoteObject.
We can ensure Fluorine is fully working. Only limitations are in Royale are
for Vector and Dictionary types that I think most of people never use, so
you have that point secure :). AMFPHP is as well working, and of course
BlazeDS. So we cover Java, .NET and PHP now :).

About productions Apps for Royale. As Alex said MXRoyale maybe does not
have any, but we have many currently for Basic, Jewel and MDL sets.

Look and feel: Jewel has probably the best look and feel currently. Check
Tour De Jewel here: https://royale.apache.org/tourdejewel/

As Alex said, is up to all of us to keep Royale alive. But I think it will
survive over time, for various reasons. All we are working currently for
the project believe in it, and we are many!. As times passes and others see
is getting better and better each day is making them join us. If you join
us using it and interacting you'll be helping to make the community grow
and help to make Royale continue in time.

Since I already migrated projects from Flex to Royale I want to give you an
advice: Get involved, don't expect others to make things for you. If you
can't solve or implement something, rely on payed work for others in the
community that can do it for you. It's not real to try to migrate and
expect all will be set for you to use.
As time passes, more and more things are better, but still are things to be
done, so it will be normal that you find something you need that still is
not in Royale. So you can work on it and contribute or contract someone to
do it.

As I said. Is a good time to join us and start migrating. Many other has
done it before... :)

Carlos





El dom., 13 oct. 2019 a las 11:25, Piotr Zarzycki (<
piotrzarzyck...@gmail.com>) escribió:

> Hi Paul,
>
> Just a quick answer to the question about existing online app.
>
> We are portion Flex application to Royale. We have weekly/two week release
> schedule, so you can check what is happening and what's new quite often.
>
> In order to see app you have to register. It's free and you can always
> remove your account.
>
> Link: https://x.prominic.net/MyAccount
>
> Thanks,
> Piotr
>
> On Sat, Oct 12, 2019, 12:21 AM Paul Stearns 
> wrote:
>
> > So that I could get better feed back on which route I should take, I have
> > created a demo version of one of my applications.
> >
> > This is a time accounting application which we developed and use
> > internally to keep track of hours to pay consultants and bill clients.
> >
> > The URL is http://flex.yozyo.net/production
> >
> > To login, you can use either;
> >
> > U: dmanager
> > P: mpassword
> >
> > U:duser
> > P:UPASSWORD
> >
> > It requires popups to be enabled. The application provides a self
> > contained desktop like application with the ability to have multiple
> panels
> > open simultaneously. While this is a test system, and you are welcome to
> > muck about and save data please don't intentionally try to break it.
> >
> > My goal is to end up with an application with a similar look and feel to
> > what is provided using something that won't die in December 2020. Of
> course
> > the less work to get from here to there will be the best approach.
> >
> > Paul R. Stearns
> > Advanced Consulting Enterprises, Inc.
> >
> > 15280 NW 79th Ct.
> > Suite 250
> > Miami Lakes, Fl 33016
> >
> > Voice: (305)623-0360 x107
> > Fax: (305)623-4588
> >
> >
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Future proof Flex/Flash apps.

2019-10-12 Thread Carlos Rovira
Hi Paul,

as Alex I think your best route is to join us in Apache Royale mailing
lists [1] and try emulation components. This will be the fastest way to
migrate to html/js touching almost no code. Royale is now in a very good
state for everyone to start using it. I encourage you to join our community
and get started here [2]

[1] https://royale.apache.org/mailing-lists/
[2] https://apache.github.io/royale-docs/get-started

best


El sáb., 12 oct. 2019 a las 8:56, Alex Harui ()
escribió:

> From 3 minutes of playing around with it, if you are looking to minimize
> code changes and don't want a more modern UI, then the emulation component
> set (MXRoyale and SparkRoyale) would be a good place to start.  The
> emulation set is still a work-in-progress, but it gets better every day,
> and, IMO, it would be better for the Royale community if you could invest
> some of the time saved from not having to change so much code towards
> further improving MXRoyale and SparkRoyale as that will make the migration
> effort easier for the next person.
>
> My 2 cents,
> -Alex
>
> On 10/11/19, 3:21 PM, "Paul Stearns"  wrote:
>
> So that I could get better feed back on which route I should take, I
> have created a demo version of one of my applications.
>
> This is a time accounting application which we developed and use
> internally to keep track of hours to pay consultants and bill clients.
>
> The URL is
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fflex.yozyo.net%2Fproductiondata=02%7C01%7Caharui%40adobe.com%7C4a2af1131ac649033a3108d74e996a26%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637064293129036355sdata=FQ0%2BwXpZSL%2FqNwOXZRp6zQFSYiBrmFdVYgl1gAdSaGc%3Dreserved=0
>
> To login, you can use either;
>
> U: dmanager
> P: mpassword
>
> U:duser
> P:UPASSWORD
>
> It requires popups to be enabled. The application provides a self
> contained desktop like application with the ability to have multiple panels
> open simultaneously. While this is a test system, and you are welcome to
> muck about and save data please don't intentionally try to break it.
>
> My goal is to end up with an application with a similar look and feel
> to what is provided using something that won't die in December 2020. Of
> course the less work to get from here to there will be the best approach.
>
> Paul R. Stearns
> Advanced Consulting Enterprises, Inc.
>
> 15280 NW 79th Ct.
> Suite 250
> Miami Lakes, Fl 33016
>
> Voice: (305)623-0360 x107
> Fax: (305)623-4588
>
>
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Board report time (September 2019)

2019-09-12 Thread Carlos Rovira
Hi Olaf,

for me its all ok.
thanks!

Carlos



El jue., 12 sept. 2019 a las 10:30, Olaf Krueger ()
escribió:

> Hi guys,
> it's board report time!
>
> I've created the September 2019 report here [1].
> Please take a look at it and add or change things if needed!
>
> Unfortunately, I am too late, the report has to be sent until Wed September
> 11th.
>
> Thanks,
> Olaf
>
> [1]
> https://cwiki.apache.org/confluence/display/FLEX/September+2019
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [Release] Wizards' Guide & Calculator

2019-06-26 Thread Carlos Rovira
Congrats! :)

just tweeted about it! :)

https://twitter.com/apacheflex/status/1143834752509710342?s=21



El sáb., 22 jun. 2019 a las 22:30, leokan23 () escribió:

> Hi all,
>
> I am back again with a new release :) this was a 3 days sprint from me and
> my team. As you may remember, a while back we released a companion app for
> Pokemon Go, built 100% in flex which managed to get almost 1.5m downloads
> and is used in more than 110 countries. The company which brought Pokemon
> Go, released their new game which is basically a clone but in Harry Potter
> universe.
>
> So we had to release a companion app for that, and it looks awesome.
>
> Once again  special thanks to @quick6black for his awesome Material Design
> library for
> flex, which has become our base for many projects and extended to become an
> awesome UI lib.
>
> The app was just released in the store[1]  and my team and more info can be
> found in our landing page.[2]
>
> [1] Wizards' Guide
> <
> https://play.google.com/store/apps/details?id=tech.simpleapps.wizardsguide>
>
> [2]https://simpleapps.gr/en/wizards-unite-companion-app
> <https://simpleapps.gr/en/wizards-unite-companion-app>
>
>
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Flash app -> AIR

2019-06-26 Thread Carlos Rovira
Hi,

for me the best options today are:

* AIR: If you don't need the browser, you can still have more years to
avoid a more time consuming migration. Harman seems taking the torch to
manage Adobe AIR in a good way. Maybe to early to say anything now, but AIR
seems in good hands.

* Apache Royale: We already migrated a big Flex application to Apache
Royale and it took us considerable less time than go to any other tech out
there. We reused around 70-80% of flex code and rewrite UI with Jewel in
part since we need a more modern and mobile UI. That's a huge fact.

In the other hand Apache Royale is each day/week/month better thanks to
people contributing and continue refining the solution so bugs are
continuely pursued and solved and we are getting more and more real use
cases working good. Think in the work of the past few weeks, I can remember
things like, implementing as3 Vector, improving release process to make it
super-easy, Jewel Modules, How to use external JS libraries easily (blog
post), working with ElectronJS (blog post), many improvments over compiler
and framework code to solve bugs in language constructions, implementation
of new things like abstract class and private constructors,  just to
mention what I remember right now...amazing, right? Think what more things
we'll get over the next months...

Other considerations can be respected, but not taken like something that
will eventually occur. Fear is normal. Fear in Royale's future is all
depending only on us (no more Adobe, Googleo or Facebook) and I think we
have a very focused team at Apache Royale with very valuable people: Alex
Harui, Josh Tynjala, Piotr, Harbs, Yshay, Olaf, Andrew, Greg Dove and many
more...Many people that believes in the project. We don't need Apache
Royale to be as successful as Angular or React. Think on haXe, is not as
popular, but maybe one of the best cross platform techs out there and with
a healthy community. One key to succeed is don't listen to naysayers, and
just go our way. Naysayers will be always there, telling you "this is not
possible". Ok, in my experience, all things I tried many things that seems
impossible and some succeed. Apache Royale is now working nowadays despite
those naysayers.

Apache Royale is nowadays a reality, ready to use and you just need to
believe in it and most important, think that you need to get involved in
the project as other part of the project to master and control it. Most of
the people that fails with a technology is because are thinking in the old
way where all things should come from a company like Adobe. This is not
valid anymore, and you need to be more active in mailing list and
participate, propose, learn, contribute and pursue what you need to make it
done and available to the rest of the community. People waiting for others
to make the job, will find many problems in the way and probably will not
get success with Royale until more time pass and it becomes lots of
maturity.

HTH

Carlos



El mar., 25 jun. 2019 a las 4:19, Alex Harui ()
escribió:

> Also note that in examples/mxroyale/tourdeflexmodules, I used the
> emulation components to migrate over 100 screens by not rewriting them much
> at all.  There are still some bugs to be ironed out, but if volunteers
> pitch in, they will be resolved.
>
> -Alex
>
> On 6/24/19, 2:25 AM, "Olaf Krueger"  wrote:
>
> Hi,
>
> >I am wondering if I should consider AIR
>
> As already mentioned, if you don't need to target the browser,  AIR
> probably
> means the least effort.
> Notice that since AIR was taken over by Harman [1], the license
> changed and
> they introduced a pricing strategy in order to be able to drive AIR
> forwards.
>
> > ...with 450 screens, that's a bit of a task
>
> I think in case of Royale it's a matter of the components you need.
> Take a
> look at the Royale Jewel component set.
> Even if it would be time-consuming to rewrite 450 screens, it's
> probably
> less time-consuming than rewriting anything.
> Most of your AS3 code will probably transpile without any problems.
>
> Olaf
>
> [1]
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fservices.harman.com%2Fpartners%2Fadobedata=02%7C01%7Caharui%40adobe.com%7C23baec10af8f40d0243408d6f885d48e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636969651015534191sdata=ZCf5Aj8bHugE5rVRCJ%2BO9wcsvEIuRjP7uiWl7heQtPg%3Dreserved=0
>
>
>
>
> --
> Sent from:
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.246.n4.nabble.com%2Fdata=02%7C01%7Caharui%40adobe.com%7C23baec10af8f40d0243408d6f885d48e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636969651015534191sdata=QOfyJYG0fh4nUNuSebZUK2gQhvkHufaQtdiOzOYf3YI%3Dreserved=0
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Board report time (June 2019)

2019-06-06 Thread Carlos Rovira
Ok Thanks Olaf!

El jue., 6 jun. 2019 a las 9:11, Olaf Krueger ()
escribió:

> Hi guys,
> it's board report time!
>
> I've created the June 2019 report here [1].
> Please take a look at it and add or change things if needed!
>
> The report has to be sent until Mon June 10th.
>
> Thanks,
> Olaf
>
> [1]
> https://cwiki.apache.org/confluence/display/FLEX/June+2019
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Adobe AIR Maintenance and support changes

2019-06-03 Thread Carlos Rovira
My opinion is that this movement is very interesting. As I read all news I
think it could bring lots of fresh "air" to the AIR platform.
I saw Andrew Involved in Royale and having him as a point of contact with
HARMAN makes the technology "closer" to Flex and Royale.
And seems they are thinking and have many plans to propose for AIR
platform. As well having different tiers (free, payed) seems to me the way
to go to get revenue of the platform

I think right now the main point to ensure AIR continues to be a trusted
platform is to make it always in sync with SO vendors changes and decisions
(iOS Apple Store changes, Android 64bit changes, Mac OS new 10.14.5. notary
process, and more)

So for now all seems very promising! :)


El lun., 3 jun. 2019 a las 6:26, Tucsonjhall ()
escribió:

> That actually is quite reassuring.
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Facing problems while converting from Flex to Apache Royale

2019-05-16 Thread Carlos Rovira
Hi, I'm afraid that this is something to search in Spring Security  Forums.
I solved my configuration for Spring Security searching on the web since we
have a very special config there, so nothing that I can recall that can be
posted here. Sorry about that.

El lun., 13 may. 2019 a las 18:27, Ravics32 ()
escribió:

> Thanks for your response. I have declared "amf"
> because** id="my-amf" class="mx.messaging.channels.AMFChannel">  url="http://{server.name}:{server.port}/{context.root}/messagebroker/amf;
> class="flex.messaging.endpoints.AMFEndpoint"/> **
>  I forgot to tell that we are using spring security in backend service Can
> you please tell how can I tell my spring security to allow me for message
> borker to allow my request
>
> errorReply: Flex Message (flex.messaging.messages.ErrorMessage)
> clientId = 7897F319-CE0F-276A-8D68-C1C16599ECDD
> correlationId =
> destination = null
> messageId = 7897F4A7-C10C-4031-3676-D45B1249EA05
> timestamp = 1557737177681
> timeToLive = 0
> body = null
> code =  Server.Processing
> message =  There was an unhandled failure on the server.
> java.lang.NullPointerException
> details =  null
> rootCause =  null
> body =  null
> extendedData =  null
>   Exception: java.lang.NullPointerException
> at
> java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936)
> at
> flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1373)
> at
>
> flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:1005)
> at
>
> flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:103)
> at
> flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
> at
> flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
> at
>
> flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
> at
>
> flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:166)
> at
>
> flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:291)
> at
> flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:353)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
> at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
> at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> at
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
> at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
> at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
> at
>
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
> at
>
> org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doFilter(AbstractPreAuthenticatedProcessingFilter.java:107)
> at
>
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
> at
>
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
> at
>
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
> at
>
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Facing problems while converting from Flex to Apache Royale

2019-05-10 Thread Carlos Rovira
lExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at
>
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
> at java.lang.Thread.run(Thread.java:748)
>
>
> [
>   errorReply: Flex Message (flex.messaging.messages.ErrorMessage)
> clientId = 470F44C5-680A-3F0D-D58C-605A866C0B1F
> correlationId =BlazeDS]Unhandled error when processing a message:
> java.lang.NullPointerException
>   incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
> operation = null
> clientId = 470F44C5-680A-3F0D-D58C-605A866C0B1F
> destination = null
> messageId =
> timestamp = 1557396783081
> timeToLive = 0
> body =
> [
>   {headers={DSMessagingVersion=1, DSId=nil}, timeToLive=0,
> clientId=null, destination=,
> messageId=4CC0F8ED-8234-AEA2-F9B4-5CD3FD2D0DF0,
> correlationId=, body={}, operat
> ion=5, timestamp=0}
> ]
> hdr(DSEndpoint) = my-amf
> destination = null
> messageId = 470F4616-520F-9E4E-0484-14188756FFA6
> timestamp = 1557396783218
> timeToLive = 0
> body = null
> code =  Server.Processing
> message =  There was an unhandled failure on the server.
> java.lang.NullPointerException
> details =  null
> rootCause =  null
> body =  null
> extendedData =  null
>
>
> Service:
> public class HelloWorldRemotingService {
>
> private static Log logger =
> LogFactory.getLog(HelloWorldRemotingService.class);
>
> public HelloWorldRemotingService() {
> super();
>
>
> logger.debug("#########Helloworld###");
> }
>
> public String processHello(final String nameToSayHelloTo)
>{
> logger.debug("** Found @@@records:");
>   return "Hello, " + nameToSayHelloTo + "!";
>}
>
> }
>
>
> Remote-config.xml:
>
>  class="flex.messaging.services.RemotingService">
>
> 
>  class="flex.messaging.services.remoting.adapters.JavaAdapter"
> default="true"/>
> 
>
> 
> 
> 
> 
>
> 
>
> com.sp.cpem.service.AlertHomeService
> 
> 
> 
>
> 
>
> com.sp.cpem.service.HelloWorldRemotingService
> 
> 
>
>
> Please let me know If I am doing anything wrong. If you have example please
> share me that I will appreciated.
>
> Thank you in advance.
>
>
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Facing problems while converting from Flex to Apache Royale

2019-05-09 Thread Carlos Rovira
Hi,
this maybe will be better asked in Royale list, or if possible in
stackoverflow that we're trying to enhance (please check for
"apache-royale" tag in SOF site and join us there

We at Codeoscopic just migrated our first Spring-BlazeDS-Flex to Apache
Royale. This is a complex one using Royale Jewel UI set and MX RemoteObject
emulation.
I can try to help you but I must know.

We have as well flexmojos for flex and folders for "java", "flex" and now
"royale"
We put royale at the same level and exposed it vía Spring MVC to be
available. Since Royale is designed with Maven from scratch it does not
need flexmojos, that introduce a point of pain with flex since flex was not
designed from scratch as Royale.

So our experience is using Jewel UI set. This UI Set does not use
ArrayCollection, instead we use ArrayList (and ArrayListView as
ListCollectionView)

So please use:

registerClassAlias("flex.messaging.io.ArrayCollection", ArrayList);

so when you get AC from server you map to AL instead.

The target is to not change anything in java or its config. all your
Blazeds config should be valid, even small-messages that are working in
latest builds (remember to use latest 0.9.6 nightly build to get all of
this, not latest release 0.9.4 that does not have all this)

Now try to first start sending a simple string and getting it in Royale.
That should mostly straight forward.
Then try more complex communications with objects and let us know.

But please do following communications in Royale mailing list and if you
have concrete questions please do it in stack overflow so we can grow in
SOF that will be of help to many people out there

HTH


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Huge space between list elements in RichText

2019-04-25 Thread Carlos Rovira
HI Chris,

if nothing is affecting that, it seems we have a problem there.
Hope others with more knowledge of TLF could give a hand here.

If there's a bug, you always can try to fix it and send us a PR to try it
and if valid merge in Flex SDK



El jue., 25 abr. 2019 a las 17:22, chris_flex ()
escribió:

> getDescription() =
>
> Test
> 
> 1
> 2
> 3
> 
> Test2
> 
> *4*
> *5*
> *6*
> 
>
> is displayed:
>
> <http://apache-flex-users.246.n4.nabble.com/file/t605/test.png>
>
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Huge space between list elements in RichText

2019-04-25 Thread Carlos Rovira
Hi,

you should send the same structure of HTML (you can change real text for
dummy text) that you are using.
This can be just a problem of the inner HMTL structure you are using and
not something related to the flex code.

just figuring



El jue., 25 abr. 2019 a las 14:15, chris_flex ()
escribió:

> I have imported some HTML:
>
> var tff:TextFlow = TextConverter.importToFlow(getDescription(),
> TextConverter.TEXT_FIELD_HTML_FORMAT);
>
> and show that in a RichText, resulting in:
>
> <http://apache-flex-users.246.n4.nabble.com/file/t605/problem.png>
>
> There are huge gaps - hope can they be adjusted?
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Apache Royale AMF Update and Small Messages

2019-03-09 Thread Carlos Rovira
Hi,

just to report that we tested latest AMF updates from Greg in our real
Apache Royale app and all is working great :)

Additionally we was able to turn on small messages again in Blazeds and all
workflows are working good. So this means that for me we have a real 100%
port of AMF and RemoteObject right now in Apache Royale. A part from this
now XML is supported, I never used before with AMF, but I think this wasn't
in flex, so maybe we have a better implementation now ;). I know Greg has
more things in mind like Vector and Dictionary support what would mean an
even more better implementation :).

I think now others with AMF backends could try to use MXRoyale RemoteObject
and see if they get it working. Hopefully this should mean more
possibilities to people that are thinking on migrating from Apache Flex to
Apache Royale.

Thanks to Greg for the great effort! :)

-- 
Carlos Rovira
http://about.me/carlosrovira


Migrating an app from Apache Flex to Apache Royale (tweet thread)

2019-02-20 Thread Carlos Rovira
Hi,

just want to share our recent experience migrating an Apache Flex
application to Apache Royale.
So I post a thread of 17 tweets here:

https://twitter.com/carlosrovira/status/1098333642751950848

Hope the info will be useful :)

Enjoy and don't forget to share if that was useful for you! :)

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [Release] New Flex Apps - Medical Support

2019-02-15 Thread Carlos Rovira
Hi Leokan,

great app as always! congrats.
If you want to show case in the official Apache Flex twitter account
please, send me text and image, and I can post it for you!

For people here that doesn't like HTML/JS/CSS, I encourage you to try
Apache Royale. We recently finish a first real app with Apache Royale using
Jewel UI set and we achieved a good app programing in AS·/MXML but
targeting the browser. Hope to share soon (maybe a month or so) more info
as client let us unveil this effort.

So, although is not 1.0 yet Apache Royale is nowadays in my opinion a
technology that you can use for production apps and other important point
is that performance is awesome!

Thanks for sharing and have a good weekend! :)

Carlos




El vie., 15 feb. 2019 a las 13:30, leokan23 () escribió:

> Thank you guys. This is a high profile client, very well known in Greece,
> and
> I was happy to be able to once again use Flex.
>
> We already started our next app to be released in June, with one of the
> biggest telekoms in eu. :) Again, flex is my weapon of choice :)
>
>
>
> --
> Sent from: http://apache-flex-users.2333346.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Increase Maximum concurrent request in AIR

2019-02-12 Thread Carlos Rovira
Hi Yash

this is covered in a recent thread here:

http://apache-flex-users.246.n4.nabble.com/Apache-Flex-AIR-Application-problems-with-a-limitation-of-two-HTTP-request-on-windows-td17493.html




El mar., 12 feb. 2019 a las 7:19, Yash Yadav ()
escribió:

> Hi All,
>
> We have implemented domain sharding so that multiple request can be hit at
> same service at once. We created 6 domain such as a.domain.com,
> b.domain.com...f.domain.com.
>
> When try and make multiple concurrent calls only 4 calls get through and
> remaining calls waits for response of any one of preceding call before
> making new call.
>
> I was expecting total 12 call to be made in parallel(2 for each domain).
>
> Can someone explain why this is happening and how can I fix this ?
>
> Let me know if you need more information.
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Adobe AIR App distribution: Questions

2019-01-24 Thread Carlos Rovira
Many thanks Om.

seems we will need something more "global" (we're studying) since we maybe
need to do changes in windows user registry or things like that, so it
seems we'll go with some third party installer.

thanks! :)

El mié., 23 ene. 2019 a las 22:58, OmPrakash Muppirala (<
bigosma...@gmail.com>) escribió:

> Carlos,
>
> You could take a look at how we do it for the Flex Installer.  We build an
> .exe on windows and a .dmg on Mac. The code is available here:
> https://github.com/apache/flex-utilities/tree/master/installer
>
> For updates, we built our own update logic.  The crux can be seen here:
>
> https://github.com/apache/flex-utilities/blob/master/installer/src/com/riaspace/nativeApplicationUpdater/NativeApplicationUpdater.as
>
> Hope that helps.
>
> Thanks,
> Om
>
> On Tue, Jan 22, 2019 at 1:58 PM Carlos Rovira 
> wrote:
>
> > Hi many thanks to all for responding and expose your suggestions.
> > Very useful to start planing our own solution :)
> >
> > Carlos
> >
> > El mar., 22 ene. 2019 a las 21:35, After24 ()
> > escribió:
> >
> > > Hi Carlos,
> > >
> > > We have migrated a large flex web application and choose to use the
> > captive
> > > runtime output.
> > >
> > > On mac you get a .app file that you can distribute directly or create a
> > > .dmg
> > > with the classic "drag and drop to the application folder" scenario.
> > >
> > > On Windows you get a folder that contains your app .exe and all the
> other
> > > required files. You can than create a .msi installer using WixEdit
> > > (tutorial
> > > here :
> > >
> > >
> >
> https://www.adobe.com/devnet/air/articles/customize-setup-for-AIR-app-with-captive-runtime.html
> > > <
> > >
> >
> https://www.adobe.com/devnet/air/articles/customize-setup-for-AIR-app-with-captive-runtime.html
> > >
> > >
> > > )
> > >
> > > Our application is based on a shell and modules. Those modules are
> loaded
> > > locally at runtime. When an update is available, the new modules are
> > loaded
> > > from a server and the old modules are overwritten directly into the
> > > application folder.
> > >
> > > This solution works like a charm.
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > --
> > > Sent from: http://apache-flex-users.246.n4.nabble.com/
> > >
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Adobe AIR App distribution: Questions

2019-01-22 Thread Carlos Rovira
Hi many thanks to all for responding and expose your suggestions.
Very useful to start planing our own solution :)

Carlos

El mar., 22 ene. 2019 a las 21:35, After24 () escribió:

> Hi Carlos,
>
> We have migrated a large flex web application and choose to use the captive
> runtime output.
>
> On mac you get a .app file that you can distribute directly or create a
> .dmg
> with the classic "drag and drop to the application folder" scenario.
>
> On Windows you get a folder that contains your app .exe and all the other
> required files. You can than create a .msi installer using WixEdit
> (tutorial
> here :
>
> https://www.adobe.com/devnet/air/articles/customize-setup-for-AIR-app-with-captive-runtime.html
> <
> https://www.adobe.com/devnet/air/articles/customize-setup-for-AIR-app-with-captive-runtime.html>
>
> )
>
> Our application is based on a shell and modules. Those modules are loaded
> locally at runtime. When an update is available, the new modules are loaded
> from a server and the old modules are overwritten directly into the
> application folder.
>
> This solution works like a charm.
>
>
>
>
>
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Adobe AIR App distribution: Questions

2019-01-22 Thread Carlos Rovira
Hi,

we're in the process of creating a distribution of a Flex app migrated to
Adobe AIR, and I have few questions. Hope someone here can give me some
light :

1.- I remember read somewhere that "AIR Captive Runtime" was now the only
solution and we don't have "AIR Shared Runtime". But searching ni google
talks that this is for Android only. We're targeting Windows and Mac, so my
question is : *AIR Captive Runtime is now the only option for Windows and
Mac?* I must say that we want to go with AIR Captive Runtime, but want to
know if the other still exists on desktop.

2.- To bundle our App with the AIR Captive Runtime, and create a .EXE: The
person doing this task tell me that we need some external application, but
I think I already did some years ago a .EXE (with an ANE) of an old Flex
App. So the question is: *can we create a .EXE with Adobe AIR? Maybe the
limitation is that we need some external tool to bundle the AIR Captive
Runtime?*

3.- For those who has experience updating Adobe AIR Flex apps...*how do you
manage the updating? what options, frameworks, etc... are now available
that I should have into account?*
(For this point, I need the app to see if some update are available to
download and make it capable to download and update)

Thanks in advance
-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Apache Flex AIR Application problems with a limitation of two HTTP request on windows

2019-01-07 Thread Carlos Rovira
Hi Jan,

many thanks for the suggestion, we finally took another direction in the
overall process (Java/Flex), but I think is good to hear more solutions to
the original problem so others finding it could get this ideas

thanks! :)

Carlos

El lun., 7 ene. 2019 a las 9:22, jan.weber ()
escribió:

> So, the raw-text format was removed in my previous reply; here the content
> of
> the batch/cmd file:
>
> @ECHO OFF
>
> REG add
> "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
> Settings" /v MaxConnectionsPerServer  /t REG_DWORD /d 16 /f
>
> ECHO true
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Fwd: Tour De Jewel now with Source Code included

2018-12-26 Thread Carlos Rovira
Hi!

just let you know that Apache Royale's Tour De Jewel has now a tab with
source code in each example

Here's the tweet about it:

https://twitter.com/ApacheRoyale/status/1078091214409351168

Please, share and retweet if you like it! :)

thanks

-- 
Carlos Rovira
http://about.me/carlosrovira



-- 
Carlos Rovira
http://about.me/carlosrovira


Apache Flex AIR Application problems with a limitation of two HTTP request on windows

2018-12-24 Thread Carlos Rovira
Hi,

reposting this here, since maybe is better mailing list, instead of Apache
Royale.

This is the thread on Royale with some suggestions on how to fix the
problem. But I was searching for something more easy and close to Adobe AIR
and Apache Flex.

http://apache-royale-users.20374.n8.nabble.com/Apache-Flex-AIR-Application-problems-with-a-limitation-of-two-HTTP-request-on-windows-td2163.html

thanks in advance for any help on this issue

Carlos


-- Forwarded message -
From: Carlos Rovira 
Date: lun., 17 dic. 2018 a las 11:31
Subject: Apache Flex AIR Application problems with a limitation of two HTTP
request on windows
To: 


Hi,

we are in the process of encapsulate an existing Apache Flex app in Adobe
AIR to overcome the #flash2020 problem with browsers.

In this transition, we found a problem with Adobe AIR in windows with a
limit of two HTTP request to the same server. This seems due to Adobe AIR
using WinlNet on Windows that has this 2 limit http request.

Seems we didn't saw this problem with Flex in browsers since those left
behind this limit and allow this days 6 concurrent calls, but AIR, since
used WinlNet, continues with the 2 concurrent call limit, that is a problem
nowadays.

In the other hand don't find any reference to this problem on the internet,
or some solution to apply in Adobe ARI, so maybe there's something I'm
missing, since this problem should be found by many people trying to
leverage existing Flex apps in AIR (or even creating others).

Must say this problem is seen with request that needs several time (due to
some server processing) to complete and send a response.

If anyone know some way to overcome this will be of great help

Thanks in advance for your help

-- 
Carlos Rovira
http://about.me/carlosrovira



-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Apache Royale Tour De Jewel Released

2018-12-15 Thread Carlos Rovira
Thanks for the kindly wordsTucson!

hope it will be useful for you :)

El sáb., 15 dic. 2018 a las 19:23, Tucsonjhall ()
escribió:

> That is beautiful
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Apache Royale Tour De Jewel Released

2018-12-12 Thread Carlos Rovira
Hi all,

I think this will be interesting for Apache Flex users

We have a new Apache Royale Jewel Component Explorer called Tour De Jewel.

Here's the tweet

https://twitter.com/ApacheRoyale/status/1072782634047160320

Hope you share and retweet, and most importan...enjoy! :)

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: New Apache Royale Blog Example post: Loading external data through HTTPService

2018-09-23 Thread Carlos Rovira
Sorry, wrong link. Here's the right one:

https://twitter.com/ApacheRoyale/status/1043993295200899077

El lun., 24 sept. 2018 a las 0:35, Carlos Rovira ()
escribió:

> fyi
>
> -- Forwarded message -
> From: Carlos Rovira 
> Date: lun., 24 sept. 2018 a las 0:35
> Subject: New Apache Royale Blog Example post: Loading external data
> through HTTPService
> To: 
>
>
> Hi,
>
> just let you know that we have a new blog example post about using
> HTTPService:
>
> https://twitter.com/ApacheRoyale/status/1043991262620274690
>
> Please retweet and enjoy! :)
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Fwd: New Apache Royale Blog Example post: Loading external data through HTTPService

2018-09-23 Thread Carlos Rovira
fyi

-- Forwarded message -
From: Carlos Rovira 
Date: lun., 24 sept. 2018 a las 0:35
Subject: New Apache Royale Blog Example post: Loading external data through
HTTPService
To: 


Hi,

just let you know that we have a new blog example post about using
HTTPService:

https://twitter.com/ApacheRoyale/status/1043991262620274690

Please retweet and enjoy! :)

-- 
Carlos Rovira
http://about.me/carlosrovira



-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Help using LinAlg Library for solving Simultaneous Equations

2018-09-18 Thread Carlos Rovira
Hi Phil,

for what I see (I never used that library), is normal AS3 code ready to use
with Apache Flex or with Apache Royale.

Flex will create Flash (SWF) and Royale is a new framework similar to Flex
to output Flash (SWF) or HTML/JS/CSS. So
your first decision is what project to choose depending on what kind of
devices you want to target.

In both you can use that library directly, and then you must use the
components, containers and controls to build the interface. Both
technologies use MXML for declarative development of the user interface and
AS3 code to instantiate the classes in the library you posted.

Hope that helps. Good luck with your project :)

Carlos



El mar., 18 sept. 2018 a las 12:18, npem ()
escribió:

> Hi everyone,
>I have been looking at using a free library for solving
> a
> set of Linear Simultaneous Equations for Finite Element Solutions
>
> I have: [F] = [k] [x]
>
> Where [F] and [x] are vectors
> and [k] is a square matrix
>
> I was thinking of using the *AS3LinAlg* the library, but it is not obvious
> (At least to me:-) on how to present the data,
> (As it seems to want 2 vectors)
>  which will return a vector.
>
> Anyone used this Library and could help with what I need to pass to it, for
> example,
> If I want to use Cholesky or LU?
>
> Or of course any other suggestions for libraries to use?
>
> Note: The library is at:
> Solver Library <https://github.com/inspirit/AS3LinAlg>
>
> TIA,
>
> Phil.
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: AMF for .NET Standard now available (.NET Core + olders runtimes)

2018-09-10 Thread Carlos Rovira
Many thanks Hugo!
I'll tweet about it! :)

https://twitter.com/ApacheFlex/status/1039064979956281345

best

Carlos


El dom., 9 sept. 2018 a las 15:24, hferreira ()
escribió:

> Hi all,
>
> News in town for .NET + Flex developers!
>
> New AMF library for .NET developers using the .NET Standard 2.0, ie. 100%
> compatible with .NET Framework, Mono and for the first time .NET Core!
>
> The library is here: https://github.com/SolidSoft-Lda/AMFCore
>
>
>
> --
> Sent from: http://apache-flex-development.247.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [Release] 2 new Radio Apps

2018-09-02 Thread Carlos Rovira
Sorry, the tweet is this:

https://twitter.com/ApacheFlex/status/1036391348352548865

El lun., 3 sept. 2018 a las 0:56, Carlos Rovira ()
escribió:

> Piotr, could you post in facebook?
> I don't have user there to publish as the page.
> You can copy the post in tweeter and upload the images
>
> Congrats again leokan! :)
>
> thanks!
> Carlos
>
>
>
> El lun., 3 sept. 2018 a las 0:55, Carlos Rovira ()
> escribió:
>
>> Done! :)
>> https://twitter.com/ApacheFlex/status/1036386769770561538
>> https://twitter.com/ApacheFlex/status/1036386769770561538
>>
>> El dom., 2 sept. 2018 a las 17:07, leokan23 () escribió:
>>
>>> We are still building awesome apps with Flex :)
>>>
>>> These will also be released for tvOS and Android TV during 2019.
>>>
>>>
>>>
>>> --
>>> Sent from: http://apache-flex-users.246.n4.nabble.com/
>>>
>>
>>
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>>
>>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [Release] 2 new Radio Apps

2018-09-02 Thread Carlos Rovira
Piotr, could you post in facebook?
I don't have user there to publish as the page.
You can copy the post in tweeter and upload the images

Congrats again leokan! :)

thanks!
Carlos



El lun., 3 sept. 2018 a las 0:55, Carlos Rovira ()
escribió:

> Done! :)
> https://twitter.com/ApacheFlex/status/1036386769770561538
> https://twitter.com/ApacheFlex/status/1036386769770561538
>
> El dom., 2 sept. 2018 a las 17:07, leokan23 () escribió:
>
>> We are still building awesome apps with Flex :)
>>
>> These will also be released for tvOS and Android TV during 2019.
>>
>>
>>
>> --
>> Sent from: http://apache-flex-users.246.n4.nabble.com/
>>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [Release] 2 new Radio Apps

2018-09-02 Thread Carlos Rovira
Done! :)
https://twitter.com/ApacheFlex/status/1036386769770561538
https://twitter.com/ApacheFlex/status/1036386769770561538

El dom., 2 sept. 2018 a las 17:07, leokan23 () escribió:

> We are still building awesome apps with Flex :)
>
> These will also be released for tvOS and Android TV during 2019.
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [Release] 2 new Radio Apps

2018-09-02 Thread Carlos Rovira
Hi Leokan,

many thanks to share! I was not aware of that Material library or other
Flex components like DateChooser Mobile!
This kind of posts to share are very important to spread the word and help
us each others as a community. Flex doesn't have many news this days since
maybe we're all working on Apache Royale to get Flex ecosystem work
properly on HTML, but continues to be very important! :)

Very cool Apps, looks very good! I think we should tweet this on twitter
Apache Flex account! :D

Carlos



El dom., 2 sept. 2018 a las 5:33, Piotr Zarzycki ()
escribió:

> Hi Leo,
>
> Awesome news!
>
> Thanks,
> Piotr
>
> On Sat, Sep 1, 2018, 9:19 PM leokan23  wrote:
>
> > Hi all,
> >
> > i know that flex doesn't come with many news but we just released 2 new
> > apps
> > and wanted to share them with you.
> >
> > Flex is still rocking in 2018 :)
> >
> > A special thanks to @quick6black for his awesome Material Design library
> > for
> > flex, and some help in fine tuning the UI.
> >
> > Both apps where already in the stores and my team and I updated them
> with a
> > new UI and extra features.
> >
> > https://play.google.com/store/apps/details?id=gr.antenna.easy972
> >
> > https://play.google.com/store/apps/details?id=gr.antenna.rythmos949
> >
> >
> >
> > --
> > Sent from: http://apache-flex-users.246.n4.nabble.com/
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Loading a module from a module

2018-08-09 Thread Carlos Rovira
Hi Olaf,

I don't have the module used fresh in my mind, but I can tell you that
should work. If you don't get it working you can communicate with the
parent module so that module perform the load.
Sorry, to not be of much help at this time, but at least I can tell you
that what you want to do should work.

Good luck! :)

Carlos



2018-08-09 20:51 GMT+02:00 Olaf Krueger :

> Hi,
> I'm trying to load a module from a module which itself is already loaded by
> a shell app.
> But that does not work for me.
> What I found is that the module can only be loaded by the "parent" module
> if
> the shell also loads it.
>
> I am not so familiar with modules, so before diving deeper into this stuff
> I'd like to know if the described scenario basically should work.
>
> Or do I have to change my thinking? Maybe what I am trying to achieve
> doesn't make sense?
>
> Thanks,
> Olaf
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>



-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Apache Flex for iOS

2018-07-11 Thread Carlos Rovira
I saw a similar workflow from a college (VM on a Windows machine) some
months ago, so I think, this is still a solution to avoid invest in a Mac
only to upload an app.

2018-07-11 16:14 GMT+02:00 quick6black :

> I was able to upload an app into Apple App store using a windows machine. I
> installed VMWare, was able to patch it and install a version of MacOS.
> Probably not the best way to do it, but didn't want to buy a MAC to upload
> one app to the App store. BTW this was a few years ago, things may have
> changed since.
>
>
>
> --
> Sent from: http://apache-flex-users.2333346.n4.nabble.com/
>



-- 
Carlos Rovira
http://about.me/carlosrovira


Re: BlazeDS FlexJS

2018-07-03 Thread Carlos Rovira
Hi Radu,

As Olaf said, Apache Royale (FlexJS is the old name) has a full working
implementation of RemoteObject/AMF you can read more on this here :

https://github.com/apache/royale-asjs/wiki/Apache-Royale-communication-with-AMF-and-RemoteObject

As well some work on MX and Spark Emulation components has been done, so
you can ask more about this in the mailing list

Join us on the mailing list, as well on twitter, facebook, google+ and
linkedin groups to now more

thanks

Carlos



2018-07-03 9:39 GMT+02:00 Olaf Krueger :

> Hi,
> Apache FlexJS was rebranded as Apache Royale [1].
> You should post your question at the Royale users or dev list [2].
>
> >The application communicates with BlazeDS using RemoteObject...
> I think some guys already made some progress on this.
>
> HTH,
> Olaf
>
>
> [1]
> https://royale.apache.org/
>
> [2]
> https://royale.apache.org/mailing-lists/
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>



-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Future of Adobe Flex as a RIA in 2018

2018-06-19 Thread Carlos Rovira
Hi Leokan
thanks for sharing. great examples! :)

2018-06-19 13:03 GMT+02:00 leokan23 :

> Some "reassurance" about the mobile apps. Here are some of my company's
> apps
> built 100% with flex:
>
> Pokevolution (1m+ downloads) [1]
>
> Tourismart (officially sold by t-mobile Greece - Cosmote ) [2]
>
> TEDxAthens (official TED event) [3]
>
>
>
> [1]  Pokevolution
> <https://play.google.com/store/apps/details?id=tech.
> simpleapps.pokecalculator>
> [2]  tourismart for hotels <https://tourismart.co/>
> [3]  TEDxAthens
> <https://play.google.com/store/apps/details?id=tech.
> simpleapps.tedxathens2016>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>



-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Future of Adobe Flex as a RIA in 2018

2018-06-19 Thread Carlos Rovira
Hi Najeeb

Piotr mentioned it already but I want to let you know that Apache Royale is
in heavy development now and it makes you have the same fast development
with AS3 and MXML that you'll have in Flex, but targeting HTML/JS/CSS in
the browsers (as well SWF, but I's not as well developed that what we have
in html now)

I recommend you to check this so you can decide better:

https://royale.apache.org/category/royale-examples/

As you can see in the examples, the code is almost the same as Flex, but
the example is running in almost any plataform browser.
You can use Cordova or AIR to go mobile.

About native, some day Royale could compile directly to native iOS, native
Android...as we do now with SWF and HTML different outputs.
In the other hand, Royale HTML output seems to be very optimized, and with
the latest mobile devices, I think HTML is a good option in terms of
performance and you'll be targeting lots of devices with only one
development.

Hope this helps

Thanks

Carlos





2018-06-19 10:12 GMT+02:00 najeeb :

> Thank you for the informative replies. Quite a relief to know that Flex is
> doing well. A couple of other forums where I posted a similar query had
> exactly zero replies.
>
> I loved Apache Flex the first time I saw an app developed on it way back in
> 2012, and I find it to be an awesome toolkit, and it would be a shame to
> see
> it getting ignored by developers in favor of JS-based toolkits. Not that
> JavaScript is a bad language, but there seems to be an unusual and lopsided
> skew in its favor in the job market. I am guessing this has more to do with
> the artificial hype created around JavaScript, with (non-technical) HR
> managers then insisting on it. And which may have resulted in a dwindling
> number of jobs for other platforms. That said, there is room for all types
> of toolkits, JS or non-JS, and power to all.
>
> Thanks again, folks!
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>



-- 
Carlos Rovira
http://about.me/carlosrovira


Re: FlexJS

2018-06-07 Thread Carlos Rovira
Hi Ale,

seems something is happen with Apache servers, since today is working
intermittently.
If it does not fix soon, we'll be raising a issue to infra.

For more help please refer to royale mailing list. You can, in the
meanwhile official site is ok, refer to our pre producction site here:

https://royale.codeoscopic.com

thanks



2018-06-07 13:19 GMT+02:00 Ale :

> Thank you both for your help.
>
> It seems to me that the web page https://royale.apache.org/ is not
> working.
>
> Despite that, I managed to get here and download Royale:
> https://apache.github.io/royale-docs/Welcome/Get_
> Started/Download-Royale.html
>
> I started trying Royale with a few test projects (Classic Hello World).
>
> I also get here: https://lists.apache.org/list.
> html?us...@royale.apache.org
> and I have a few questions about starting to migrate a Flex app to Royale.
> Should I ask for some help there?
>
> Thanks again,
>
> Alejandro
>
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>



-- 
Carlos Rovira
http://about.me/carlosrovira


New blog example post "Using View States to show or hide content"

2018-06-06 Thread Carlos Rovira
Hi,

new blog post online:

https://royale.apache.org/using-view-states-to-show-or-hide-content/

Enjoy! :)

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Flex snippets for Visual Studio Code

2018-06-06 Thread Carlos Rovira
Hi Nemi

2018-06-06 18:35 GMT+02:00 Nemi :

> Apache Royale snippets should be done in separate extension, so completion
> list would not be mixed.
> Piotr said he will maybe do it. You can read more here:
> https://github.com/BowlerHatLLC/vscode-nextgenas/pull/212
>
>
Piotr already did a version for Royale! :)


> I am still catching up with Royale, so in time I could also create
> something
> useful. BTW Is there any link where a lot of Royale components are listed?
> Most used ones? One project with many components use examples would be
> great
> to see what is possible, and also to make snippets per those examples.
>
>
Right, check this: https://royale.apache.org/category/royale-examples/
to see all examples we are posting with real examples (code and running
examples) :)

thanks


>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>



-- 
Carlos Rovira
http://about.me/carlosrovira


Promoting Apache Royale on Facebook

2018-06-06 Thread Carlos Rovira
Hi,

just let you know that we're promoting Apache Royale on Facebook:

https://www.facebook.com/ApacheRoyaleSDK/videos/360747917782110/

Please join us there and share your love! :)

Thanks!

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Board report time !

2018-05-31 Thread Carlos Rovira
Hi Tom,

thanks. I think the project is almost quiet now, but for the Installer
issues.
I think I don't have nothing to report far beyond that.

thanks!

Carlos

2018-05-29 20:58 GMT+02:00 Tom Chiverton :

> Iin the next few weeks we have to give one of our periodic updates to the
> Apache board on what we've been up to.
>
> Please take a look at
> https://cwiki.apache.org/confluence/display/FLEX/June
>
> And (start !) adding things that have changed since last quarter - I've
> put
> some basic sub titles in already.
> --
> Tom
> Apache Flex
>
>
>


-- 

<http://www.codeoscopic.com>

Carlos Rovira

Director General

M: +34 607 22 60 05

http://www.codeoscopic.com


Conócenos en 1 minuto! <https://avant2.es/#video>


AVISO LEGAL: La información contenida en este correo electrónico, y en su
caso en los documentos adjuntos, es información privilegiada para uso
exclusivo de la persona y/o personas a las que va dirigido. No está
permitido el acceso a este mensaje a cualquier otra persona distinta a los
indicados. Si Usted no es uno de los destinatarios, cualquier duplicación,
reproducción, distribución, así como cualquier uso de la información
contenida en él o cualquiera otra acción u omisión tomada en relación con
el mismo, está prohibida y puede ser ilegal. En dicho caso, por favor,
notifíquelo al remitente y proceda a la eliminación de este correo
electrónico, así como de sus adjuntos si los hubiere. En cumplimiento de la
legislación española vigente en materia de protección de datos de carácter
personal y del RGPD 679/2016 le informamos que sus datos están siendo
objeto de tratamiento por parte de CODEOSCOPIC S.A. con CIFA85677342, con
la finalidad del mantenimiento y gestión de relaciones comerciales y
administrativas. La base jurídica del tratamiento es el interés legítimo de
la empresa. No se prevén cesiones de sus datos, salvo que exista una
obligación legal. Para ejercitar sus derechos puede dirigirse a CODEOSCOPIC
S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid (MADRID), o
bien por email a...@codeoscopic.com, con el fin de ejercer sus derechos de
acceso, rectificación, supresión (derecho al olvido), limitación de
tratamiento, portabilidad de los datos, oposición, y a no ser objeto de
decisiones automatizadas, indicando como Asunto: “Derechos Ley Protección
de Datos”, y adjuntando fotocopia de su DNI. Delegado de protección de
datos:d...@codeoscopic.com


Re: Flex snippets for Visual Studio Code

2018-05-22 Thread Carlos Rovira
Hi Nemi,

that looks very good! thanks!

This will work with Apache Royale as well? if not, could you update to work
with Royale?

thanks!

Carlos



2018-05-22 9:35 GMT+02:00 Olaf Krueger <m...@olafkrueger.net>:

> Hi Nemi,
>
> >If you are using VSCode, you can quickly create MX and Spark components
> with
> > this extension:
>
> WoW!
> This sounds great and the screenshot looks really promising!
> I am looking forward to checking it out!
>
> Thank you for working on this!
> Olaf
>
>
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>



-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Flex VideoPlayer still work with youtube videos?

2018-05-07 Thread Carlos Rovira
Thank Alex, I'll revise with my team, since I left this in other hands, and
maybe they are approaching in another way at this moment

thanks for letting me know! :)

2018-05-07 18:29 GMT+02:00 Alex Harui <aha...@adobe.com.invalid>:

> I thought we had Spark Video working with OSMF2.  There are some flv files
> in the mustella folder.  You can try those to see if the Flex video
> components work at all.
>
> -Alex
>
> On 5/7/18, 4:32 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
> <carlos.rov...@gmail.com on behalf of carlosrov...@apache.org> wrote:
>
> Thanks Jaco,
>
> I think implementing a OSMF video player on my own is out of my scope
> now.
> So I'll need to go other way.
> After some research, seems youtube is now only HTML5, so is not
> possible to
> show youtube videos with VideoPlayer.
>
> Maybe another video service could be used, how is people serving video
> content this days in flex?
> Should I put an iFrame? some combination of video service + flex video
> component that currently works?
>
> thanks
>
>
> 2018-05-07 12:35 GMT+02:00 jaco <j...@pixeldump.org>:
>
> > hi,
> >
> > i think they removed crossdomain.xml
> > Apart this fact, in my experience spark videoplayer is far from being
> > stable
> > ad usable, much better to build your own video player with osmf 2.
> >
> > :)
> > Jaco
> >
> >
> >
> > --
> > Sent from: https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fapache-flex-users.246.n4.nabble.com%
> 2F=02%7C01%7Caharui%40adobe.com%7Cfe3f99ad98e34fe9b9dd08d5b40e2a35%
> 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636612895331102879=
> rUkzYx8yNG4DNXdSZO5CdnQIX2y2qlDarsIArsN2FQg%3D=0
> >
>
>
>
> --
> Carlos Rovira
> https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fabout.me%2Fcarlosrovira=02%7C01%7Caharui%40adobe.com%
> 7Cfe3f99ad98e34fe9b9dd08d5b40e2a35%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636612895331102879=Gw8lqSakhGqX0CzJI3hI5%
> 2FwxMNmRKw%2FZIXG9YaYo9xA%3D=0
>
>
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Flex VideoPlayer still work with youtube videos?

2018-05-07 Thread Carlos Rovira
Thanks Jaco,

I think implementing a OSMF video player on my own is out of my scope now.
So I'll need to go other way.
After some research, seems youtube is now only HTML5, so is not possible to
show youtube videos with VideoPlayer.

Maybe another video service could be used, how is people serving video
content this days in flex?
Should I put an iFrame? some combination of video service + flex video
component that currently works?

thanks


2018-05-07 12:35 GMT+02:00 jaco <j...@pixeldump.org>:

> hi,
>
> i think they removed crossdomain.xml
> Apart this fact, in my experience spark videoplayer is far from being
> stable
> ad usable, much better to build your own video player with osmf 2.
>
> :)
> Jaco
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>



-- 
Carlos Rovira
http://about.me/carlosrovira


Flex VideoPlayer still work with youtube videos?

2018-05-04 Thread Carlos Rovira
Hi,

I'm trying to make a simple example for a client that needs to play a
youtube video in his flex app

Many years has passed since the last time I used the , and
I can't get the video to play.

I'm using to try it

https://youtu.be/"/>


So I want to ask:

1) Is youtube videos still able to be played in this flex component?
2) what should I take into account to play it?
3) maybe some Security.allowDomain or cross domain.xml is needed?
4) maybe since I'm trying in local I must to make something localy?

Thanks in advance for any help! :)

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Life after FlashPlayer, are you prepared?

2018-05-02 Thread Carlos Rovira
Our plan is to switch to Apache Royale so we can maintain AMF/RemoteObject
communication with Java backend and only rewrite Apache Flex cliente to
Apache Royale with Jewel UI Component set

2018-05-02 3:49 GMT+02:00 Jeffry Houser <jef...@dot-com-it.com>:

>
>  Most of my clients have migrated years ago to AngularJS or Angular.  I've
> heard of a few folks who went the React route, but non in my current circle
> of clients.
>
>
>
> On 4/30/2018 3:25 PM, Olaf Krueger wrote:
>
>> Hello from the Apache Royale (FlexJS) team,
>>
>> even if Flex with AIR is still an awesome and outstanding technology, Flex
>> in the browser ends with the end of FlashPlayer in 2020.
>> To be clear: There will be no way to run your Flex apps in current browser
>> versions around 2020!
>>
>> The Flex mailing lists are followed by a few hundred people and we assume
>> that there are still a lot of Flex browser apps out there.
>>
>> So, we are really interested in what you are planning to do with your Flex
>> apps, e.g.
>>
>> - Do you need to stick with the browser at all?
>> - Do you plan to migrate your Flex apps to whatever other technology?
>> - Did you already migrate your Flex apps to whatever other technology?
>> - ...
>>
>> If you are reading this post and have a Flex app, please speak up about
>> what
>> your plans are!
>>
>> Thanks,
>> The Apache Royale (FlexJS) team
>>
>>
>>
>> --
>> Sent from: http://apache-flex-users.246.n4.nabble.com/
>>
>
> --
> Jeffry Houser
> Technical Entrepreneur
> http://www.jeffryhouser.com
> 203-379-0773
>
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [Announce] Apache Flex SDK Installer 3.3.1 Released

2018-04-27 Thread Carlos Rovira
Hi,

I'm not on Windows, but I think Alex said that folks must uninstall
previous version first or it can fail to install new version.

just remembering if it could help

thanks



2018-04-27 12:38 GMT+02:00 Piotr Zarzycki <piotrzarzyck...@gmail.com>:

> Hans,
>
> But in general after uninstall you are able to use current 3.3.1 version ?
>
> Thanks,
> Piotr
>
> 2018-04-27 12:36 GMT+02:00 Hans Nuecke <hnue...@vservu.de>:
>
> > Hi Piotr,
> >
> > not sure, since that version was uninstalled during the installation
> > attempt ;-)
> >
> > But I'm pretty sure it was the latest available version, since I pretty
> > regularly check if there's something new (like support for a new AIR SDK
> > Beta).
> >
> > Regards
> >
> > Hans
> >
> >
> >
> > Am 27.04.2018 um 12:32 schrieb Piotr Zarzycki:
> >
> >> Hi Hans,
> >>
> >> What was the version of your previous installer on your system ?
> >>
> >> Thanks,
> >> Piotr
> >>
> >> 2018-04-27 12:30 GMT+02:00 Hans Nuecke <hnue...@vservu.de>:
> >>
> >> When I start the installer I get a message that the updater cannot be
> >>> installed because the certificate is invalid.
> >>> This might be the reason for your problems also.
> >>>
> >>> Hopefully this will be fixed by the apache team soon!
> >>>
> >>>
> >>>
> >>>
> >>> Am 27.04.2018 um 12:26 schrieb GhaziTriki:
> >>>
> >>> The new windows installer is not working for me. I double click on and
> >>>> nothing happens.
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> Sent from: http://apache-flex-users.246.n4.nabble.com/
> >>>>
> >>>> --
> >>>
> >>>
> >>>
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>



-- 
Carlos Rovira
http://about.me/carlosrovira


  1   2   >