Training, Open Source computer languages

PerlPythonMySQLTclRubyC & C++LuaJavaTomcatPHPhttpdLinux

Search our site for:
Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact
The magic of -textvariable

If you're writing a GUI based application, you'll need to hold pertinent information in variables in your program, AND display that pertinent information to the user.

The obvious way of doing this is to provide code that updates the display as required - in the case of Tcl/Tk you might write
   .wname configure -text "Melksham"
to change the text on the button called "wname" to Melksham, and
   set usersays [.wenter cget -text]
to read the text that the user's put into an entry box.

But there's a better alternative. Many widgets support the -textvariable option which allows the widget to be a reflection of the variable in your program all the time - in other words, if your program changes a variable then it will be automatically updated within the widget display, and if the user changes text within an entry box that's set up with this feature, then the variable within your program is automatically updated. Examples:
   entry .username -textvariable uname
   label .host -textvariable hostsystemname

Complete source code examples -
A Tcl/Tk form
In a Tcl/Tk popup message box
A Perl/Tk example
(written 2006-02-08 08:39:18)

 
Associated topics are indexed under
T223 - Tcl/Tk - Textish Widgets
P307 - Perl/Tk

Back to
Add a friendly front end with Tk
Previous and next
or
Horse's mouth home
Forward to
Storing a regular expression in a perl variable
Some other Articles
It costs nothing to say THANK YOU
Perl/Tk real time display
Should we cruise around the world?
Storing a regular expression in a perl variable
The magic of -textvariable
Add a friendly front end with Tk
Twice is a co-incidence and three times is a pattern
Finding where the disc space has gone
NOT Gone phishing
Key facts - SQL and MySQL
1892 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 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).

© WELL HOUSE CONSULTANTS LTD., 2008: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 0800 043 8225 or 01225 708225 • FAX: 0845 8382 405 or 01225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho