Hi! There was a posting on the mailing list recently that covered this topic. The advice given there was using the idle events. I tried it with timers before, but it seems that using idle events it works pretty well. Use a OnPaint method and do all the drawing there. Use EVT_IDLE() and call a method that simply does a this->Refresh();
upCASE ----------------------------------- If it was hard to write, it should be hard to read!- Do. Or do not. There is no try! |