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 Wanet Telecoms Ltd 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: *

  • Users: arcsecond
  • Content: Threads
  • Order by date
  1. arcsecond

    Tkinter: variable-defined object name

    Hello, I want to create a loop that creates Buttons and Entries. I figured I'd loop through giving them iterative names; button1 entry1Min entry1Max button2 entry2Min entry2Max and so forth. I've got it making the widgets: for i in range(1, int(numOfScenes) + 1): sceneName = ("Sc_" +...

Part and Inventory Search

Back
Top