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