Re: Maven problem compilation.

2020-02-18 Thread De Carli Gustavo
Carlos, I already created a client server project with crux and remoteobject, blazeds and java. Everything is well to adjust something of the crux mvc model, I will read where it recommends saving the results of the requests. In caringorm there was a ModelLocator. Another query, jewel datagrid do n

RE: Jewel DataGrid Column Sizing

2020-02-18 Thread Yishay Weiss
Sorry Carlos, sent too soon. This may or may not be relevant to what Brian is asking, so I don’t want to distract him from your answer. From: Yishay Weiss Sent: Tuesday, February 18, 2020 10:32 PM To: users@royale.apache.org; us...@f

RE: Jewel DataGrid Column Sizing

2020-02-18 Thread Yishay Weiss
Can you mix pixel and percent? E.g mailto:carlosrov...@apache.org> Sent: Tuesday, February 18, 2020 3:36 PM To: users@royale.apache.org; us...@flex.apache.org Subject: Re: Jewel DataGrid Column Sizing Hi Yishay, Brian is using Jewel

Re: Jewel DataGrid Column Sizing

2020-02-18 Thread Carlos Rovira
Hi Brian, the example is very similar to the one in Tour De Jewel here [1] that is working, that uses width 100% for the datagrid, and since no width por columns is specified it defaults to the same proportional width for each column. Did you check TDJ examples? In your image it seems like there'

Re: Jewel DataGrid Column Sizing

2020-02-18 Thread Carlos Rovira
Hi Yishay, Brian is using Jewel DataGrid. The Jewel version is designed to make possible to work with pixel values and with percentage values. I'll respond now what I see in the royale thread thanks El mar., 18 feb. 2020 a las 10:43, Yishay Weiss () escribió: > I think [1] you need to either us

Re: Maven problem compilation.

2020-02-18 Thread De Carli Gustavo
Thanks Carlos, this week we will analyze the cost of migration to crux. regards El lun., 17 feb. 2020 a las 21:12, Carlos Rovira () escribió: > Hi Carli, > > but I though Cairngorm is not already emulated right? So that path is > difficult to follow at this point. > Just let you know that I added

RE: Jewel DataGrid Column Sizing

2020-02-18 Thread Yishay Weiss
I think [1] you need to either use percentages or fixed width. Mixing them is not supported. [1] https://stackoverflow.com/questions/58438995/how-to-set-column-100-width-on-basic-jsdatagrid-on-apache-royale From: Carlos Rovira Sent: Tuesday, February 18, 20

Re: Jewel DataGrid Column Sizing

2020-02-18 Thread Carlos Rovira
Hi Brian, thanks for reporting, I'll take a look El mar., 18 feb. 2020 a las 2:05, Brian Raymes () escribió: > I cannot seem to make the Jewel DataGrid size properly when the width is > set to a percentage. > > > > In Flex 3, it was possible to set the DataGrid’s width to a percentage, as > well