Issue 63854 - can not see the embeded office in the mozilla
Summary: can not see the embeded office in the mozilla
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Linux, all
: P3 Trivial
Target Milestone: ---
Assignee: joachim.lingner
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-31 12:07 UTC by fajun_ma
Modified: 2013-02-24 21:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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
.