Re: Jewel Themes

2021-03-02 Thread Carlos Rovira
Hi, primary themes has the primary and default colors secondary themes has only secondary styles for components that use that since not all use secondary emphasized themes are the same as secondary but for emphasized. Even less components use it. So, using Jewel theme you have all in one, but

Re: Jewel Themes

2021-03-02 Thread David Slotemaker de Bruine
Thanks Bill and Carlos, I understand the emphasis property like "primary", "secondary" or "emphasized". That's not the problem, currently there is NO formatting or styles on the Cards, Application Bar etc. I am guessing because I no longer point to the JewelTheme folder only the

RE: Horizontal Layout - Actionscript

2021-03-02 Thread Bilbosax
Yes, essentially. If that is a List component with a tile layout, then that is what I need. If it is a just a container with objects in it, then that won't work. -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

RE: Horizontal Layout - Actionscript

2021-03-02 Thread Maria Jose Esteve
In this case it is a Jewel List: The itemrenderer ThumbnailItemRenderer.mxml http://ns.adobe.com/mxml/2009; xmlns:j="library://ns.apache.org/royale/jewel" xmlns:js="library://ns.apache.org/royale/basic"

RE: [EXTERNAL] Re: Horizontal Layout - Actionscript

2021-03-02 Thread Brian Raymes
Hi Carlos, More of an FYI regarding the tile layouts, they currently break in a few ways that mess with layout. See images. I haven’t quite figured out the reason, but though you should know. [cid:image001.png@01D70F47.4A477290][cid:image002.png@01D70F47.4A477290] This was achieved by simply

List/DataContainer Animations?

2021-03-02 Thread Brian Raymes
Hi everyone, Does anyone here know of an easy way to add animations to Lists/DataContainers for adds/removes/reordering? For example, given that they are mostly built with the flex box, can something like this be done? https://codepen.io/osublake/pen/dMLQJr Brian

Re: Jewel Themes

2021-03-02 Thread Carlos Rovira
Hi David, I'm checking the nighty and I can see the .css in each theme generated in /src/main/resources/defaults.css so I think you have the CSS to be used directly El mar, 2 mar 2021 a las 13:34, David Slotemaker de Bruine (< dslotema...@vicensvives.com>) escribió: > Hi Carlos, > > In the

RE: Horizontal Layout - Actionscript

2021-03-02 Thread Maria Jose Esteve
Bilbosax, This is what you need? https://drive.google.com/file/d/1oNDPROvJ8wOqW-P-FBpMZHv0E3Qu1jXT/view?usp=sharing Hiedra -Mensaje original- De: Bilbosax Enviado el: lunes, 1 de marzo de 2021 20:45 Para: users@royale.apache.org Asunto: Re: Horizontal Layout - Actionscript Yes, I

Re: Jewel Themes

2021-03-02 Thread David Slotemaker de Bruine
OK, Great. But what does that mean I need to change to get it to compile correctly? On Tue, 2 Mar 2021 at 13:50, Carlos Rovira wrote: > Hi David, > > I'm checking the nighty and I can see the .css in each theme generated in > /src/main/resources/defaults.css > so I think you have the CSS to be

Re: Jewel Themes

2021-03-02 Thread David Slotemaker de Bruine
Hi Carlos, In the compile line I changed "JewelTheme" in the path to "Jewel-Dark-NoFlat-Secondary-Red-Theme" which exists in the SDK directory, but after compiling I get what looks like the basic ApacheRoyal Theme, no colors, just grey datagrid headers and grey comboboxes. Do the themes in the

Re: Jewel Themes

2021-03-02 Thread David Slotemaker de Bruine
https://apache.github.io/royale-docs/features/styles-skins-themes at the bottom. "Jewel Themes" On Tue, 2 Mar 2021 at 10:43, Andrew Wetmore wrote: > Hi, David: > > On what page does that broken link appear? > > Andrew > > On Tue, Mar 2, 2021 at 3:55 AM David Slotemaker de Bruine < >

Re: Jewel Themes

2021-03-02 Thread David Slotemaker de Bruine
Hi Carlos, Thanks for the overview, do you have an example of how to use the -theme compiler argument? I checked here: https://apache.github.io/royale-docs/compiler/compiler-options.html but there is no mention of -theme. Cheers, David On Tue, 2 Mar 2021 at 11:40, Carlos Rovira wrote:

Re: Jewel Themes

2021-03-02 Thread Carlos Rovira
Hi, I use to work with Maven and themes are added as dependencies. So looking at other sources like TDJ, when I build using VSCode & AS3: https://github.com/BowlerHatLLC/vscode-as3mxml/wiki/asconfig.json#theme I get this: MXMLJSC

