Changing Default Image Icon

1
Is it possible to change the default image icon to a different image in the system rather than changing each of the image viewers default Icon. I know that you can change the default on each of the images. However when you use a lot of images it means you have to go through and change each of their default images. Is there a way in the system to change the default red x image to something else.
asked
1 answers
1

In the install dir of mendix you could change the image under:

\runtime\mxclientsystem\templatesystem\widget\images\no-image.jpg

This way a new image could be used in all places where the no-image image is used. There might be some size restrictions to get to the correct layout on the screens, but that's a matter of trial and error.

answered