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 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<mailto:carlos.rov...@codeoscopic.com>
> Sent: Tuesday, February 18, 2020 9:26 AM
> To: users@flex.apache.org<mailto:users@flex.apache.org>;
> us...@royale.apache.org<mailto:us...@royale.apache.org>
> Subject: Re: Jewel DataGrid Column Sizing
>
> Hi Brian,
> still not the right group ;)
> can you upload the image to a service and post the link, can see the image
> thanks
>
> El mar., 18 feb. 2020 a las 1:59, Brian Raymes ( <mailto:brian.ray...@teotech.com>>) escribió:
> My apologies, sent to wrong group. Sending to Royale Users.
>
> From: Brian Raymes  brian.ray...@teotech.com>>
> Sent: Monday, February 17, 2020 4:53 PM
> To: 'users@flex.apache.org<mailto:users@flex.apache.org>' <
> users@flex.apache.org<mailto:users@flex.apache.org>>
> Subject: Jewel DataGrid Column Sizing
>
> 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 as columns, and/or mix/match with pixel widths. What am I missing?
>
> I've been toying with examples within Jewel, and cannot seem to replicate
> the DataGrid that scales.
>
> FYI, I am running the absolute latest as I build the framework from a
> local git clone that I update daily.
>
> This is how it appears with every build:
>
> [cid:image001.png@01D5E5B1.69171470]
>
> Sample code:
>
> xmlns:j="library://ns.apache.org/royale/jewel<
> http://ns.apache.org/royale/jewel>"
>
> 
>
>  id="activityLogDataGrid"
> width="100%"
> dataProvider="{activityLogs}"
> rowHeight="42"
> emphasis="emphasized">
>
> 
>
>  dataField="formattedTimestamp" label="When"/>
>
>  dataField="recipient" label="Recipient"/>
>
>  dataField="duration" label="Duration"/>
>
> 
>
> 
>
> 
>
>
> Any help would be appreciated.
>
> Brian
>
>
> --
>
> [
> https://drive.google.com/a/codeoscopic.com/uc?id=1Mctdl3ft3ZHWiLZWbhx_8K1rlt6NUHjg=download
> ]
>
>
>
> Carlos Rovira
>
> Presidente Ejecutivo
>
> M: +34 607 22 60 05
>
> http://www.codeoscopic.com<http://www.codeoscopic.com/>
>
>
>
> Conócenos en 1 minuto!<https://avant2.es/#video>
>
>
>
> AVISO LEGAL: La información contenida en este correo electrónico, y en su
> caso en los documentos adjuntos, es información privilegiada para uso
> exclusivo de la persona y/o personas a las que va dirigido. No está
> permitido el acceso a este mensaje a cualquier otra persona distinta a los
> indicados. Si Usted no es uno de los destinatarios, cualquier duplicación,
> reproducción, distribución, así como cualquier uso de la información
> contenida en él o cualquiera otra acción u omisión tomada en relación con
> el mismo, está prohibida y puede ser ilegal. En dicho caso, por favor,
> notifíquelo al remitente y proceda a la eliminación de este correo
> electrónico, así como de sus adjuntos si los hubiere. En cumplimiento de la
> legislación española vigente en materia de protección de datos de carácter
> personal y del RGPD 679/2016 le informamos que sus datos están siendo
> objeto de tratamiento por parte de CODEOSCOPIC S.A. con CIFA85677342, con
> la finalidad del mantenimiento y gestión de relaciones comerciales y
> administrativas. La base jurídica del tratamiento es el interés legítimo de
> la empresa. No se prevén cesiones de sus datos, salvo que exista una
> obligación legal. Para ejercitar sus derechos puede dirigirse a CODEOSCOPIC
> S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid (MADRID), o
> bien por email a...@codeoscopic.com<mailto:a...@codeoscopic.com>, con el
> fin de ejercer sus derechos de acceso, rectificación, supresión (derecho al
> olvido), limitación de tratamiento, portabilidad de los datos, oposición, y
> a no ser objeto de decisiones automatizadas, indicando como Asunto:
> “Derechos Ley Protección de Datos”, y adjuntando fotocopia de su DNI.
> Delegado de protección de datos:d...@codeoscopic.com datos%3a...@codeoscopic.com>
>
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira


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<mailto:carlos.rov...@codeoscopic.com>
Sent: Tuesday, February 18, 2020 9:26 AM
To: users@flex.apache.org<mailto:users@flex.apache.org>; 
us...@royale.apache.org<mailto:us...@royale.apache.org>
Subject: Re: Jewel DataGrid Column Sizing

