Re: [Tutor] python gui Tkinter

2018-01-31 Thread Slater, Joseph C.
> On Jan 13, 2018, at 9:18 AM, Alan Gauld via Tutor wrote: > > On 13/01/18 12:05, mamatha n wrote: >> please any one give me the code for > > We don't write code for you (unless you want to pay > one of us as a contractor) But we can point you at > some examples: > >>

Re: [Tutor] python gui Tkinter

2018-01-13 Thread Alan Gauld via Tutor
On 13/01/18 12:05, mamatha n wrote: > please any one give me the code for We don't write code for you (unless you want to pay one of us as a contractor) But we can point you at some examples: > username (entryfld)- > pwrd (entryfld) > login(button),changepwrd(button) So far very

Re: [Tutor] python gui Tkinter

2018-01-13 Thread Mark Lawrence
On 13/01/18 12:05, mamatha n wrote: please any one give me the code for username (entryfld)- pwrd (entryfld) login(button),changepwrd(button) virtualkeyboard-user has to be use dis keyboard once click on login button regester page open register page content 1.emply

[Tutor] python gui Tkinter

2018-01-13 Thread mamatha n
please any one give me the code for username (entryfld)- pwrd (entryfld) login(button),changepwrd(button) virtualkeyboard-user has to be use dis keyboard once click on login button regester page open register page content 1.emply name(entryfld) 2.emply

[Tutor] Python GUI Tkinter Button arrangement

2011-02-16 Thread Ganesh Kumar
Hi.. I am new to python , i have creating one application user agreement..using Tkinter, The Content of the agreement will reading one file...Agree button will click means enable next button. And activate script, Quit button for exit the program,, Dis agree means one warning message will show

Re: [Tutor] Python GUI Tkinter Button arrangement

2011-02-16 Thread Ahmed AL-Masri
I suggest to use boa constructor if you are new learning. just google it. very easy tool to create your interface -- From: Ganesh Kumar bugcy...@gmail.com Sent: Wednesday, February 16, 2011 6:43 PM To: tutor@python.org Subject: [Tutor] Python GUI

Re: [Tutor] Python GUI Tkinter Button arrangement

2011-02-16 Thread Alan Gauld
Ganesh Kumar bugcy...@gmail.com wrote I am new to python , i have creating one application user agreement..using Tkinter, The Content of the agreement will reading one file...Agree button will click means enable next button. And activate script, I'm assuming by User Agreement you mean User