Sie sind nicht angemeldet.

1

Montag, 8. August 2016, 04:40

Is it possible to not show the Fatal Error Message display

Is it possible to not show the Fatal Error Message display? Even if no file load, I don't want to show fatalerror message.

2

Montag, 8. August 2016, 09:52

works only with 1.19pr6 --> check the release notes

3

Mittwoch, 10. August 2016, 05:50

Is it possible to not show the Fatal Error Message display

works only with 1.19pr6 --> check the release notes
Hi, I have used 1.19pr6, but I found no change in use fatalerror(), can you give me an example about how to use fatalerror().my code is down :


<krpano showerrors="false" logkey="true" fatalerror="errorload()">

4

Mittwoch, 10. August 2016, 12:42

there is no fatalerror property for <krpano>
read here http://krpano.com/docu/xml/#krpano

<krpano logkey="false" showerrors="false" debugmode="false">
should hide all errors

5

Donnerstag, 11. August 2016, 11:04

Hi,

hiding or redirecting fatal errors is not possible.

They are what the name say - 'fatal' - in such case the viewer could be in inconsistent and unusable state.

Fatal errors itself are shown on:
- unsupported systems (e.g. trying to use html5 but without webgl or css3d support),
- license errors,
- when the loading of xml files fails,
- and when calling the fatalerror() action.

Best regards,
Klaus