Hi Brian,
still not the right group ;)
can you upload the image to a service and post the link, can see the image
thanks

El mar., 18 feb. 2020 a las 1:59, Brian Raymes 
(mailto:brian.ray...@teotech.com>>) escribió:
My apologies, sent to wrong group. Sending to Royale Users.

From: Brian Raymes mailto:brian.ray...@teotech.com>>
Sent: Monday, February 17, 2020 4:53 PM
To: 'users@flex.apache.org<mailto:users@flex.apache.org>' 
mailto:users@flex.apache.org>>
Subject: Jewel DataGrid Column Sizing

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 
as columns, and/or mix/match with pixel widths. What am I missing?

I've been toying with examples within Jewel, and cannot seem to replicate the 
DataGrid that scales.

FYI, I am running the absolute latest as I build the framework from a local git 
clone that I update daily.

This is how it appears with every build:

[cid:image001.png@01D5E5B1.69171470]

Sample code:

xmlns:j="library://ns.apache.org/royale/jewel<http://ns.apache.org/royale/jewel>"




















Any help would be appreciated.

Brian


--

[https://drive.google.com/a/codeoscopic.com/uc?id=1Mctdl3ft3ZHWiLZWbhx_8K1rlt6NUHjg=download]



Carlos Rovira

Presidente Ejecutivo

M: +34 607 22 60 05

http://www.codeoscopic.com<http://www.codeoscopic.com/>



Conócenos en 1 minuto!<https://avant2.es/#video>



AVISO LEGAL: La información contenida en este correo electrónico, y en su caso 
en los documentos adjuntos, es información privilegiada para uso exclusivo de 
la persona y/o personas a las que va dirigido. No está permitido el acceso a 
este mensaje a cualquier otra persona distinta a los indicados. Si Usted no es 
uno de los destinatarios, cualquier duplicación, reproducción, distribución, 
así como cualquier uso de la información contenida en él o cualquiera otra 
acción u omisión tomada en relación con el mismo, está prohibida y puede ser 
ilegal. En dicho caso, por favor, notifíquelo al remitente y proceda a la 
eliminación de este correo electrónico, así como de sus adjuntos si los 
hubiere. En cumplimiento de la legislación española vigente en materia de 
protección de datos de carácter personal y del RGPD 679/2016 le informamos que 
sus datos están siendo objeto de tratamiento por parte de CODEOSCOPIC S.A. con 
CIFA85677342, con la finalidad del mantenimiento y gestión de relaciones 
comerciales y administrativas. La base jurídica del tratamiento es el interés 
legítimo de la empresa. No se prevén cesiones de sus datos, salvo que exista 
una obligación legal. Para ejercitar sus derechos puede dirigirse a CODEOSCOPIC 
S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid (MADRID), o bien 
por email a...@codeoscopic.com<mailto:a...@codeoscopic.com>, con el fin de 
ejercer sus derechos de acceso, rectificación, supresión (derecho al olvido), 
limitación de tratamiento, portabilidad de los datos, oposición, y a no ser 
objeto de decisiones automatizadas, indicando como Asunto: “Derechos Ley 
Protección de Datos”, y adjuntando fotocopia de su DNI. Delegado de protección 
de datos:d...@codeoscopic.com<mailto:datos%3a...@codeoscopic.com>





Re: Jewel DataGrid Column Sizing

2020-02-17 Thread Carlos Rovira
Hi Brian,
still not the right group ;)
can you upload the image to a service and post the link, can see the image
thanks

El mar., 18 feb. 2020 a las 1:59, Brian Raymes ()
escribió:

