I'm new to Oracle Apex and I'm really struggling how to display static images on a desktop application.
I uploaded an image at Shared Components -> Files -> Static Application Files and was given the reference #APP_IMAGES#test.jpg
In my application I then used this reference in the 'source' section by selecting 'item' and then typing #APP_IMAGES#test.jpg in the textbox
When I run the application the image doesn't appear. The regions are visible but no image. I don't even get an error.
I appreciate any help