Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tkinter
#9
(Sep-16-2020, 06:23 PM)deanhystad Wrote: Before you it can create any windows Tk has to do a bunch of initialization stuff. The initialization stuff happens when you call tkinter.Tk(). Each executable should only call tkinter.Tk() once, and it has to be the first call to the tkinter module.

You probably want to make multiple windows. As Knight18 mentions you can do this by making multiple top level widgets (tkinter has a call for making a top level widget), or you can just create frames that do not have a parent and the window manager will supply a parent (make a window).

any example I can use for reference?
I'm just staring with tkinter
thanks
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