Re: hscroll bar for adg hides the content

2020-06-17 Thread serkan
Actually if the width of the adg cell calculated correctly it would be displayed properly. This is what happens in flex. For the royale, when centering the image group, the images are centered according to a wider area so the view is cropped and not displayed properly. While debugging, image

Re: hscroll bar for adg hides the content

2020-06-17 Thread Alex Harui
Do you want left-justified or centered? I’m guessing the centering happens before the images are loaded and thus the center Is not calculated properly. Image should force a re-layout but maybe it isn’t. HTH, -Alex From: serkan Reply-To: "users@royale.apache.org" Date: Wednesday, June 17, 20

RE: Show an alternate image when the original is not found

2020-06-17 Thread Yishay Weiss
Great. If it’s simpler for you, try first to make it work in your application source, and then if you need help integrating it in the framework, you can ask for our help here. From: Maria Jose Esteve Sent: Wednesday, June 17, 2020 5:41 PM To: users@royale.apache.org

RE: Show an alternate image when the original is not found

2020-06-17 Thread Maria Jose Esteve
I will try and tell you. 😝 Thanks to both of you. Hiedra. De: Carlos Rovira Enviado el: miércoles, 17 de junio de 2020 15:48 Para: users@royale.apache.org Asunto: Re: Show an alternate image when the original is not found Hi Maria Jose, it'd be good to have such bead as Yishay comment. Please

Re: Show an alternate image when the original is not found

2020-06-17 Thread Carlos Rovira
Hi Maria Jose, it'd be good to have such bead as Yishay comment. Please try to make it work and report. If that works add a PR thanks! El mié., 17 jun. 2020 a las 14:22, Yishay Weiss () escribió: > Looking at your solution I would create a bead for image. Something like > (not tested, needs work)

RE: Show an alternate image when the original is not found

2020-06-17 Thread Yishay Weiss
Looking at your solution I would create a bead for image. Something like (not tested, needs work): package { Class ImageAvatarBead implements IBead { … private var _avatarSrc:String; private var _strand:IStrand; public function set avatarUrl(value:String):void { _avatarUrl = value

Show an alternate image when the original is not found

2020-06-17 Thread Maria Jose Esteve
Hi, When you have to put an image that may or may not exist, how do you do it so that it shows an alternative image? We have not found a way to configure this exception in the jewel image control and we have solved it with an html injection directly:

Re: hscroll bar for adg hides the content

2020-06-17 Thread serkan
The issue is related with horizontalCenter="0". After removing the definition the images are left justified. When using images, I think the calculation of the component width is somehow wrong. I am creating an issue. Thanks, Serkan 17.06.2020 07:04 tarihinde Alex Harui yazdı: Looks like H