Re: [Tkinter-discuss] Tkinter variable sharing from function to function

2012-03-04 Thread ed(LV)
Thank you for help and good samples! for each x x1 x2 x3 I definate them global and now Its working. Thank you! -- View this message in context: http://python.6.n6.nabble.com/Tkinter-variable-sharing-from-function-to-function-tp4544506p4545427.html Sent from the Python - tkinter-discuss mailing

Re: [Tkinter-discuss] Tkinter variable sharing from function to function

2012-03-04 Thread Michael Lange
Hi, Thus spoketh "ed(LV)" unto us on Sat, 3 Mar 2012 23:38:17 -0800 (PST): > *Hello! > Im beginner at Tkinter and this is my 1st project. > I want make programm that calculate resistor value from colors, but i > can`t get variables out of functions. > Here you can see all code:* > (...) > *The