Suchergebnisse
Suchergebnisse 1-4 von insgesamt 4.
Zitat von »klaus.krpano« That's normal - the switch action will only switch step-by-step through the given values. When the current value isn't listed in the list of switch values, then nothing will be happen. Your response here makes sense, and answers my second question. However, there is still an issue with switch command. When a switch command's variable is 1.0, the command stops functioning after 1.0 is called. This works: Quellcode 1 <plugin name="scale-work" url="scale-work.jpg" scale="0...
Help me understand. I am having issues with using the switch command. I'm trying to get an icon (plugin[info]) to switch scale on multiple clicks. With the code below, it will switch from the original scale (0.5) to the first variable (1.0) on the first click. On the second click, it does not switch to the second variable. Another oddity, If I change ANY value - i.e. original scale value, switch command's first or second variable - the command does not work at all. Using krpano 1.0.8.15 Quellcod...
Note: This problem only happens if the second hotspot image starts out as visible="false" If visible="true", the problem does not occur, everything works as it should. Any suggestions? Thanks
This is my problem: I'm trying to create a loop between two graphics. You click the first image, it becomes invisible and makes the second visible. You click the second image, and it becomes invisible and makes the first visible again. This works great on desktop, but on tablets, the second image does not become visible. It is, however, still clickable, and any other functions assigned to it still work. I have tested on iPad 1, iPad 2, and Galaxy Tab 2 - the problem is consistent. What is causin...