Re: [Tutor] looking for some advice

2012-05-07 Thread Alan Gauld
On 07/05/12 15:19, Chris Hare wrote: Basically, I am trying to imitate a notebook like in Tkinter.ttk, I know Tix has a notebook widget, but that would require people > to download and compile the Tix components. You must be using a very old version of Python. Tix has been in the standard libr

Re: [Tutor] looking for some advice

2012-05-07 Thread Chris Hare
Thanks Peter - I will give it a look On May 7, 2012, at 1:02 PM, Peter Otten wrote: > Chris Hare wrote: > >> Hello Everyone: >> >> Here is what I am trying to do: >> >> I have a window which has a row of buttons on it. Below the buttons is a >> label frame. Depending upon which button they

Re: [Tutor] looking for some advice

2012-05-07 Thread Peter Otten
Chris Hare wrote: > Hello Everyone: > > Here is what I am trying to do: > > I have a window which has a row of buttons on it. Below the buttons is a > label frame. Depending upon which button they push, I want to change the > widgets in the label frame. I can add widgets now with no problem.

[Tutor] looking for some advice

2012-05-07 Thread Chris Hare
Hello Everyone: Here is what I am trying to do: I have a window which has a row of buttons on it. Below the buttons is a label frame. Depending upon which button they push, I want to change the widgets in the label frame. I can add widgets now with no problem. Basically, I am trying to