Re: Localization

2020-06-30 Thread Harbs
[ResourceBundle] has support, but I’m pretty sure that’s in mx. You can probably use it even if you’re not using mx components (I think). I’ve always used my own home-grown method of loading locale strings and construct them into an object which is read using keys. i.e. LocaleManager.localeStri

Re: Effects

2020-06-30 Thread Harbs
Take a look at the org.apache.royale.effects package in the “Effects” project. See manualtests/EffectsExample for some sample usage. > On Jul 1, 2020, at 4:17 AM, Hugo Ferreira wrote: > > How to apply a simple standard effect (ex: Fade, Zoom, etc ...) ?

Re: How about a "royale" or "frontend" track on the virtual ApacheCon?

2020-06-30 Thread Piotr Zarzycki
Carlos, That simple mvc example which we have - it was connected with some website where you wanted to place Royale. Did you pushed it there ? Do you remember what I'm talking about ? Thanks, Piotr wt., 30 cze 2020 o 15:40 Carlos Rovira napisał(a): > Hi, at Codeoscopic we have, but the problem

Effects

2020-06-30 Thread Hugo Ferreira
How to apply a simple standard effect (ex: Fade, Zoom, etc ...) ?

Localization

2020-06-30 Thread Hugo Ferreira
What's the recommended approach for localization in Royale ? An out of the box API that grabs a txt file with the key/values ?

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

2020-06-30 Thread Maria Jose Esteve
Hi, I am going to "propose another option" to see how you see it ... I have it working in the project with Basic Image, Jewel Image and Jewel ImageButton (with Basic ImageButton the image is added as an element and we cannot access it through the same way) , I will investigate when this is clear

Re: [royale-asjs] branch develop updated: core-IRuntimeSelectableItemRenderer: remove unused interface

2020-06-30 Thread Harbs
Thanks. Good to know. It looks like the flex 3 docs is missing. > On Jun 30, 2020, at 6:57 PM, Josh Tynjala wrote: > > I saw that they put up a documentation archive with downloads here: > > https://helpx.adobe.com/air/archived-docs-download.html > > -- > Josh Tynjala > Bowler Hat LLC

Re: [royale-asjs] branch develop updated: core-IRuntimeSelectableItemRenderer: remove unused interface

2020-06-30 Thread Josh Tynjala
I saw that they put up a documentation archive with downloads here: https://helpx.adobe.com/air/archived-docs-download.html -- Josh Tynjala Bowler Hat LLC On Tue, Jun 30, 2020 at 12:38 AM Harbs wrote: > It looks like the docs on AS3 Metadata is no longer live: > http:/

Re: How about a "royale" or "frontend" track on the virtual ApacheCon?

2020-06-30 Thread Carlos Rovira
Hi, at Codeoscopic we have, but the problem is to deal with companies to show it at a public event. For that reason I never post official work images. El mar., 30 jun. 2020 a las 15:37, Andrew Wetmore () escribió: > Yes, I was thinking about that lovely to-do list example. I would love to > hav

Re: How about a "royale" or "frontend" track on the virtual ApacheCon?

2020-06-30 Thread Andrew Wetmore
Yes, I was thinking about that lovely to-do list example. I would love to have at least one example of an app that has migrated from Flex so we can show what it was like and how it is working now. a On Tue, Jun 30, 2020 at 10:24 AM Carlos Rovira wrote: > Yeah! for sure. I think we already have

Re: How about a "royale" or "frontend" track on the virtual ApacheCon?

2020-06-30 Thread Carlos Rovira
Yeah! for sure. I think we already have some good (eye candy) apps, and will be coming more. For example, I'm finishing a little widget/app that will be posted on a public web page soon. I think that will be another new proof of modern web done with Royale. Will show it here as I finish it :) I t

Re: How about a "royale" or "frontend" track on the virtual ApacheCon?

2020-06-30 Thread Andrew Wetmore
The ApacheCon team says they have a set of documentation and details they will be sharing. I want to see that before pushing much further into details of what we can or want to do. I am dreaming in technicolor about this a little, but it seems to me that Royale is developing a pretty good wow facto

Re: How about a "royale" or "frontend" track on the virtual ApacheCon?

