Python Forum
[Tkinter] Make A Button That Opens Another Tk() Window That I Have Made
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Make A Button That Opens Another Tk() Window That I Have Made
#5
Quote:and yeah like Saif said, not reason to have both as root level.

Just to clarify, There is a reason to not have both at root level, it's not legal to do so, you must use Toplevel. If you wish
to hide the root window, use withdraw.
Reply


Messages In This Thread
RE: Make A Button That Opens Another Tk() Window That I Have Made - by Larz60+ - Jan-20-2017, 07:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Interaction between Matplotlib window, Python prompt and TKinter window NorbertMoussy 3 643 Mar-17-2024, 09:37 AM
Last Post: deanhystad
  How can I run an interface I made using PyQt5 and a Map program I made using Tkinter bki 6 1,278 Nov-09-2023, 11:12 PM
Last Post: bki
  Centering and adding a push button to a grid window, TKinter Edward_ 15 5,186 May-25-2023, 07:37 PM
Last Post: deanhystad
  [Tkinter] how to make label or button not visible with the place method? nowayj63 2 2,935 Jan-03-2023, 06:29 PM
Last Post: Yoriz
Question [Tkinter] How to make split button? teknixstuff 2 1,109 Jan-03-2023, 06:21 PM
Last Post: Yoriz
  [Tkinter] MenuBar hidden when new window opens john8888 5 1,484 Sep-14-2022, 02:32 PM
Last Post: john8888
  [Tkinter] GUI Opens Minimized gw1500se 24 6,071 May-05-2022, 04:12 PM
Last Post: deanhystad
  [Tkinter] Clicking on the button crashes the TK window ODOshmockenberg 1 2,284 Mar-10-2022, 05:18 PM
Last Post: deanhystad
  [Tkinter] Make my button text update? Skata100 1 2,074 Aug-07-2021, 05:37 AM
Last Post: deanhystad
  [Tkinter] [split] [split] How to make a window stay on top knoxvilles_joker 10 6,307 May-22-2021, 03:54 AM
Last Post: knoxvilles_joker

Forum Jump:

User Panel Messages

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