Problem enabling markup mode for MS Excel/MS Power Point files
Hi,
I have a java standalone application where I use JVue applet to load file, open markups and print it.
It is working so far for all the file formats, including PDF, MS Word etc.
But for some reason, it does not work for MS Excel (.xlx) and Power Point (.pptx).
After loading file, when I call vueBean.setMarkupEnableMode(true), call never returns. I have VueMarkupListener attached, and onMarkupEvent is never getting called.
Checking the current thread dump shows that 4-5 threads are waiting and locked in com.cimmetry.job.a.run...
Anybody have experience a similar problem? Am I missing any configuration params or so?