won't refresh object

Q&A about the latest versions
Post Reply
zoomhome
Posts: 88
Joined: Wed Sep 24, 2008 9:40 pm

I finally have two spinning objects opening in my pano but have a strange situation with each. The will both only opening the first time (click) (html5) then will not open again when closed and then clicked the second time. http://www.zoomhome.com/1

(click on two hotspots near range)

Using Mouse click - set element scale - 1 - calling the object holder
Mouse click - set text - <iframe width="439" height="334" src="object/vent.html" frameborder="0"></iframe> - calling object in object holder

Russ Addie
Zoomhome
User avatar
Hopki
Gnome
Posts: 13029
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi
The close button, does it set text to be blank?
Does the hotspot have a set text action?
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/
zoomhome
Posts: 88
Joined: Wed Sep 24, 2008 9:40 pm

Included two screen grabs. Think they are the same as your examples.

Russ
Attachments
set_text2.jpg
set_text2.jpg (28.99 KiB) Viewed 3725 times
set_text.jpg
set_text.jpg (30.32 KiB) Viewed 3725 times
User avatar
Hopki
Gnome
Posts: 13029
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Russ
In the two screenshots the Set text Target is different?
Can you post or send me your project?
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/
zoomhome
Posts: 88
Joined: Wed Sep 24, 2008 9:40 pm

Yeah I know they are different I saw that after I posted. One is from one spin the other is from the second one.

Russ
Attachments
skin_flash.ggsk
(13.6 KiB) Downloaded 178 times
skin_html5.ggsk
(11.63 KiB) Downloaded 185 times
coastal.p2vr
(8.64 KiB) Downloaded 176 times
User avatar
Hopki
Gnome
Posts: 13029
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Humm,
1) The close button in object_range is setting the text to object_range and not the text box object_range_5
2) The close button in object_vent is setting the text to object_vent and not the text box object_vent_5

That should get you going, but without all your files I can not test, for tiding up I would do the following:

1) You are using the same ID for to many elements, e.g:
Hotspot template = hs_object_vent
Hotspot image = hs_object_vent
Point Hotspot ID = hs_object_vent

Try using:
Hotspot template = hs_vent
Hotspot image = hs_vent_image
Point Hotspot ID = object_vent

2) Remove Hotspot Proxy ID from hotspot images, they are not needed.

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/
zoomhome
Posts: 88
Joined: Wed Sep 24, 2008 9:40 pm

Thanks, that did it. I guess I was calling the frame holding the items and not the actual item.

Russ
Post Reply