Re: [api-dev] Waiting for a document load and for a form load

2007-05-31 Thread Mathias Röllig
Am 29.05.2007 18:56 schrieb Mathias Bauer: 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

Re: [api-dev] Waiting for a document load and for a form load

2007-05-31 Thread Marc Santhoff
Am Donnerstag, den 31.05.2007, 18:48 +0200 schrieb Mathias Röllig: The problem is, that in my opinion i don't need a listener - if i have already understood the sense of it. A listener should execute anything if a special event is initiated. And this should be every time the event is applied.