enter eventloop several times?

Ulrich Jost (jost@evalo1.ific.uv.es)
Wed, 31 Mar 1999 16:10:41 +0200 (CET)


Hi,

when I try to enter the root eventloop (theApp->Run(kTRUE);) a second
time, I get a seg fault.
I leave the first loop via 'Quit ROOT' in a canvas, does this menu item
only returns from the loop or does more?
If it does more, how can I return safely from the loop?
Can the TApplication be created in the constructor of a class and the
pointer to it a member field?

Thanks, Ulrich