Setting html content with setContent() does never show images
909505Jan 6 2012 — edited Feb 7 2012I've an application set sets dynamically generated html-content in a webview node by using the webengine.setContent() method. This generated html content uses image-tags.
Here's the problem: the image is not displayed. I tried all variations (absolute url like "http://localhost/c:/test.png" or "file://c:/test.png", relative urls like "test.png" with png in jar-file).
Anyone out there who has a workaround for me? I appreciate any comment.