Hi, yesterday I made a PR of the ErrorImage bead for controls that implement IImage. I just made another PR for the controls that contain an image but it's not its main element, like the ImageButton. The Basic / Jewel ImageButton controls do not share any standard interface for the image, but the Basic ImageButton contains the _imageElement property to save it. What I propose is to make this public prority and add it to Jewel ImageButton. Maybe there is some common interface or some way to refer to the img wrapper ...
I will read your comments in the PR. On the other hand, I have a PR prepared with a common ErrorImage bead for IImage controls and ImageButtons ... how do you see it? (It is a mixture of the two previous PR) Thank you. Hiedra -----Mensaje original----- De: Maria Jose Esteve Enviado el: miércoles, 1 de julio de 2020 20:06 Para: [email protected] Asunto: RE: Image, does not flush when link value is null or blank Hi Carlos, I did not fully understand you. I'm going to mount the PR along this line, but first I want to see if I can spend a little more time on the ErrorImage bead and make it compatible with controls that have an 'img' element. Thanks. Hiedra. -----Mensaje original----- De: Carlos Rovira <[email protected]> Enviado el: miércoles, 1 de julio de 2020 10:32 Para: Apache Royale Development <[email protected]> Asunto: Re: Image, does not flush when link value is null or blank Hi Maria Jose, El mié., 1 jul. 2020 a las 2:06, Maria Jose Esteve (<[email protected]>) escribió: > Why not use the same bead ErrorImage to detect the "" / null and be > able to assign the alternate image if desired? > > yeah! That was what I wanted to say in previous emails. So +1 After your PR is merged I can check it and see if I can add some default image in the jewel case, but that's something for later :) > -- > Carlos Rovira > http://about.me/carlosrovira > > > >
