The answer is in the question ...
If you need more support send me an email jerome [at] 360images.fr
Thank you. It happens when you leave a space in the action code. Actually, it would be good if there was a pulse option in the settings.
The answer is in the question ...
If you need more support send me an email jerome [at] 360images.fr
Thank you. It happens when you leave a space in the action code. Actually, it would be good if there was a pulse option in the settings.
set the border to the right :
callout_bg_border="0,2,0,0"
Hello,
I'm rotating my panorama with this code:
set(image.prealign, calc(global.current_x + '|' + global.current_y + '|' + global.current_z));
The callouts does not follow the rotation. Is it possible to make the callouts rotate with the image?
Like any other hotspots, use prealign="true"
krpano.com - Documentation - XML Reference
Ah, that was easy, thanks! But I see another problem. The callouts follow the picture but they won't open anymore. It seems like center of screen shift to other pisition. Can this be solved?
You could apply this fix :
Sorry this does not work for me. My picture is rotating around z-axis.
Could you rotate the area which is considered to be center of screen when prealign="true" ?
as mentioned by Klaus this workaround works only for horizontal/north prealign adjustments
How to make the callouts open when the image is prealigned on z-axis?
wrong post...sorry
I am planning to use krpano callout plugin and I have a problem that I need to test its functionality to see if it is visible and useful for my project but when I download the trial version from https://krpano.com/plugins/userplugins/callouthotspots/
I have done all the steps but the hostpost still does not show up as a call out is it because I do not have the plugin key is there any way to test it without the key
Thanks!
You don't need to have a key to test it, it will just add a watermark.
Something might be wrong in your code, send a link
Hello,
I’m facing an issue when using the Callout plugin in krpano.
My questions are:
This is my action :
<action name="create-callout-anotation">
callwhen(loadcomplete,
addhotspot('callout-%1');
hotspot['callout-%1'].loadstyle('callout');
set(hotspot['callout-%1'].ath, %2);
set(hotspot['callout-%1'].atv, %3);
set(hotspot['callout-%1'].animation, center_screen);
set(hotspot['callout-%1'].content, %4);
set(hotspot['callout-%1'].enabled, true);
set(hotspot['callout-%1'].capture, true);
set(hotspot['callout-%1'].visible, %5);
set(hotspot['callout-%1'].renderer, 'css3d');
set(hotspot['callout-%1'].onclick,
if(islocked,
js(handle_click_annotation(%1));
);
);
set(hotspot['callout-%1'].ondown,
callout_memo_drag(%1);
);
set(hotspot['callout-%1'].onup,
if(islocked,
drop_hotspot();
js(handle_drag_end(%1,'callout'));
);
);
);
</action>
I’d really appreciate your guidance on how to resolve this.
Thank you!
after changing any vars try caling onloaded.
hotspot['callout-%1'].onloaded
I'm not quite sure what you mean by a "callout" in this context, but if you check out the third panorama in this tour: https://www.vtsw.uk/vt/ld/ it may be relevant to you. This is how I have managed to let people click a hotspot on something, then hear the audio related to the item they've clicked. Okay, the hotspot is disappearing, not appearing, when clicked, but you could change that to show something rather than hiding it.
I'm sorry,
I tried calling onloaded after calling all the necessary parameters but when I make changes to its content and reload it. Note that I deleted the hostpost and added it again but it only shows a single white dot like the image and no animation happens like before editing.
The second photo is the photo before editing, it still has the animation as usual, but when editing the content, I call remove hostpost and add it again with new content, it only shows a white dot until I reload the page.
send me an email with a link to your project
a private email sended please check it thank you so much. my email is linhnd@btc-studio.io
Hello, I just experienced your San Francisco tour and I’m very impressed with how you added the callout hotspots for the buildings in the tour. As someone who has purchased and used the Call Out Hotspot for quite some time, may I ask if I could reference how you implemented it?
Do I need to update to the new version of Call Out Hotspot in order to do that?
Link: https://www.360images.fr/3dgs/san-francisco-3dgs.html
Don’t have an account yet? Register yourself now and be a part of our community!