Page 1 of 1

Showing description of image - Image hotspot

Posted: Fri Sep 27, 2019 6:07 am
by edgar_ali
I am using the skin simplex_V6. I was wondering if there is any way that when you click on the hotspot for images, in addition to show the image and the close button, you can also show the description that you add in the field "description" of the hotspot. Currently it only shows the title of the image when you hover over the hotspot, but when you click on the hotspot, it does not show the description, just show the image.

Re: Showing description of image - Image hotspot

Posted: Fri Sep 27, 2019 1:06 pm
by Tony
Hi,

1. Add a text box to the skin (leave text box empty)
2. Style it eg. Rectangle: Color, border etc. Text: Align, scrollbar etc.
3. Add it to the image_popup container ( I find making it a child of the popup_image works well)
4. Add an action to the 'ht_image' hotspot: Mouse Click | Set Value | $(hd) | (name of your text box)

cheers,

Tony

Re: Showing description of image - Image hotspot

Posted: Mon Sep 30, 2019 4:36 am
by edgar_ali
Mate:

Thanks a lot!!

It works!!!! :D