This is the discussion thread for the Tooltip plugin.
Original thread: link.
This is the discussion thread for the Tooltip plugin.
Original thread: link.
I published a little update to the plugin and its documentation:
- Fixed a bug that caused the plugin to appears double in size in retina iPads and similar devices (it was actually fixed a months ago but I'm just now updating it here).
- Fixed a couple of minor edge case bugs.
- Made a couple of small improvements to the docs.
I'd pick this up with one change..
If the tool tip would be off the screen to change the offset.
Like if a hotspot is up top and your tooltip would be above the hotspot make it be below instead so that it can be seen.
Good call, thanks for the suggestion.
I thought of that at the moment but never got back to it, I realize it can be a deal–breaker if you have buttons at the top.
I'll see what I can do.
Hi,
I am trying to use the tooltip plugin to add tooltips to the navigation thumbnails. Ideally I would like to be able to via javascript, but I can't get any tooltips to work that way. I have only had success by setting tooltips in the xml files.
So for the thumbnails, I have tried modifying my vtourskin.xml so that where the thumbs are added, "skin_addthumbs", I add the following two lines to the for loop:
set(layer[get(thumbname)].style, 'hotspot|tooltip');
set(layer[get(thumbname)].tooltip, thumbname);
Any advice on how to get this to work would be greatly appreciated.
I was just using my hotspot style because I didn't want to create a new style until after I got some semblance of tooltip popping up.
Oddly, neither of those worked for me (I had tried one of those before asking for help. Didn't think of the copy one). So it's nice to know I was on the right track. Not so nice it still doesn't work :( I have included tooltip.xml in my tour.xml and I am sure it works because of the hotspot tooltips. I have left the tooltips_thumbs="true" even though I have no idea what that does, as I cannot find any documentation on skin_settings. I also set height/width/crop of the thumbs, but figure that shouldn't interfere.
Is there something else I may have been missing?
Runs plug with panoramas of Panotour Pro?
Is there a simple way to show the tooltips on a hotspot all the time?
I have looked at thesolution here but cannot get it to work with your tooltips plugin.
Thanks
mike
Is there a simple way to show the tooltips on a hotspot all the time?
I have looked at thesolution here
tooltips hotspots to display text all time
but cannot get it to work with your tooltips plugin.
Thanks
mike
Will this plugin work in Panotour Pro, please?
Hello! Is it possible to make the Tooltip Plugin displayed continuously? Or so that on the computer there are flashing wait and a constant display on the touchscreen?
Hi
The tooltip plugin dont shows me onhover at firefox.
Only onclick shows me the tooltip.
Problem only on firefox 57.0.3 tested on win10.
Best
Peter
NOT COMPATIBLE IN VR MODE
could you share the source it you don't plan to upgrade please?
Thanks
hi. i made a plugin that puts the hotspot's-name under every hotspot as a textfield automatically.
like the tooltip is visible always an clickable if you want to.
textfield can be edited of course.
simple integration.
works also in VR and smartphone, or touch devices.
DEMO_TOUR_EXAMPLE
would that help you? or do you need something else?
I often use that code in order to set the transparency angle for my hotspot:
<settings transparent_angle="45"/>
<events name="transparent_active" keep="true" onviewchanged="transparent_active"/>
<action name="transparent_active" scope="local">
getlooktodistance(current_angle, hotspot[logo].ath, hotspot[logo].atv);
clamp(current_angle, 0, get(settings.transparent_angle));
set(current_angle_90, calc( current_angle * (90 / settings.transparent_angle) ));
set(current_angle_90_rad, calc( current_angle_90 / 180 * Math.PI ));
if(current_angle_90 LT 90,
Math.cos(transparent_coeff, current_angle_90_rad);
,
set(transparent_coeff, 0);
);
set(hotspot[logo].alpha, get(transparent_coeff));
trace(hotspot[logo].alpha);
</action>
Display More
I all my Tour works without problems, but I have noticed that if I add the Tooltip plugin there is some conflict between the codes and my hotspots remains invisible, no matter which value of transparency I insert...
Can someone give me an help , please?
Thanks
Luca
We have just purchased the plugin, and after we have included it in our project and uploaded the plugin files, we get the following error
.
Googling the error brought up the following thread: http://thread
So, we wonder if the abs.js plugin might not be still compatible with the latest versions of krpano.
If that's not the case, what might be the reason for the error we get?
Many thanks
Robin
Don’t have an account yet? Register yourself now and be a part of our community!