Mathias Röllig wrote: > Hello Mathias! > >>> Do Until oForm.isLoaded >>> Wait( 100 ) >>> Loop >> >> This has the drawback that it is "busy waiting", costs CPU time and can >> create reentrance problems. But in case there's no listener that allows >> to wait in passive state (don't know that, sorry) it's indeed the only >> chance. > > I can add a LoadListener. But i don't know how to use it. :-( > > The listener can execute a separate sub, but this sub doesn't know the > variables of my sub.
Sorry, "too much subs" error. :-) So you know how to add a listener and how to implement it, right? But your problem is that this listener and so any procedures it might call don't know variables of ... what exactly? Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[EMAIL PROTECTED]". I use it for the OOo lists and only rarely read other mails sent to it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
