Re: [Tkinter-discuss] [REQ] Tkinter programmer

2012-03-04 Thread Cam Farnell
RTFM On 12-03-04 02:27 PM, fresher wrote: yeah... but if i am able to do that i wont ask. so now I am asking for help or for full project. thank you. ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/list

Re: [Tkinter-discuss] [REQ] Tkinter programmer

2012-03-04 Thread fresher
yeah... but if i am able to do that i wont ask. so now I am asking for help or for full project. thank you. -- View this message in context: http://python.6.n6.nabble.com/REQ-Tkinter-programmer-tp4539479p4545580.html Sent from the Python - tkinter-discuss mailing list archive at Nabble.com. _

Re: [Tkinter-discuss] [REQ] Tkinter programmer

2012-03-04 Thread Bryan Oakley
On Sun, Mar 4, 2012 at 11:51 AM, fresher wrote: > the first task is to build working calculator like this: > > http://python.6.n6.nabble.com/file/n4545517/skaiciavke.png > > later Ill have more tasks to build forms like this > > http://python.6.n6.nabble.com/file/n4545517/MLDataAnalyzer5.png > >

Re: [Tkinter-discuss] [REQ] Tkinter programmer

2012-03-04 Thread fresher
the first task is to build working calculator like this: http://python.6.n6.nabble.com/file/n4545517/skaiciavke.png later Ill have more tasks to build forms like this http://python.6.n6.nabble.com/file/n4545517/MLDataAnalyzer5.png I cant aford much, even the projects are not very difficult f

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