Re: hiding a frame in tkinter

2005-03-31 Thread faramarz yari
thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: hiding a frame in tkinter

2005-03-28 Thread faramarz yari
lots of thanks to the nice guys of python community, i do it ,and it works just as i want, but unfourtunatly a new problem arise. the problem is : when i use pack_forget , i just work, but suppose we want to call it in func or method, i choose to test it in a func: def do_unpack(f): f.pack_f

hiding a frame in tkinter

2005-03-28 Thread faramarz yari
hello everybody suppose we have a tk frame in witch there are lots of frame, and we want to hide one of them(frames) what should we do , and what will be the result in pack or grid goemetry? thank you in advanced -- http://mail.python.org/mailman/listinfo/python-list