[api-dev] Non modal dialog staying in front ?

2008-08-22 Thread Laurent Godard
Hi all in OOoBasic i have a non modal dialog that is shown using oDlgDossier = loadDialog("dlgDossier") stopDossier = false while not stopDossier wait 20 wend oDlgDossier.setVisible(false) This works fine if i stay always in the same d

Re: [api-dev] Non modal dialog staying in front ?

2008-08-24 Thread Bernard Marcelly
Hi Laurent :) You cannot put a dialog window at front _and_ work with another window : this is not a floating toolbar. A little improvement is to hide the current document window and show the dialog. The dialog window will be visible but of course out of focus if you work on another OOo wind

Re: [api-dev] Non modal dialog staying in front ?

2008-08-28 Thread Laurent Godard
Hi all first thanks to Bernard and its temporary solution Is there any other way as anchor the window like the stylist ? I saw api with sympathic names but want to know if it is possible before digging in it. What about a Java approach with a container ? thanks in advance Laurent -- Lauren