foex-open-source / fos-image-slider

MIT License
4 stars 4 forks source link

Image Slider based on BLOB Column (instead of URL) shows no images #1

Open guenther-stuerner opened 3 years ago

guenther-stuerner commented 3 years ago

The URL-Option of the image slide works perfect. When I use a table with a blob-column containing the image I could define all needed parameters within APEX, the region shows up but without showing the pictures. The SQL-Query: select FU_ID, FU_FILENAME, FU_MIMETYPE, FU_CHARSET, FU_BEMERKUNGEN, FU_DP_NR, FU_BLOB, FU_LETZTE_AENDERUNG, FU_TITEL from dbms_file_upload where fu_mimetype like '%ima%'

The Attribute setting: grafik

The result: an empty region (without any errors ..)

grafik

Maybe I forgot something. Any hint would be nice. Running my blob-based images in a card region works fine.

Best regards & Thank you very much Günther gstuerner@gmail.com

foex-open-source commented 3 years ago

Hi, thanks for reporting this issue.

Based on your description - no error thrown and it works with a card region - , it's very likely that the problem is not with the BLOB "Column Type", but with the "Region Template". Currently, the plug-in does not support templates that adds multiple wrapper elements around the region, the "Standard" is one of them. (From the attached image, it looks like this is what you're using).

It'll be fixed in the next release!

Until, as a workaround, you could set the plug-in's "Region Template" to "Blank with Attributes" and put that into a region element with "Standard" template.

If it doesn't solve the problem, please create a test case on apex.oracle.com, so we can take closer look at it.

guenther-stuerner commented 3 years ago

It solved the problem. Thank you very much, Vielen Dank Gruß Günther

asamoahtekyi commented 3 years ago

Nice thanks for the help