On 9/3/19 10:13 pm, Alan Gauld via Tutor wrote:
On 09/03/2019 02:53, Chris Roy-Smith wrote:
What is happening is that the contents of the frame appear in the master
window. I was expecting them to show in the second window. Also I
expected the frame to be sunken, but there is no obvious signs o
On 09/03/2019 02:53, Chris Roy-Smith wrote:
> What is happening is that the contents of the frame appear in the master
> window. I was expecting them to show in the second window. Also I
> expected the frame to be sunken, but there is no obvious signs of the
> frame, not even a colored backgrou
Hi.
running Linux, with python3.6
I am trying to learn how to put a frame on a second window. I get no
errors showing in the terminal, and I get no traceback.
What is happening is that the contents of the frame appear in the master
window. I was expecting them to show in the second window. A