bdd wrote:Many users complain about the fact that in a tour generated by Panotour Pro they can not specify which spots to hide or show, that the only available action hide them all at once.
To be able to group or categorize spots in Panotour Pro interface is a task planned for a future release.
Gérald
copy(mystringforseek, hidetypes);
loop(mystringforseek != '',
indexoftxt(mystringsearchindex, get(mystringforseek), '|', 0);
if(mystringsearchindex GE 0,
subtxt(mystringpart, get(mystringforseek), 0, get(mystringsearchindex));
set(hotspotstyle[get(mystringpart)].visible, false);
set(hotspotstyle[get(mystringpart)].realname, get(mystringpart));
txtadd(mystringsearchtext, get(mystringpart), '|');
txtreplace(mystringforseek, get(mystringsearchtext), '');
,
set(hotspotstyle[get(mystringforseek)].visible, false);
set(hotspotstyle[get(mystringforseek)].realname, get(mystringforseek));
set(mystringforseek, '');
);
);
Hi,Is there a way to make this work?
Using the call actions on tour events plugin you could do that, combined with the hide hotspots action.
Using one of the on tour start actions, set the hotspots you want to be hidden.
<events name="myEvent" keep="true" onTourStart="if(hsdeeplink, alpoShowHotspots(Mykeyword))"/>
http://www.berchtesgaden360.de/pano/01.html?s=pano83&hsdeeplink=true
<events name="myEvent" keep="true" onTourStart="if(hsdeeplink, alpoShowHotspots(Mykeyword); set( events[myEvent].onnewscene, if(hsdeeplink, alpoShowHotspots(Mykeyword)) ))" />
Is it possible to hide polygon hotspots at tour start but only on mobile/touch devices?
Hi, it's possible , but with some xml editing, and it has to be done after every build. You can add show/ hide hotspot action to a Simple button for instance , then in the .._skin.xml copy its onclick action contents to the onclick action of any controll button ( for instance change in controlbar code onclick="setControlModeMoveTo();" change to onclick="alpoHideHotspots(keyword);" ). And remove simple button code (<layer name="button" keep="true" align="center"...../> )Is there any way to have a button Hide/Show Specific Hotspots directly in the ControlBar ?
Alexpopov wrote:Hi, it's possible , but with some xml editing, and it has to be done after every build. You can add show/ hide hotspot action to a Simple button for instance , then in the .._skin.xml copy its onclick action contents to the onclick action of any controll button ( for instance change in controlbar code onclick="setControlModeMoveTo();" change to onclick="alpoHideHotspots(keyword);" ). And remove simple button code (<layer name="button" keep="true" align="center"...../> )Is there any way to have a button Hide/Show Specific Hotspots directly in the ControlBar ?
Users browsing this forum: No registered users and 0 guests