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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl/TK - Update label in the $mw (mainwindow)

Status
Not open for further replies.

MoshiachNow

IS-IT--Management
Feb 6, 2002
1,851
IL
HI,

Guess it's a simple one.
I have severall lables (part of $mw)that I need to update their text dinamicaly ,as the program goes.

What would be the simple way to do it ?
thanks

Long live king Moshiach !
 
Hi

You can do it on this way:

Code:
$label->configure ( -text => "New Text" );



dmazzini
GSM/UMTS System and Telecomm Consultant

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top