> Hello,
> 
> This what I found during tracking the code. Dialogs, (writen by JAVA) created 
> through unobridge, have different timing to call the destructor. That means 
> when JAVA dialogs end. some of those dialogs will not call the Dialog 
> destructor and some will (through the unocontrol). 
> Does anybody know how do I control the timing to do the dispose.(I am not 
> quite fimilar with JAVA) Thanks in advance.
> 
> Chao


Hello again,

Seems I found the where the problem is.  For instance, opened the 
AgendaTemplate.java located at wizards\com\sun\star\wizards\agenda. there is no 
dispose code at all. On the contrary, \wizards\com\sun\star\wizards\form, 
FormWizard.java We can clearly see the dispose code like 
"xComponent.dispose();"   The question is how that kind of dialogs do the tidy 
up. Cheers

Chao

Reply via email to