|
Perl/Tk real time display
It's a real pleasure to be having an opportunity at the tail end of this week to write some examples that are combining Perl, Tk, and OO techniques.  This clock is generated on a canvas, and updates every second. It's generated in its own frame and schedules its own events, so you could easily use it within part of your own GUI if you wished. The hour, minute and second markers are all instances of an object of class hand, also defined within the example, and all the calls to the trig functions that are needed to work out the hand mappings and movements are encapsulated in there.
Tk's powerful canvas handling tools allow the text to be centred without complex calculations, and the display list technology it uses allows the hand markers to be moved without the need for repaint routines - it's truly impressive what can be done within a very few Kbytes of source
(written 2006-02-10 00:38:42)
Associated topics are indexed under P307 - Perl/Tk [1340] Tk locks up - 100% c.p.u. on a simple program (Tcl, Perl, Python) - (2007-09-09) [1310] Callbacks - a more complex code sandwich - (2007-08-19) [738] (Perl) Callbacks - what are they? - (2006-05-30) [596] The magic of -textvariable - (2006-02-08) [595] Add a friendly front end with Tk - (2006-02-08)
Some other Articles
PHP - setting sort order with an associative arrayMP face to faceA fond memory of Sir FreddieIt costs nothing to say THANK YOUPerl/Tk real time displayShould we cruise around the world?Storing a regular expression in a perl variableTwice is a co-incidence and three times is a pattern
|
2618 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53 at 50 posts per page
This is a page archived from The Horse's Mouth at
http://www.wellho.net/horse/ -
the diary and writings of Graham Ellis.
Every attempt was made to provide current information at the time the
page was written, but things do move forward in our business - new software
releases, price changes, new techniques. Please check back via
our main site for current courses,
prices, versions, etc - any mention of a price in "The Horse's Mouth"
cannot be taken as an offer to supply at that price.
Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).
|
|