Re: Change CheckBox text color

2020-08-11 Thread Hugo Ferreira
Hi Carlos, It worked. Thank you very much. Carlos Rovira escreveu no dia terça, 11/08/2020 à(s) 19:43: > Hi Hugo, > > To change *all* Checkboxes, in mxml (you can add to external css like we do > in TDJ or other examples, but to show other valid way too): > > > @namespace

Re: FormItem label on top

2020-08-11 Thread Hugo Ferreira
Good to know. Thank you for your work. Carlos Rovira escreveu no dia terça, 11/08/2020 à(s) 19:36: > Hi Hugo, > > is on my plate to make jewel form and form items more flexible to adopt > different layouts easily and to make it work better on different screens > and adapt to

Re: Change CheckBox text color

2020-08-11 Thread Carlos Rovira
Hi Hugo, To change *all* Checkboxes, in mxml (you can add to external css like we do in TDJ or other examples, but to show other valid way too): @namespace "http://www.w3.org/1999/xhtml;; .jewel.checkbox span { color: red; } To change only one component: .jewel.checkbox.redLabel span {

Re: FormItem label on top

2020-08-11 Thread Carlos Rovira
Hi Hugo, is on my plate to make jewel form and form items more flexible to adopt different layouts easily and to make it work better on different screens and adapt to mobile->tablet->desktop I think I'm ready now with the current infrastructure I build in the latest months, so hope to start very

Re: Declaring ArrayList in mxml

2020-08-11 Thread Carlos Rovira
Hi Harbs, I added DefaultProperty to ArrayList (source) and Jewel List (dataProvider) and now next code is working. So cool :) El mar., 11 ago. 2020 a las 19:36, Harbs () escribió: > ArrayList does not declare a default property, so that’s not going to > work. It could be we should add

Re: Declaring ArrayList in mxml

2020-08-11 Thread Harbs
ArrayList does not declare a default property, so that’s not going to work. It could be we should add that, but in the meantime, you probably need something like this (completely untested and probably has typos): > On Aug 11, 2020, at 2:50 PM, Carlos Rovira wrote: > > Hi, > > I

Re: Gecko plugin on new server

2020-08-11 Thread Christofer Dutz
Hi Piotr, The windows agents are now started differently, therefore no longer an interactive user session is available. So even if you installed the geckodriver, it wouldn't be able to run anymore. So the options are: 1) Disable the test (not ideal) 2) Port the test to a framework that is able

Re: Gecko plugin on new server

2020-08-11 Thread Piotr Zarzycki
Thanks Chris I will read it. My question remains anyone know what should I install on machine to move forward? On Tue, Aug 11, 2020, 6:53 PM Christofer Dutz wrote: > So the discussion I was referring to was this one: > > >

Re: Gecko plugin on new server

2020-08-11 Thread Christofer Dutz
So the discussion I was referring to was this one: https://lists.apache.org/thread.html/r8c971418756b3be47175854b512d4b0b3b28a740b73f1990696eef23%40%3Cdev.royale.apache.org%3E I suggested to give cypress.io a try. Chris Am 11.08.20, 18:50 schrieb "Christofer Dutz" : I don't remember the

Re: Gecko plugin on new server

2020-08-11 Thread Christofer Dutz
I don't remember the thread and exactly when, but I posted some possible options then. So I thought, if you could happen to dig out the issue, there might be some answers. But don't bother ... I'll do the search. Chris Am 11.08.20, 17:48 schrieb "Piotr Zarzycki" : Hi Chris, How

Re: Gecko plugin on new server

2020-08-11 Thread Piotr Zarzycki
Hi Chris, How is this help to resolve the issue ? wt., 11 sie 2020 o 17:34 Christofer Dutz napisał(a): > Hi Piotr, > > that was why I suggested to change the web-driver framework to one that > doesn't require an agent like that. > > Chris > > > Am 11.08.20, 16:59 schrieb "Piotr Zarzycki" : >

Re: Gecko plugin on new server

2020-08-11 Thread Christofer Dutz
Hi Piotr, that was why I suggested to change the web-driver framework to one that doesn't require an agent like that. Chris Am 11.08.20, 16:59 schrieb "Piotr Zarzycki" : Hi Guys, Does anyone know what plugin should be installed in order to overcome this issue [1] - Our build on