Re: Jewel Themes

2021-03-02 Thread Andrew Wetmore
Hi, David: On what page does that broken link appear? Andrew On Tue, Mar 2, 2021 at 3:55 AM David Slotemaker de Bruine < dslotema...@vicensvives.com> wrote: > Hi, > > I want to implement Jewel themes like in TDJ. The docs currently point to > a 404 page: > >

Re: Jewel Themes

2021-03-02 Thread Carlos Rovira
Hi David, just fixed the link to jewel themes in docs [1] I'll answer other points as I have more time HTH [1] https://apache.github.io/royale-docs/component-sets/jewel/themes El mar, 2 mar 2021 a las 8:55, David Slotemaker de Bruine (< dslotema...@vicensvives.com>) escribió: > Hi, > > I

Re: Jewel Themes

2021-03-02 Thread Carlos Rovira
Hi David, you use "-theme" compiler option to add one the jewel theme css that gives you primary, secondary and emphasized colors all-in-one or choose a combination of concrete jewel themes one for each of the three colors (separating it with ","). the loadCSS function allows you to override the

Re: Horizontal Layout - Actionscript

2021-03-02 Thread Carlos Rovira
Hi Bill, I built this blog example here: https://royale.apache.org/using-jewel-tilehorizontallayout/ And I'm seeing the tile layout is not initializing as it worked some months ago, so I think there's a regression on it. I need to investigate what's going on El mar, 2 mar 2021 a las 14:48,

Re: Jewel Themes

2021-03-02 Thread Carlos Rovira
Finally to get app in red as the main color use: Jewel-Light-NoFlat-Primary-Red-Theme but choose other two colors for "secondary" and "emphasized" too to get the most of Jewel in theme capabilities El mar, 2 mar 2021 a las 16:59, Carlos Rovira () escribió: > Hi David, > > If you don't use

Re: Jewel Themes

2021-03-02 Thread Carlos Rovira
Hi David, If you don't use JewelTheme you go with a combination of three themes chosen from the 144 themes available (or creating a new one). So regarding this: Jewel-Dark-NoFlat-Secondary-Red-Theme I said "Dark" themes are not ready, so please don't use that yet "Secondary" is complement, but

Re: Jewel Themes

2021-03-02 Thread David Slotemaker de Bruine
Hi again, I compared the default.css in JewelTheme and Jewel-Dark-NoFlat-Secondary-Red-Theme, they both contain different tags. Perhaps I need to have them both in the Compiler line? David On Tue, 2 Mar 2021 at 13:55, David Slotemaker de Bruine < dslotema...@vicensvives.com> wrote: > OK,

Re: Jewel Themes

2021-03-02 Thread Bilbosax
Hi dslotemaker, I certainly am no expert at Royale, but in your components, are you using the "emphasis" property? If you don't, a lot of the default colors in some of the themes are grey. So in a button or combobox, try adding emphasis="primary" to get components with the theme colors you are

RE: Horizontal Layout - Actionscript

2021-03-02 Thread Maria Jose Esteve
Hi Bilbosax, I can't quite understand the background problem ... Can't you customize the item's css style to make it transparent for example? And regarding the layout change, ... do you need this effect [1]? If this works for you, until the THL works as you need, you could assign an HL to the

RE: Horizontal Layout - Actionscript

2021-03-02 Thread Bilbosax
Thanks for the feedback hiedra. When I choose a simple layout like your example, the only problem I run into is the background scrolling along with the content. But I think the problem is bigger. I have a background issue with both the TileHorizontalLayout and the HorizontalLayout for a list as

RE: Horizontal Layout - Actionscript

2021-03-02 Thread Bilbosax
These are all very creative solutions, and if it becomes necessary, I will definitely use one. I've got a couple of weeks until I will need this to go into production and I'm hoping a solution will arise before then. With the background, I actually NEED it all to be white like the list. My app

RE: Horizontal Layout - Actionscript

2021-03-02 Thread Maria Jose Esteve
Hello Bilbosax, if you have a couple of weeks I would also wait. If you need it by then don't worry because you can make the background white without any problem, simply with a custom classname, don't see it as a drawback. Regarding the width there is no problem either, in my example it is like

Re: dts2as (archived) + ECharts

2021-03-02 Thread Yishay Weiss
Hi Ramzan, Yes, I think you mentioned that before. If you can demonstrate how to create echarts typedefs that way that would be awesome. Yishay From: Ramazan Ergüder Bekrek Sent: Monday, March 1, 2021 10:34 AM To: users@royale.apache.org Subject: Re: dts2as