Re: height is zero

2020-03-19 Thread Serkan Taş
Alex, I set an id for the components and set height values for them but still becomes 0. I am going to try to crate a test case and open an issue.                 title="{resourceManager.getString('messages', 'jobSummaryDetailPanel')}" height="{detailPanelDefHeight}" width="100%" visible="fal

Re: Layout advises

2020-03-19 Thread Serkan Taş
I guess it is not only related with the images but with layout in general. 19.03.2020 19:19 tarihinde Alex Harui yazdı: Not sure.  Spark Image looks like it is dispatching the right event, so someone has to debug the layouts and figure out why. To try  a workaround, if you know the height of

Re: Layout advises

2020-03-19 Thread Alex Harui
Not sure. Spark Image looks like it is dispatching the right event, so someone has to debug the layouts and figure out why. To try a workaround, if you know the height of the image, set the height on the Image tag. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Thursday,

Re: Layout advises

2020-03-19 Thread Serkan Taş
How can i fix ? Android için Outlook'u edinin On Thu, Mar 19, 2020 at 6:34 PM +0300, "Alex Harui" wrote: Probably s:Image needs to force a layout of the parent.   From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Thursday, March 19, 2020 at 5:58 AM

Re: height is zero

2020-03-19 Thread Alex Harui
Looks like a bug in Scroller. It should stretch its children. A workaround may be to set height=”100%” or to some value on the child HGroup From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Thursday, March 19, 2020 at 7:19 AM To: "users@royale.apache.org" Subject: height is zero Wh

Re: Layout advises

2020-03-19 Thread Alex Harui
Probably s:Image needs to force a layout of the parent. From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Thursday, March 19, 2020 at 5:58 AM To: "users@royale.apache.org" Subject: Layout advises Hi, I have flex layout like : [cid:image001.png@01D5FDC9.20761100] but getting this f

height is zero

2020-03-19 Thread Serkan Taş
What may be the reason for the to be zero ? So the panel is not visible. Here is the source : http://ns.adobe.com/mxml/2009";                xmlns:s="library://ns.apache.org/royale/spark"                xmlns:mx="library://ns.apache.org/royale/mx"                height="600" width="800"

Layout advises

2020-03-19 Thread Serkan Taş
Hi, I have flex layout like : but getting this for Royale Emulation What am i missing ? Or is have a better way to have this view ? Here is the source : http://ns.adobe.com/mxml/2009";                xmlns:s="library://ns.apache.org/royale/spark"                xmlns:mx="library://ns.

Reminder !

2020-03-19 Thread Serkan Taş
18.03.2020 11:30 tarihinde Serkan Taş yazdı: What do you think Harbs? 17.03.2020 08:53 tarihinde Alex Harui yazdı: I think that may be a valid set of warnings. @Harbs may know better as to whether there are change events in JS XML or not. -Alex *From: *Ser