> My apologies, sent to wrong group. Sending to Royale Users.
>
> From: Brian Raymes 
> Sent: Monday, February 17, 2020 4:53 PM
> To: 'users@flex.apache.org' 
> Subject: Jewel DataGrid Column Sizing
>
> 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 as columns, and/or mix/match with pixel widths. What am I missing?
>
> I've been toying with examples within Jewel, and cannot seem to replicate
> the DataGrid that scales.
>
> FYI, I am running the absolute latest as I build the framework from a
> local git clone that I update daily.
>
> This is how it appears with every build:
>
> [cid:image001.png@01D5E5B1.69171470]
>
> Sample code:
>
> xmlns:j="library://ns.apache.org/royale/jewel"
>
> 
>
>  id="activityLogDataGrid"
> width="100%"
> dataProvider="{activityLogs}"
> rowHeight="42"
> emphasis="emphasized">
>
> 
>
>  dataField="formattedTimestamp" label="When"/>
>
>  dataField="recipient" label="Recipient"/>
>
>  dataField="duration" label="Duration"/>
>
> 
>
> 
>
> 
>
>
> Any help would be appreciated.
>
> Brian
>


-- 



Carlos Rovira

Presidente Ejecutivo

M: +34 607 22 60 05

http://www.codeoscopic.com


Conócenos en 1 minuto! <https://avant2.es/#video>


AVISO LEGAL: La información contenida en este correo electrónico, y en su
caso en los documentos adjuntos, es información privilegiada para uso
exclusivo de la persona y/o personas a las que va dirigido. No está
permitido el acceso a este mensaje a cualquier otra persona distinta a los
indicados. Si Usted no es uno de los destinatarios, cualquier duplicación,
reproducción, distribución, así como cualquier uso de la información
contenida en él o cualquiera otra acción u omisión tomada en relación con
el mismo, está prohibida y puede ser ilegal. En dicho caso, por favor,
notifíquelo al remitente y proceda a la eliminación de este correo
electrónico, así como de sus adjuntos si los hubiere. En cumplimiento de la
legislación española vigente en materia de protección de datos de carácter
personal y del RGPD 679/2016 le informamos que sus datos están siendo
objeto de tratamiento por parte de CODEOSCOPIC S.A. con CIFA85677342, con
la finalidad del mantenimiento y gestión de relaciones comerciales y
administrativas. La base jurídica del tratamiento es el interés legítimo de
la empresa. No se prevén cesiones de sus datos, salvo que exista una
obligación legal. Para ejercitar sus derechos puede dirigirse a CODEOSCOPIC
S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid (MADRID), o
bien por email a...@codeoscopic.com, con el fin de ejercer sus derechos de
acceso, rectificación, supresión (derecho al olvido), limitación de
tratamiento, portabilidad de los datos, oposición, y a no ser objeto de
decisiones automatizadas, indicando como Asunto: “Derechos Ley Protección
de Datos”, y adjuntando fotocopia de su DNI. Delegado de protección de
datos:d...@codeoscopic.com


RE: Jewel DataGrid Column Sizing

2020-02-17 Thread Brian Raymes
My apologies, sent to wrong group. Sending to Royale Users.

From: Brian Raymes 
Sent: Monday, February 17, 2020 4:53 PM
To: 'users@flex.apache.org' 
Subject: Jewel DataGrid Column Sizing

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 
as columns, and/or mix/match with pixel widths. What am I missing?

I've been toying with examples within Jewel, and cannot seem to replicate the 
DataGrid that scales.

FYI, I am running the absolute latest as I build the framework from a local git 
clone that I update daily.

This is how it appears with every build:

[cid:image001.png@01D5E5B1.69171470]

Sample code:

xmlns:j="library://ns.apache.org/royale/jewel"




















Any help would be appreciated.

Brian


Jewel DataGrid Column Sizing

2020-02-17 Thread Brian Raymes
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 
as columns, and/or mix/match with pixel widths. What am I missing?

I've been toying with examples within Jewel, and cannot seem to replicate the 
DataGrid that scales.

FYI, I am running the absolute latest as I build the framework from a local git 
clone that I update daily.

This is how it appears with every build:

[cid:image001.png@01D5E5B1.69171470]

Sample code:

xmlns:j="library://ns.apache.org/royale/jewel"




















Any help would be appreciated.

Brian