Re: Tkinter function variable passing

2006-07-03 Thread arvind
please send it to-[EMAIL PROTECTED] Fredrik Lundh wrote: > "arvind" <[EMAIL PROTECTED]> wrote: > > > thanx for replynig. > > but functios are independent > > and the button is inside one of the functions. > > will u please reshape ur code and send it to me? > > where do I send the invoice ?

Re: Tkinter function variable passing

2006-07-03 Thread Fredrik Lundh
"arvind" <[EMAIL PROTECTED]> wrote: > thanx for replynig. > but functios are independent > and the button is inside one of the functions. > will u please reshape ur code and send it to me? where do I send the invoice ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter function variable passing

2006-07-03 Thread arvind
Hi thanx for replynig. but functios are independent and the button is inside one of the functions. will u please reshape ur code and send it to me? thank u. Fredrik Lundh wrote: > arvind wrote: > > > How to pass the variables defined inside the function to the another > > function on click event of

Re: Tkinter function variable passing

2006-07-02 Thread Fredrik Lundh
arvind wrote: > How to pass the variables defined inside the function to the another > function on click event of the button in Tkinter? def the_function(master): variable = ... def callback(): print variable b = Button(master, command=callback)

Tkinter function variable passing

2006-07-02 Thread arvind
How to pass the variables defined inside the function to the another function on click event of the button in Tkinter? pleas send me a sample code if anybody has it. thanx -- http://mail.python.org/mailman/listinfo/python-list