Hello all:
I got a problem, when I run my code. I want to add a frame on main window, and a button on frame, but I can not see then when I run my code, I just see a window.
I run my code with the command "wish test.tk"
Could anyone help me? please.
My code as follow;
frame .frame1 -background blue
button .frame1.button1 -text "I am testing" -background red
pack frame
I got a problem, when I run my code. I want to add a frame on main window, and a button on frame, but I can not see then when I run my code, I just see a window.
I run my code with the command "wish test.tk"
Could anyone help me? please.
My code as follow;
frame .frame1 -background blue
button .frame1.button1 -text "I am testing" -background red
pack frame