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

probem with entry

Status
Not open for further replies.

xyz987

Programmer
Sep 26, 2003
10
US
I am just a beginner trying to learn Tcl/Tk. Y am i getting error when I use entry ? label or buttons dont give me any error
 
Can you give us some code to examine?

A short example of entry:
Code:
  entry .e -width 10
  pack .e -padx 20 -pady 20
  .e insert 0 "some text"
  puts [.e get]
More here:
HTH

ulis
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top