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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top