Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AdamLink

    Canvas and text cut off

    After a bit more searching, the problem is here: <canvas id='timecol' style = 'position: absolute; left: 0px; top: 0px;' ></canvas> When I changed it to: <canvas id='timecol' width='200px' height='1200px' ></canvas> It worked. It appears the canvas syntax is critical.
  2. AdamLink

    Canvas and text cut off

    I'm new to Javascript (but not programming). So I'm using w3schools.com to learn. Adapting one of the examples, I created the code in the attached file for experimenting and testing. However, it cuts off the rectangle and text. The code draws three rectangles each 1 pixel longer to test where...
  3. AdamLink

    I am a beginner. Can anyone tell me what's wrong with my simple code?

    If...Then must be inside a process.
  4. AdamLink

    Multiplexing 2digit 7 segment display

    Are you using inter-digit blanking. There should be a small delay between displays enables (about 10us). This allows the eye to stop seeing the one digit before the other is lit(ghosting). This is known as persistence of vision. Look at the data sheet for any display driver (such as the ICM7217...

Part and Inventory Search

Back
Top