Timed Printing

  • Thread starter Thread starter Simpleton
  • Start date Start date
S

Simpleton

I have an instance of the timer working fine, printing a line of text
to the console, and I can send a filled circle to the printer, but
i'm having trouble linking them together so that the timer event
triggers my print function at regular intervals. I know this is basic
stuff, but I'm a beginner and would appreciate the help.
 
What specific problems are you having. The way you describe it, it seems
that you simply have to move the code that prints the filled circle into the
timer event code.

--
John Wood
EMail: first name, dot, last name, at priorganize.com
Simpleton said:
I have an instance of the timer working fine, printing a line of text
to the console, and I can send a filled circle to the printer, but
i'm having trouble linking them together so that the timer event
triggers my print function at regular intervals. I know this is basic
stuff, but I'm a beginner and would appreciate the help.
 
Back
Top