Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tkinter
#12
That is not a common user interface paradigm, which usually means it is a bad user interface paradigm. More common would be a single window that changes it's view. To do this you would create multiple frames and only show 1 at a time. The tkinter notebook widget could be used for this, but you can also "roll your own" interface if you don't like the notebook's tabbed interface.
Reply


Messages In This Thread
tkinter - by juliolop - Sep-11-2020, 12:28 PM
RE: tkinter - by Larz60+ - Sep-11-2020, 04:41 PM
RE: tkinter - by juliolop - Sep-15-2020, 12:32 PM
RE: tkinter - by juliolop - Sep-14-2020, 07:54 PM
RE: tkinter - by Larz60+ - Sep-15-2020, 02:49 PM
RE: tkinter - by Knight18 - Sep-15-2020, 03:38 PM
RE: tkinter - by juliolop - Sep-16-2020, 01:59 PM
RE: tkinter - by juliolop - Sep-16-2020, 07:26 PM
RE: tkinter - by deanhystad - Sep-16-2020, 06:23 PM
RE: tkinter - by juliolop - Sep-16-2020, 06:37 PM
RE: tkinter - by deanhystad - Sep-16-2020, 06:53 PM
RE: tkinter - by deanhystad - Sep-17-2020, 05:06 PM
RE: tkinter - by juliolop - Sep-23-2020, 06:24 PM
RE: tkinter - by juliolop - Mar-22-2023, 07:40 PM
RE: tkinter - by deanhystad - Mar-24-2023, 03:25 AM
RE: tkinter - by juliolop - Apr-05-2023, 04:51 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020