Re: Emulation with theme/skin

2020-06-27 Thread Piotr Zarzycki
Hi Hugo, Did you overcome your problems with mailing list? As for your question - I don't things anyone tried make Emulation Components beautiful, with some decent css styles. So far any new client of Royale just trying to reach porting app without thinking about make UI beautiful. You may try a

Re: Migration from Flex to Apache Royal (Immediate Attention)

2020-06-27 Thread Piotr Zarzycki
Hi Upendra, Do you have in project Settings - Additional Compiler Options set +configname=flex ? Please use Nightly build of Royale - You can download it i menu Help -> Getting Started -> Apache Royale section - 0.9.8 - It contains lots of fixes. Thanks, Piotr On Sun, Jun 28, 2020, 6:19 AM Upen

Migration from Flex to Apache Royal (Immediate Attention)

2020-06-27 Thread Upendra Gupta
> Hi Royal Team, We are evaluating Apache Royale as one of our potential > options to migrate our Flex code to Royale so that we can remove the > dependency of Flash plugin on the browser. Our project consists of both > Mxml and action script and using both spark and mx components. > > We have Moo

Emulation with theme/skin

2020-06-27 Thread Hugo Ferreira
Hello, How to apply a theme/skin to Royale Emulation ? The standard version seems wireframes. For example Google Material Design. Regards, Hugo.

RE: Show an alternate image when the original is not found

2020-06-27 Thread Maria Jose Esteve
I was missing the license text. Yes now. Hiedra. -Mensaje original- De: Maria Jose Esteve Enviado el: domingo, 28 de junio de 2020 1:08 Para: dev@royale.apache.org Asunto: RE: Show an alternate image when the original is not found Yishay, thanks to you too, the bead is a copy of the one

RE: Show an alternate image when the original is not found

2020-06-27 Thread Maria Jose Esteve
Yishay, thanks to you too, the bead is a copy of the one you proposed. 😊 I have modified my fork but cannot compile and check that everything works fine in the SDK. I also couldn't compile the TDJ. The compilation error of my fork is: Files with unapproved licenses: D:/…/frameworks/projects/

Re: User components

2020-06-27 Thread Harbs
And they are both used here: https://github.com/unhurdle/better-info-sample/tree/master/lib and specified here: https://github.com/unhurdle/better-info-sample/blob/master/asconfig.json > On Jun 28, 2020, at 12:03 AM, Harbs wrote: > > Did you look at my two links? Those are both JS-only libs. >

Re: User components

2020-06-27 Thread Harbs
Did you look at my two links? Those are both JS-only libs. > On Jun 27, 2020, at 11:24 PM, Hugo Ferreira wrote: > > I believe that I didn't make my self clear, probably because of my English. > My apologies for that. > > What I meant to say was: How can I create shared library with Apache Royal

Re: User components

2020-06-27 Thread Hugo Ferreira
I believe that I didn't make my self clear, probably because of my English. My apologies for that. What I meant to say was: How can I create shared library with Apache Royale (JS not Flash). Currently I have: My own Library Project 1 <= using My own Library Project 2 <= using My own Library Ho

Re: User components

2020-06-27 Thread Harbs
1. Ease of distribution / simpler project structure. 2. Speed of compiling. SWC libraries have the Javascript compiled when the SWC is generated. When an app uses the SWC, the JS is copied from the SWC and only if it wasn’t already copied. You can also use different compiler options when compili

Re: User components

2020-06-27 Thread Andrew Wetmore
Naive question: what is the benefit of compiling something into a SWC? I have built lots of apps whose components are pure ActionScript and MXML and that (in theory) Royale can transform fine into JS. Andrew On Sat, Jun 27, 2020 at 3:57 PM Harbs wrote: > For example projects which compile to SW

Re: User components

2020-06-27 Thread Harbs
For example projects which compile to SWC please see: https://github.com/unhurdle/cep-royale/tree/master/CEPTools https://github.com/unhurdle/spectrum-royale/tree/master/Spectrum One thing to be aware of: You need the full swf-compatible Royale SDK to produce SWCs. HTH, Harbs > On Jun 27, 2020

Re: User components

2020-06-27 Thread Carlos Rovira
Hi Hugo, About custom components, you'll discover that creating your own SWC and components are even more easy than Flex. I think Royale is in all cases more easy than Flex thanks to going directly to browsers with no plugins like Flash Player (if you're targeting JS and not SWF). When is harder u

RE: Image, does not flush when link value is null or blank

2020-06-27 Thread Maria Jose Esteve
Do you get the attached screens? I don't see them ... I'm sorry, I put it in text: De: Maria Jose Esteve mailto:mjest...@iest.com>> Enviado el: sábado, 27 de junio de 2020 15:00 Para: dev@royale.apache.org Asunto: Image, does not flush when link value is null or blank

RV: Image, does not flush when link value is null or blank

2020-06-27 Thread Maria Jose Esteve
Sorry, De: Maria Jose Esteve Enviado el: sábado, 27 de junio de 2020 15:00 Para: dev@royale.apache.org Asunto: Image, does not flush when link value is null or blank Hola, Setting up a detail form, where I have a jewel image component, I have noticed that when a "" (empty string) or null is ass

Image, does not flush when link value is null or blank

2020-06-27 Thread Maria Jose Esteve
Hola, Setting up a detail form, where I have a jewel image component, I have noticed that when a "" (empty string) or null is assigned to the src property, the image is not emptied.. I have detected the origin of the problem and I present a possible solution, to see how you see it. When the url