Comments on: Python Tkinter Frame https://coderslegacy.com/python/python-gui/python-tkinter-frame/ Imparting knowledge to the Future Fri, 10 Mar 2023 19:53:50 +0000 hourly 1 By: Siddiqi https://coderslegacy.com/python/python-gui/python-tkinter-frame/#comment-870 Thu, 17 Jun 2021 09:53:23 +0000 https://codersrefuge.000webhostapp.com/?page_id=940#comment-870 In reply to Sergiy.

I made a video based of your comment here, which explains how to change the state of the children within a Frame widget. Check it out here.

]]>
By: Sergiy https://coderslegacy.com/python/python-gui/python-tkinter-frame/#comment-859 Tue, 01 Jun 2021 19:46:35 +0000 https://codersrefuge.000webhostapp.com/?page_id=940#comment-859 is it possible to change a Frame’s state to DISABLED that would disable all child widgets and back to NORMAL, that would ENABLE all all child widgets?

]]>
By: P. Solomon Leo https://coderslegacy.com/python/python-gui/python-tkinter-frame/#comment-814 Thu, 18 Mar 2021 02:47:56 +0000 https://codersrefuge.000webhostapp.com/?page_id=940#comment-814 In reply to Siddiqi.

That Helped a lot, thank you

]]>
By: Siddiqi https://coderslegacy.com/python/python-gui/python-tkinter-frame/#comment-813 Sun, 14 Mar 2021 11:50:53 +0000 https://codersrefuge.000webhostapp.com/?page_id=940#comment-813 In reply to P. Solomon Leo.

Instead of passing root as the frame’s parent, simply write the name of another frame. Like,
subframe = Frame(mainframe)

]]>
By: P. Solomon Leo https://coderslegacy.com/python/python-gui/python-tkinter-frame/#comment-812 Sun, 14 Mar 2021 11:11:12 +0000 https://codersrefuge.000webhostapp.com/?page_id=940#comment-812 How to add a frame inside a frame?

]]>
By: Tobey Llop https://coderslegacy.com/python/python-gui/python-tkinter-frame/#comment-281 Wed, 03 Feb 2021 04:02:46 +0000 https://codersrefuge.000webhostapp.com/?page_id=940#comment-281 Good help!

]]>