Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Tkinter Create/Destory Button

Reply
Thread Tools

Tkinter Create/Destory Button

 
 
bbbenrothschild@gmail.com
Guest
Posts: n/a
 
      10-19-2012
I am trying to create a button in Tkinter and then when it is pressed delete it/have it disappear. Does anyone know the simplest script to do that with. Thanks for your help.
 
Reply With Quote
 
 
 
 
Prasad, Ramit
Guest
Posts: n/a
 
      10-19-2012
wrote:

> I am trying to create a button inTkinter and then when it is pressed delete it/have it disappear. Does anyone
> know the simplest script to do that with. Thanks for your help.


Try http://www.gossamer-threads.com/list.../python/118851 .

If you just want to disable/enable the button whileleaving it
visible maybe try setting the config state as shown here:
http://www.daniweb.com/software-deve...tton-disable-# .

Hope that helps,
Ramit Prasad



This email is confidential and subject to importantdisclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: What is the differences between tkinter in windows and Tkinter inthe other platform? Hidekazu IWAKI Python 0 12-15-2009 05:58 AM
What is the differences between tkinter in windows and Tkinter in theother platform? Hidekazu IWAKI Python 1 12-14-2009 03:44 PM
from Tkinter import *,win = Tk() "from Tkinter import *" Pierre Dagenais Python 0 08-03-2008 10:33 PM
Re: [Tkinter-discuss] Please help -- Tkinter Scale widget withDoubleVar is acting weird Jeff Epler Python 0 08-23-2004 02:31 PM
Re: [Tkinter-discuss] Please help -- Tkinter Scale widget withDoubleVar is acting weird Jeff Epler Python 0 08-20-2004 12:07 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57