Issue 63854

Summary: can not see the embeded office in the mozilla
Product: App Dev Reporter: fajun_ma <fajun.ma>
Component: apiAssignee: joachim.lingner
Status: CLOSED NOT_AN_OOO_ISSUE QA Contact: issues@api <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: All   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description fajun_ma 2006-03-31 12:07:01 UTC
We wrote a java class named A which extends from the OOoBean class in the 
officebean.jar package. In the A class we wrote a method called newDocument(). 
In the method we invoke super class (OOoBean class) method loadFromURL(). And 
then we wrote a java applet to invoke A`s method newDocument,but we can not see 
the Office component.In fact the office is open, but we can not see it.
However in mircosoft windows os , we can see the office exactly. The classes 
and java applet is the same.
Comment 1 michael.ruess 2006-03-31 12:31:57 UTC
Framework issue.
Comment 2 Olaf Felka 2006-03-31 12:46:40 UTC
@ jl: Something for you?
Comment 3 joachim.lingner 2006-03-31 13:06:17 UTC
The reason may be issue i59783, which will be fixed in OOo2.0.3.
Meanwhile you could use a workaround. Before starting OOo set
SAL_USE_VCLPLUGIN=generic

The office needs of course be started from the same shell.
Comment 4 joachim.lingner 2006-05-19 08:22:43 UTC
fajun_ma does it work when setting SAL_USE_VCLPLUGIN=generic?
Comment 5 joachim.lingner 2006-10-18 08:36:27 UTC
An example is now available in the bean project. Currently it is still on a cws
but you can get it cvs. Check out the project with the tag cws_src680_jl43. Also
this may be interesting for you:
http://wiki.services.openoffice.org/wiki/OOoBean
Comment 6 joachim.lingner 2006-10-18 08:36:52 UTC
.