Issue 46489 - API: toolkit.UnoControlDialog::com::sun::star::awt::XWindow::addWindowListener()
Summary: API: toolkit.UnoControlDialog::com::sun::star::awt::XWindow::addWindowListener()
Status: ACCEPTED
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: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-01 13:11 UTC by chne
Modified: 2013-02-24 21:09 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 chne 2005-04-01 13:11:02 UTC
while calling the method setVisible(false) or setVisible(true) the
XWindowListener::windowResized() was called.
Comment 1 chne 2005-04-01 13:11:50 UTC
To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o toolkit.UnoControlDialog::com::sun::star::awt::XWindow
Comment 2 malte_timmermann 2005-04-01 14:01:46 UTC
It's not a bug:
VCL doesn't call the initial resize event before a Window really becomes visible.
That's why you get the event when calling setVisible().
Comment 3 malte_timmermann 2005-04-04 08:36:56 UTC
re-open, set back to CN
Comment 4 malte_timmermann 2005-04-04 08:37:23 UTC
re-open, set back to CN
Comment 5 chne 2005-04-07 10:36:38 UTC
The concept of the test is to create a dialog and set it visilble. Then the part
of the interface test set the dialog unvisble and visible. In both actions the
wrong listener was called. So this could not be a initialize problem.
Comment 6 malte_timmermann 2005-04-07 11:25:29 UTC
ok, then I will have a look at that...
Comment 7 malte_timmermann 2006-09-18 11:15:24 UTC
...
Comment 8 carsten.driesner 2006-10-04 17:27:43 UTC
cd: Accepted.