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 strongm 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: *

  1. antjus

    tkinter menu question

    Hi, instead of ...command= lambda: self.compile(???) ) try this: cmd= lambda s=self,x=ix:s.compile(x) ...add_command(... command=cmd) where ix is variable you want to pass to self.compile function. Bye, antjus

Part and Inventory Search

Back
Top