display the hotspot ID

Q&A about the latest versions
Post Reply
AScheiblecker
Posts: 14
Joined: Thu Dec 27, 2018 11:28 am

Is it possible to show the hotspod ID in a info box ?

best regards

andreas
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Andreas,
Not a hotspot ID.
What are you trying to do?
Maybe there is a different way to do what you want.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
AScheiblecker
Posts: 14
Joined: Thu Dec 27, 2018 11:28 am

dear hopi,

i have several hotspots with info boxes. i need to show different titels and different descriptions but
i also have a code (like this: whdfBB1) to display for each infobox. in my case i used it for the hotspot id.
the client want the code to apear in the botton left corner of the infobox. for this i can´t just write the code in the
description, except there is a html code which set the code on the end of the textbox ?


best regards

andreas
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Andreas,
You can utilise the Target text box, as you will not be using this enter your text here.

Screenshot 2019-09-06 at 17.50.16.png
Screenshot 2019-09-06 at 17.50.16.png (51.95 KiB) Viewed 4141 times

A text box with the placeholder $(ht) will then display it.

Screenshot 2019-09-06 at 17.47.24.png
Screenshot 2019-09-06 at 17.47.24.png (198.32 KiB) Viewed 4141 times

Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
AScheiblecker
Posts: 14
Joined: Thu Dec 27, 2018 11:28 am

thank´s ! :D
AScheiblecker
Posts: 14
Joined: Thu Dec 27, 2018 11:28 am

hm, unfortunately it´s not working as i want. it will show up only when the mouse is over the hotspot.
any hints to show it allways ? but the tooltip for the title should only apear by mouseover.
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
Add the action to the hotspot template:
mouse enter, set value, $(ht), text box.
The information is then written into the text box and no longer requires the mouse to be over the point hotspot.
What I would do to tidy this up is on popup close add an action:
mouse click, set value, , text box.
So leave the value blank so it "unloads" the text ready for the next point hotspot.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
AScheiblecker
Posts: 14
Joined: Thu Dec 27, 2018 11:28 am

perfect thanks ! :)
Post Reply