Re: Datagrid and Item_click

2020-06-09 Thread Nicolas Aguttes
Hello Carlos, Thanks for your answer, you meant that the listener of the itemclick should be put at the column level of my data grid? What I want to achieve is when I click on a line it displays additional information ad when I click again on the same line it hides them Nicolas Le mar. 9 juin

Re: Compiler warnings !

2020-06-09 Thread serkan
I do not like the way but it is really annoying and making hard to find out error cases. I may easily switch back if you can fix. Thanks, Serkan 10.06.2020 00:05 tarihinde Alex Harui yazdı: Up to you.  I will try to find some time to see why “as XML” did not work.  The risk of suppressing

Re: hscroll bar for adg hides the content

2020-06-09 Thread Alex Harui
You can add it to an existing .css file, or add it in an tag From: serkan Date: Tuesday, June 9, 2020 at 10:19 PM To: Alex Harui , "users@royale.apache.org" Subject: Re: hscroll bar for adg hides the content Where should I add css definition ? .MXAdvancedDataGridItemRenderer {

Re: hscroll bar for adg hides the content

2020-06-09 Thread serkan
Where should I add css definition ? .MXAdvancedDataGridItemRenderer {   overflow:none; } Thanks. 9.06.2020 09:55 tarihinde Alex Harui yazdı: Sorry, pushed it to the wrong branch. Hopefully I got it right this time. *From: *serkan *Date: *Monday, June 8, 2020 at 11:52 PM *To:

Re: Compiler warnings !

2020-06-09 Thread Alex Harui
Up to you. I will try to find some time to see why “as XML” did not work. The risk of suppressing a warning is that you might miss an important one. -Alex From: serkan Date: Tuesday, June 9, 2020 at 2:01 PM To: Alex Harui , "users@royale.apache.org" Subject: Re: Compiler warnings ! Hi

Re: Compiler warnings !

2020-06-09 Thread serkan
Hi Alex, I tried both approaches but still get warnings. I may go with compiler option. Thanks, Serkan 9.06.2020 19:19 tarihinde Alex Harui yazdı: I don’t know.  Try “as XML” and see if that solves the problem. *From: *serkan *Date: *Monday, June 8, 2020 at 1:26 PM *To:

Re: Compiler warnings !

2020-06-09 Thread Alex Harui
I don’t know. Try “as XML” and see if that solves the problem. From: serkan Date: Monday, June 8, 2020 at 1:26 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: Compiler warnings ! Actually they are xml objects. SENSORDATA_HOURLY

Re: Datagrid and Item_click

2020-06-09 Thread Carlos Rovira
Hi Nicolas, itemClicked is dispatched in the renderer of each column list that are parts of the DataGrid, but is not exposed to the column or the datagrid. In order to understand what's your need about that low level event can you elaborate? In the column list renderer you can listen for that

Datagrid and Item_click

2020-06-09 Thread Nicolas Aguttes
Hello all, I have a datagrid (jewel) and I saw that there is a "change" event which is fired when a line is selected, but is there a way to handle an itemClick event? Thanks Nicolas

Re: hscroll bar for adg hides the content

2020-06-09 Thread Alex Harui
Sorry, pushed it to the wrong branch. Hopefully I got it right this time. From: serkan Date: Monday, June 8, 2020 at 11:52 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: hscroll bar for adg hides the content i updated repo but no changes related with the issue. your latest commit

Re: hscroll bar for adg hides the content

2020-06-09 Thread serkan
i updated repo but no changes related with the issue. your latest commit is aboud DateChooser. 9.06.2020 06:14 tarihinde Alex Harui yazdı: It depends on which containers are showing scrollbars.  I just pushed a changes so that if it is MXAdvancedDataGridItemRenderer that is the problem, you