Search results
Search results 1-20 of 297.
Quoted from "klaus.krpano" With the next krpano 1.21 version, which is mainly an update for viewer-side, I'm preparing parallel also a lot for krpano 2.0, which will be mainly a tools-side update. I'd very much appreciate a tools focused update. There's some tools out there, but krpano is still offering the best quality and flexibility - if you know how to code. Making that part easier would be a big deal.
Looks like an issue caused by the security settings in that company. Even basic links without the plugin to those same PDFs which are supposed to open in a new browser tab are opening with the open/save PDF dialogue instead.
Hello, Once in a while I need to show some detail shots in a panorama. Normally I just open the desired image "as is". This seems to work on all devices apart from smartphones, where I need to add e.g. a scale.mobile="0.5" parameter. However, now I need to open a detail shot with further infos. I tried to achieve this by a parent/child layout, where the basic image is the parent element and an additional - clickable - element is located on that image via x/y values. In its basic form, this could...
Hi, I just saw a client open a PDF via the plugIn: It did open via the usual OPEN/DOWNLOAD option window for PDF documents instead of inside the panoramas plugin area. That's not a problem in itself - I suspect some company security settings being responsible for that. But when you open the PDF that way, the panorama is showing the empty background only, with its circling waiting sign, as if it is still trying to open the PDF "inbox". First clicking on the background is closing the plugin as usu...
Hi, I thought it would be of interest to some, that I used a different aproach for some html-links, which I had to include as well. The language folders work nice, but I needed to point the user to some links to web pages in english and german as well. So I used a data: set for the links and included them as follows: (v_lang is being set to "en" or "de" via the switch, e.g. via a dropdown menu) The action: Source code 1 2 3 <action name="a_openlocalizedurl"> openurl('get(data[url_infopoint-%1-%2...
Hi, beside switching between different language content via different folders (https://krpano.com/forum/wbb/index.php?p…&threadID=17499) I need to open different URLs depending on the choosen language. My idea is, to simply use a data: set to store the links. Is it possible to do this? e.g.: Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 ... </data> <data name="url_infopoint-box5startlink-de"> https://.../produkte/beispiel.html </data> <data name="url_infopoint-box5startlink-en"> https...
That's a nice feature indeed. Thank you again!
It works! Nice one, @indexofrefraction and @panoyun! A deep felt Thank you for working this out - I guess this will help many people :-D Yours, Michael
hehe... was just about to write, that I could not make this work. Thank you so much for taking the time anyway. I will try the corrected version now, give me a minute to check this out. Yours, Michael
Sorry guys, for bothering you with the ever basic problems. My scripting knowledge has not really improved over the years. So, here's my problem. I have got a language switch (via the xml combo box) to set a variable to "en" or "de" for english/german language. I did place jpgs in their respective languages into two folders "en" and "de". The idea is, to show the right image to the user depending on the chosen language. Sounds simple. Maybe it is, maybe it isn't, as some would say - I'm no exper...
Quoted from "light_line" the feature was added to the plugin. the update file was sent to your email. That's truely great! Thank you so much :-) Yours, Michael
Very nice plugin, easy to use and helpful developer :-) One feature request, if I might ask for one: Would it be possible to include a title tag for each image when using it as an image gallery? Michael
Just updated a recent project via krpano Tools - the log key option, using the "O" key, does not seem to work any longer? Is there an alternative to that to check for errors? Yours, Michael
Never mind, thank you Klaus.
Hi folks, seems that the GoodReader 5.1.5, VR-mode on iPhone 7, iOS 12.3.1 is not working? Any ideas? Similar to the Safari issue?
"No 'Pre-Release' / 'pr' state anymore." Great
Hm... doesn't this seem to make things even more complicated with iOS 13 then? https://github.com/fartts/superfluity/is…mment-516195028
o-kay... I deleted the url parameter from the original hotspot to check this out. Where it is still working with one condition and tracing a proper url, it only traces me a "hotspot[].url with the other. So I now copied the hotspot itself to be available in a "devices="desktop" and "devices="mobile" version: and voila, the switch conditions are working for both lines now! Thank you so much, Klaus! Yours, Michael
Hi, I'm going nuts with an if condition at the moment. Whatever I do, only the first part of the if condition is accepted and changing the hotspot(flipspot01).url to different values. The else part is leaving the hotspot[flip01].url unchanged to its original value. Why is this? Source code 1 2 3 4 5 6 7 8 if(device.mobile, trace(is mobile); switch(hotspot[flip01].url,stills/flip-big_01.jpg,stills/flip-big_02.jpg,stills/flip-big_03.jpg); , trace(is other); switch(hotspot[flip01].url,stills/flip-s...
I'm waiting for a "non-prerelease" version as so many others, but don't let us rush Klaus into the George R.R. Martin trap "Winds of Winter" are strong down there in Austria at the moment, so we all should be patient. Michael