Hi!
I want to create a TTimer to update interactions with canvas
regularly. I tried to do the following:
TTimer *timer= new TTimer(500, kTRUE);
timer->SetCommand("gSystem->ProcessEvents()");
timer->TurnOn();
But It causes the programme to crash(in CINT or compiled). How should it
be done?
Thanks
Ivan
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:44 MET