Re: Arguments for button command via Tkinter?

2005-11-01 Thread Francesco Bochicchio
Il Mon, 31 Oct 2005 19:23:18 +, Steve Holden ha scritto: Francesco Bochicchio wrote: Il Mon, 31 Oct 2005 06:23:12 -0800, [EMAIL PROTECTED] ha scritto: And yet the stupidity continues, right after I post this I finnally find an answer in a google search, It appears the way I seen it is

Arguments for button command via Tkinter?

2005-10-31 Thread [EMAIL PROTECTED]
Recently, I have been needing to do this alot and I can never find a way around it, the main reason I want to do this is because for example in the application I am making right now, it creates a grid of buttons in a loop and they all have the same purpose so they need to call the same method,

Re: Arguments for button command via Tkinter?

2005-10-31 Thread [EMAIL PROTECTED]
And yet the stupidity continues, right after I post this I finnally find an answer in a google search, It appears the way I seen it is to create a class for each button and have it call the method within that. If anyone else has any other ideas please tell. --

Re: Arguments for button command via Tkinter?

2005-10-31 Thread Steve Holden
[EMAIL PROTECTED] wrote: And yet the stupidity continues, right after I post this I finnally find an answer in a google search, It appears the way I seen it is to create a class for each button and have it call the method within that. If anyone else has any other ideas please tell. I'm

Re: Arguments for button command via Tkinter?

2005-10-31 Thread Francesco Bochicchio
Il Mon, 31 Oct 2005 06:23:12 -0800, [EMAIL PROTECTED] ha scritto: And yet the stupidity continues, right after I post this I finnally find an answer in a google search, It appears the way I seen it is to create a class for each button and have it call the method within that. If anyone else

Re: Arguments for button command via Tkinter?

2005-10-31 Thread Mike Meyer
[EMAIL PROTECTED] [EMAIL PROTECTED] writes: Recently, I have been needing to do this alot and I can never find a way around it, the main reason I want to do this is because for example in the application I am making right now, it creates a grid of buttons in a loop and they all have the same

Re: Arguments for button command via Tkinter?

2005-10-31 Thread [EMAIL PROTECTED]
Yah, thats how i learned how to do it, thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: Arguments for button command via Tkinter?

2005-10-31 Thread Steve Holden
Francesco Bochicchio wrote: Il Mon, 31 Oct 2005 06:23:12 -0800, [EMAIL PROTECTED] ha scritto: And yet the stupidity continues, right after I post this I finnally find an answer in a google search, It appears the way I seen it is to create a class for each button and have it call the method

Re: Arguments for button command via Tkinter?

2005-10-31 Thread Ron Adam
Steve Holden wrote: Francesco Bochicchio wrote: Il Mon, 31 Oct 2005 06:23:12 -0800, [EMAIL PROTECTED] ha scritto: And yet the stupidity continues, right after I post this I finnally find an answer in a google search, It appears the way I seen it is to create a class for each button and