Issue 49835 - OOoBean: Documents not visible.
Summary: OOoBean: Documents not visible.
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: joachim.lingner
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-25 09:32 UTC by joachim.lingner
Modified: 2013-02-24 21:07 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 joachim.lingner 2005-05-25 09:32:37 UTC
Visibility is controlled by OOoBean.aquireSystemWindow and
OOoBean.releaseSystemWindow.

The com.sun.star.comp.beans.LocalSystemWindow uses a java.awt.ComponentListener
to recognize when the OOoBean becomes visible or not. This does not work. If it
would then the aquireSystemWindow and releaseSystemWindow methods would be
obsolete. The current implementation also causes that the office window is not
displayed when it should be.
Comment 1 joachim.lingner 2005-05-26 12:00:15 UTC
.
Comment 2 joachim.lingner 2005-05-30 10:21:02 UTC
.
Comment 3 joachim.lingner 2005-07-19 15:17:07 UTC
.
Comment 4 joachim.lingner 2005-07-22 12:29:08 UTC
.