[ROOT] Another bug in TTimer on windows

From: Anton Fokin (anton.fokin@smartquant.com)
Date: Mon Mar 18 2002 - 12:31:23 MET


Hello,

single shot async mode doesn't work under windows (dont know about Linux)

This below doesn't trigger timer (HandleTimer) at all

  fTimer = new TTimer(this, 1000, kFALSE);
  fTimer->Start(1000, kTRUE);

Although this 

  fTimer = new TTimer(this, 1000, kFALSE);
  fTimer->Start(1000);

does (constantly).

/Anton

http://www.smartquant.com
  
  



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:46 MET