Change CheckBox text color

2020-08-11 Thread Hugo Ferreira
How to change the text color of a Jewel CheckBox ?

Gecko plugin on new server

2020-08-11 Thread Piotr Zarzycki
Hi Guys, Does anyone know what plugin should be installed in order to overcome this issue [1] - Our build on new server is failing. I see gecko, but I'm not entirely sure what should I put in jira as a installation request. [1] https://ci-builds.apache.org/job/Royale/job/Royale-asjs/11/console

Re: FormItem label on top

2020-08-11 Thread Hugo Ferreira
Yes, please. Thank you very much. Piotr Zarzycki escreveu no dia terça, 11/08/2020 à(s) 14:56: > Hugo, > > If you want I can send you off the list beads and views which handle that > problem. I wrote something like that to handle this. > > Thanks, > Piotr > > wt., 11 sie 2020 o 15:34 Hugo

Re: FormItem label on top

2020-08-11 Thread Piotr Zarzycki
Hugo, If you want I can send you off the list beads and views which handle that problem. I wrote something like that to handle this. Thanks, Piotr wt., 11 sie 2020 o 15:34 Hugo Ferreira napisał(a): > Hi Piotr, > > Jewel. > > Piotr Zarzycki escreveu no dia terça, > 11/08/2020 à(s) 14:26: > >

Re: FormItem label on top

2020-08-11 Thread Hugo Ferreira
Hi Piotr, Jewel. Piotr Zarzycki escreveu no dia terça, 11/08/2020 à(s) 14:26: > Hi Hugo, > > Which FormItem are you referring to ? Basic, Jewel ? > > wt., 11 sie 2020 o 15:12 Hugo Ferreira > napisał(a): > > > There is any property, bead or css style that puts the FormItem label on > > the top

Re: FormItem label on top

2020-08-11 Thread Piotr Zarzycki
Hi Hugo, Which FormItem are you referring to ? Basic, Jewel ? wt., 11 sie 2020 o 15:12 Hugo Ferreira napisał(a): > There is any property, bead or css style that puts the FormItem label on > the top of the component instead of left ? > > What we have: > > My Label 1 My TextInput 1 > > What I

FormItem label on top

2020-08-11 Thread Hugo Ferreira
There is any property, bead or css style that puts the FormItem label on the top of the component instead of left ? What we have: My Label 1 My TextInput 1 What I would like: My Label1 My TextInput 1

Re: labelField vs dataField (Fwd: mx:advancedDataGridColumn labelFunction emulation with jewel datagrid)

2020-08-11 Thread Carlos Rovira
Hi Yishay, check this image [1] are the occurrences of dataField in Basic marked in red are what I think are the real uses of dataField, that are using really labelField. Then you can see more code in interfaces and beads that seems not used, or that can be tuned for remove of "dataField"

Declaring ArrayList in mxml

2020-08-11 Thread Carlos Rovira
Hi, I was trying to declare Arrayist in the following way like we used to do in Flex for ArrayCollection [1] was I think is not possible: Do you know if this is possible and maybe I'm doing something wrong in the declaration? or maybe we have support in compiler for this? Thanks [1]

Re: labelField vs dataField (Fwd: mx:advancedDataGridColumn labelFunction emulation with jewel datagrid)

2020-08-11 Thread Carlos Rovira
Hi Yishay, no. MX/SPARK had a dataField, so I think that's needed for emulation in MXRoyale. I refer to BASIC. For what I read from Alex while looking at the right way to do labelFunction we talked about "labelField" as the Basic API. But there's a DataFieldProviderBead that, at least in Jewel,

RE: labelField vs dataField (Fwd: mx:advancedDataGridColumn labelFunction emulation with jewel datagrid)

2020-08-11 Thread Yishay Weiss
Are you talking about AdvancedDataGridColumn.dataField? From: Carlos Rovira Sent: Monday, August 10, 2020 6:36 PM To: Apache Royale Development Subject: labelField vs dataField (Fwd: mx:advancedDataGridColumn labelFunction emulation