Multi-page TIFF viewer
660145Sep 16 2008 — edited Sep 18 2008I'm trying to implement a TIFF viewer in a 10g form,
TIFF's will have multi-pages so I think I can't use
any pre-built commands.
I downloaded a demo of a commercial application
called 'ViewOne Standard' and I'm currently trying
to get that working but have not succeeded yet.
Now Forms itself is a Java Applet, and ViewONE is also an Applet,
I need ViewONE to be integrated within a form, no separate window.
I suspect that the only way to get this working is loading ViewONE
as a Bean within the form, but I'm not sure where to put
the applet 'executables', what to put in the formsweb.cfg
and associated HTM file.
Can this even be done?
Can someone point me to an example of what I'm trying to do,
or let me know if there's a better way to do this.
Thanks