RE: Incomplete CSS

2022-05-26 Thread Maria Jose Esteve
Para: users@royale.apache.org Asunto: Re: Incomplete CSS I think that’s correct. I would have to examine more source to be more sure, but my time is limited right now. Probably best to try adding something and see if it makes a difference. Good luck, -Alex From: Maria Jose Esteve Reply

Re: Incomplete CSS

2022-05-26 Thread Alex Harui
y 26, 2022 at 4:26 PM To: "users@royale.apache.org" Subject: RE: Incomplete CSS Alex, I will sleep one hour less today ☹ but you gave me a good hint  I wanted to follow. I think I found the selector type list: $ROYALE_COMPILER_HOME$\compiler-jx\src\main\java\org\apache\royale\compile

RE: Incomplete CSS

2022-05-26 Thread Maria Jose Esteve
htmlElementNames = Arrays.asList( "a", "aside", "b", "br", … "u", "ul" ); Am I in the right place? Hiedra De: Alex Harui Enviado el: jueves, 26 de mayo de 2022 23:09 Para: users@

RE: Incomplete CSS

2022-05-26 Thread Maria Jose Esteve
That sounds much better  I want to find some time to look at this and some other unfinished stuff I have pending in the SDK. Thank you Alex Hiedra De: Alex Harui Enviado el: jueves, 26 de mayo de 2022 23:09 Para: users@royale.apache.org Asunto: Re: Incomplete CSS IIRC, the list of standard

Re: Incomplete CSS

2022-05-26 Thread Alex Harui
, -Alex From: Maria Jose Esteve Reply-To: "users@royale.apache.org" Date: Thursday, May 26, 2022 at 2:05 PM To: "users@royale.apache.org" Subject: RE: Incomplete CSS > I think Royale does have a list of standard type selectors it will include in > the output, but tha

RE: Incomplete CSS

2022-05-26 Thread Maria Jose Esteve
ime, I have an auxiliary defaults.css, which I reference directly in the html template, where I put all the styles that are not yet supported. Thx Hiedra De: Alex Harui Enviado el: jueves, 26 de mayo de 2022 21:26 Para: users@royale.apache.org Asunto: Re: Incomplete CSS Royale (and Flex) com

Re: Incomplete CSS

2022-05-26 Thread Alex Harui
it will include in the output, but that list might need updating to include “mark”. HTH, -Alex From: Maria Jose Esteve Reply-To: "users@royale.apache.org" Date: Wednesday, May 25, 2022 at 9:24 AM To: "users@royale.apache.org" Subject: RE: Incomplete CSS In principle n

Re: Incomplete CSS

2022-05-25 Thread Mark
In flex 4.6 I would use this to define specific classes. s|TitleWindow mx|DateField From: Maria Jose Esteve Sent: Wednesday, May 25, 2022 12:42 PM To: users@royale.apache.org Subject: RE: Incomplete CSS I think the compiler doesn't recognize just like it doesn't recognize "nth-ch

RE: Incomplete CSS

2022-05-25 Thread Maria Jose Esteve
Asunto: RE: Incomplete CSS In principle no, because it refers to an HTML Tag [1] (like h1, h3, input, ...), it is not a class. "I have tried it too" and although it does transfer it to App.css it does not work because it is not recognized as the tag ☹ [1] https://www.w3schools.com/tags/

RE: Incomplete CSS

2022-05-25 Thread Maria Jose Esteve
De: Andrew Wetmore Enviado el: miércoles, 25 de mayo de 2022 15:15 Para: users@royale.apache.org Asunto: Re: Incomplete CSS Is "mark" missing the period at the start of the name? On Wed, May 25, 2022 at 8:44 AM Maria Jose Esteve mailto:mjest...@iest.com>> wrote: Hi, I find my

Re: Incomplete CSS

2022-05-25 Thread Andrew Wetmore
Is "mark" missing the period at the start of the name? On Wed, May 25, 2022 at 8:44 AM Maria Jose Esteve wrote: > Hi, I find myself with a problem that I don't know how to solve, and I > thought that, perhaps, some of you have also suffered from it... it is also > possible that I am doing it

Incomplete CSS

2022-05-25 Thread Maria Jose Esteve
Hi, I find myself with a problem that I don't know how to solve, and I thought that, perhaps, some of you have also suffered from it... it is also possible that I am doing it wrong... I have in defaults.css, of the application, all the custom styles: own styles of the application or