You are not logged in.

Search results

Search results 1-20 of 297.

Tuesday, December 13th 2022, 4:41pm

Author: mstoss

krpano 1.20.11

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.

Monday, May 11th 2020, 7:11pm

Author: mstoss

Easy HTML Lightbox Plugin

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.

Sunday, May 10th 2020, 2:28pm

Author: mstoss

(SOLVED) Basic question: image map style scaling

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...

Friday, May 8th 2020, 10:17am

Author: mstoss

Issue with PDFs

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...

Monday, May 4th 2020, 7:15pm

Author: mstoss

SOLVED: Language switch via language folders or data:

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...

Thursday, April 30th 2020, 3:16pm

Author: mstoss

Language switch via data: ?

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...

Monday, April 27th 2020, 11:14am

Author: mstoss

SOLVED: Language switch via language folders or data:

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

Monday, April 27th 2020, 11:03am

Author: mstoss

SOLVED: Language switch via language folders or data:

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

Sunday, April 26th 2020, 10:49pm

Author: mstoss

SOLVED: Language switch via language folders or data:

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...

Wednesday, October 16th 2019, 2:43pm

Author: mstoss

Easy HTML Lightbox Plugin

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

Thursday, October 10th 2019, 1:53am

Author: mstoss

Easy HTML Lightbox Plugin

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

Friday, September 6th 2019, 11:59pm

Author: mstoss

What happend to the log key option?

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

Wednesday, September 4th 2019, 12:56pm

Author: mstoss

GoodReader in VR-mode iPhone 7, iOS 12.3.1

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?

Tuesday, September 3rd 2019, 4:37pm

Author: mstoss

krpano 1.20

"No 'Pre-Release' / 'pr' state anymore." Great

Thursday, August 29th 2019, 1:45pm

Author: mstoss

accelerometer/gyroscope sensor access disabled -> will Cardboard VR still work on iOS 12.2?

Hm... doesn't this seem to make things even more complicated with iOS 13 then? https://github.com/fartts/superfluity/is…mment-516195028

Friday, January 18th 2019, 1:56pm

Author: mstoss

if - else again (SOLVED)

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

Tuesday, January 15th 2019, 4:40pm

Author: mstoss

if - else again (SOLVED)

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...

Tuesday, January 15th 2019, 4:30pm

Author: mstoss

When will release new version?

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