Though the following behaviors were changed after ViewONE 3.1, can we restore the new behavior to old one?
1) When the image file to be shown does not exist: On ViewONE 3.1, the error message box appears. On ViewONE 4.1 or later, the error message is displayed in the viewer.
2) When the javascript function to handle the event of the viewer does not exist: On ViewONE 3.1, the script error is displayed in IE. On ViewONE 4.1 or later, no error is displayed.
Answer by Harumi Itoh (799) | Apr 28, 2017 at 02:11 AM
1) The behavior has improved in this area since the error now displays in the viewer, there is no ambiguity about where the error comes from. So there is no intention to revert this back to 3.1 behavior. You could use event 5 (document opened) or event 61 (document open failed) to display your own error dialog using the JavaScript alert() function. Note that event 61 is only available in 4.0.4 or later. You can refer to the following KnowledgeCenter.
Event handlers and event handling
https://www.ibm.com/support/knowledgecenter/SSTPHR_4.1.5/com.ibm.viewone.configuring/dvojs018.htm
Events IDs and descriptions
https://www.ibm.com/support/knowledgecenter/SSTPHR_4.1.5/com.ibm.viewone.configuring/dvojs020.htm
2) The missing/incorrect event handler function would be considered a programming error and therefore not something that should be exposed to end users so again, this is an improvement over previous behavior. So there is no intention to revert this back to 3.1 behavior. Further information for the programmer would be available by setting the HTML parameter <param name="traceJavascript" value="true"/>
and then inspecting the Java console where a message should appear indicating that the viewer was unable to find the function.
How to set AnnotationBurnURL dynamically in Daeja View 4.1.5? 1 Answer
Why does Daeja Viewer try to connect to Internet while opening a file with Intranet access? 1 Answer
Is there a way to show if a document is signed in Daeja? 1 Answer
The blurriness happens while loading a page in ViewOne Virtual 1 Answer
Virtual Viewer customization - adding a new button using BarButton option 2 Answers