Re: Image references replaced

2020-03-09 Thread Alex Harui
What is the function call issue? I think I’ve lost track somewhere. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Monday, March 9, 2020 at 10:25 PM To: "users@royale.apache.org" Subject: Image references replaced Hi Alex, Greg, After adding copy directive to the build fil

Image references replaced

2020-03-09 Thread Serkan Taş
Hi Alex, Greg, After adding copy directive to the build file the images are copied to a sub folder of js-debug. I made one more change on the image tag. I removed the slash from the the path as below and now the images are displayed. This was the issue preventing the display of images i disco

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-09 Thread Serkan Taş
Just to remind, may be lost during thread 9.03.2020 22:15 tarihinde Serkan Taş yazdı: Forgot to add the note : No exception thrown anyway for the null data. 9.03.2020 22:12 tarihinde Serkan Taş yazdı: Hi Alex, In first stop it is null but I sent you the result of the second stop after re

Fwd: Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-09 Thread Serkan Taş
I tested the image and can say that as Alex told before the problem is with url parsing I guess. For the images the url is not relative to the js files. for here, the url is file:///images/clock1s.png when manually edit the attribute than image is displayed in debug view :

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-09 Thread Serkan Taş
Forgot to add the note : No exception thrown anyway for the null data. 9.03.2020 22:12 tarihinde Serkan Taş yazdı: Hi Alex, In first stop it is null but I sent you the result of the second stop after resuming the execution. So to make it clear here is the first call and call stack: For

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-09 Thread Serkan Taş
Hi Alex, In first stop it is null but I sent you the result of the second stop after resuming the execution. So to make it clear here is the first call and call stack: For the image display as far as i know the images are loaded from url as a class : Here is the code pieces for display

Re: Jewel DataGrid Column Sizing

2020-03-09 Thread Carlos Rovira
Hi Brian, I think width and height issues in Jewel DataGrid are solved with my latest commit. Notice that Piotr signal another problem with Item renderers due to latest changes on initializers that I must still fix, but not related to this one. Please take a look and let me know if you find any