Suchergebnisse
Suchergebnisse 1-16 von insgesamt 16.
I used to use convert tools under windows operating system. Now I want to use it under linux. When I use linux-version krpanotools to convert my images to multires image, the tools does work, but the target images contain watermark. I don't know how to register my license in linux. furthermore, when i run krpano Tools in linux, it tips that GLIBC 2.14 ,2.15, version GLIBCXX_3.4.15 not found(required by ./krpano Tools) What is the problem?
Yes, It is just the problem. Thanks
I want to optionally hide / show the arrows . I add the visibility attribute in the arrow styles as "visible='false'". But it shows like the attached image shows. How to resolve it?
HI , I have a style such as <style type="text/css"> .box{ border:1px solid #f60; width:100px; height:100px; margin:0 auto; -webkit-border-radius:150px; -moz-border-radius:50px; -o-border-radius:50px; border-radius:50px; rotateZ: 40deg; } I want to use it in krpano XML <style> tag. I write it as <style name="box" border="1px solid #f60" width="100px" height="100px" border-radius="50px" ...../> But it is useless. What is the problem?
The Krpano now supports polygon hotspot using HTML5. Are there any way to draw a circle hotspot? Given all coordinate for a circle is difficult.
I find that the map plug-in does not support onclick event (the spot support this event). How can I get the clicked place on the map?
I have bought the krpano map -plug-in license. It listed that it includes two kinds of plug-in, on for bing map and another is for google map. How to active both the plug-ins. Furthermore, there are no example for google map. There are only the example for the usage of bing maps
Thanks a lot!! It is just the right thing I need. You are so nice.
I want to list some checkbox on the pano. In html, it can be write as <input type='checkbox' name ='box1'/><input type='checkbox' name='box2'/><input type='checkbox' type='box3'/> I do not want to use the combo box plug-in. Because it only allows one selected item.
I modified the style in the tour.xml <style name="arrowspot1" url="tour.data/graphics/pfeil1.png" zoom="false" distorted="true" alpha="0.0" />, It still does not work. Is it a bug?
<hotspot name="direction0" style="arrowstyle" zoom="false" keep="true" visible="true" enabled="false" devices="all"/> It does not work. The hotspot still zoom-in and out. What is the matter?
Sir, when zoom-in or out the pano image, the corresponding hot spots turn into very big or very small, how can I get a fixed size hot spot.
Hi, I update the KRPano to the newest 1.17.5. But the license does not work with this version( We use the flash version of KRPano). The watermark still exists. What is matter with this problem?
I need to lay some polygonal hot spot on the pano. Does the new HTML5 version support the polygonal hot spot?
Like Mr Umalo very much. There are another question. How to lay a 3D arrow arrow on the pano. In current examples, there are only flat arrows.
I want to show the mouse'coordinate when mouse move. How can I do? Further more, if it can dynamically draw a line between point mouse clicked and point mouse move on?