Re: Tkinter Create/Destory Button

2012-10-22 Thread Jason Swails
On Fri, Oct 19, 2012 at 4:11 PM, wrote: > 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. > Note that there is a _big_ difference between having a button 'disappear'

RE: Tkinter Create/Destory Button

2012-10-19 Thread Prasad, Ramit
bbbenrothsch...@gmail.com wrote: > 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. Try http://www.gossamer-threads.com/lists/python/python/118851 . If you just want