Image not displayed

I have a form with about 6 different images, all with a differnet onAction method. However on 2 images the images are never displayed using web client (ok in smart client) I just get a grey box, if I delete the image and reinsert it into the form without an onAction it displays but as soon as I add the method it greys out and remains greyed out if I remove the onAction method ?

Any ideas suggestions, seems to me its a servoy problem, possible corruption ? I even copied the image, renamed and tried again but still it doesn’t work.

So has anybody got any idea as to why my images disappear and I’m left with a grey box when I add a method such as onAction to the images when using web-client ?

Hi,

It probably has something to do with the showClick property on the image. When enabled it will show up as a button (when you attach a method on it). If you don’t want it to be a button but still want to trigger when you click on it you should disable this showClick property.

Hope this helps.

Excellent, yes that solved it, thanks.