2020-06-30 Thread Carlos Rovira
Great Andrew! Please, let me know what do you expect/wait from me so I can plan time for it. thanks El mar., 30 jun. 2020 a las 13:56, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > Good Luck Andrew! Thanks for stepping up! :) > > On Tue, Jun 30, 2020, 1:53 PM Andrew Wetmore wrote: >

Re: [royale-asjs] branch develop updated: core-IRuntimeSelectableItemRenderer: remove unused interface

2020-06-30 Thread Carlos Rovira
Hi, I think a page in docs would be great. @Andrew have you cycles to add it? A part from that I think it would be better to start using it starting from 1.0 El mar., 30 jun. 2020 a las 9:43, Harbs () escribió: > FWIW, it looks like the format for [Deprecated] is: > > [Deprecated(since="...", re

Re: How about a "royale" or "frontend" track on the virtual ApacheCon?

2020-06-30 Thread Piotr Zarzycki
Good Luck Andrew! Thanks for stepping up! :) On Tue, Jun 30, 2020, 1:53 PM Andrew Wetmore wrote: > I have proposed myself as Track Chair for Royale's effort at ApacheCon, and > am joining the relevant mailing list. If it turns out someone else is > better positioned to coordinate our work on thi

Re: How about a "royale" or "frontend" track on the virtual ApacheCon?

2020-06-30 Thread Andrew Wetmore
I have proposed myself as Track Chair for Royale's effort at ApacheCon, and am joining the relevant mailing list. If it turns out someone else is better positioned to coordinate our work on this, I will defer to them; however, we are on a short timeline and I thought i would get our presence known

Re: MaterialIcon is not taking effect

2020-06-30 Thread Hugo Ferreira
Understood :) It was that. ItemRenderDataBinding. I will have that everywhere for sure. Thank you. Piotr Zarzycki escreveu no dia terça, 30/06/2020 à(s) 09:26: > Royale is all about PAYG [1] - You can definitely assume that if something > was in Flex out of the box - in Royale it is not - Find

Re: MaterialIcon is not taking effect

2020-06-30 Thread Piotr Zarzycki
Royale is all about PAYG [1] - You can definitely assume that if something was in Flex out of the box - in Royale it is not - Find bead which do the job or write one :) If you are doing on App leve binding use js:ApplicationDataBinding If you are doing container data binding use ContainerDataBind

Re: MaterialIcon is not taking effect

2020-06-30 Thread Hugo Ferreira
Databing is so important in the Flex and now Royale world that I thought that we got that, out of the box, but OK. Even so, it did not work. Here's my code: My App.mxml: http://ns.adobe.com/mxml/2009"; xmlns:html="library://ns.apache.org/royale/html" xmlns:j="library://ns.apache.org/royale/jewe

Re: [royale-asjs] branch develop updated: core-IRuntimeSelectableItemRenderer: remove unused interface

2020-06-30 Thread Harbs
FWIW, it looks like the format for [Deprecated] is: [Deprecated(since="...", replacement="...”)] or: [Deprecated(message="...”)] But we really should put together a page with all the acceptable standard metadata tags. > On Jun 30, 2020, at 10:37 AM, Harbs wrote: > > It looks like the docs on

Re: [royale-asjs] branch develop updated: core-IRuntimeSelectableItemRenderer: remove unused interface

2020-06-30 Thread Piotr Zarzycki
Whaat ? They took down specs for AS3?! wt., 30 cze 2020 o 09:38 Harbs napisał(a): > It looks like the docs on AS3 Metadata is no longer live: > http://livedocs.adobe.com/flex/3/html/help.html?content=metadata_3.html > > Alex (or anyone else) do you have a copy of that content anywhere? > > > On

Re: [royale-asjs] branch develop updated: core-IRuntimeSelectableItemRenderer: remove unused interface

2020-06-30 Thread Harbs
It looks like the docs on AS3 Metadata is no longer live: http://livedocs.adobe.com/flex/3/html/help.html?content=metadata_3.html Alex (or anyone else) do you have a copy of that content anywhere? > On Jun 29, 2020, at 7:27 PM, Harbs wrote: > > Great. Thanks! > >> On Jun 29, 2020, at 6:45 PM,