Python Forum
[split] Closing a window but not the whole program
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] Closing a window but not the whole program
#1
i got almost the same problem
import time
from tkinter import messagebox

count = 0
print("Your Antivirus will scan your Computer  ")
# messagebox.showinfo("", "Your Antivirus will scan your Computer  ")
time.sleep(2)

print('scanning Computer.....')
time.sleep(3)

while count <= 100:
    print("Antivirus scanning Computer....", count, "%")
    count  += 1
    time.sleep(0.01)
messagebox.showinfo("", "Scaning again from Terminal  ")
# frame.destroy()
i need help with the script parts that are a comment
i cant close the tkinter window without it stoping the hole script
pls help
im kinda a noob in that.
thanks
greeting drache (german for dragon)
Reply


Messages In This Thread
[split] Closing a window but not the whole program - by scriptdrache - Jun-25-2019, 07:06 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Interaction between Matplotlib window, Python prompt and TKinter window NorbertMoussy 3 547 Mar-17-2024, 09:37 AM
Last Post: deanhystad
  [PyQt] PyQt5 window closing when trying to display a graph bianca 4 1,745 Aug-12-2023, 03:25 PM
Last Post: bianca
Exclamation [Tkinter] Error when closing the main window with destroy TomasSanchexx 1 798 Aug-06-2023, 01:54 AM
Last Post: deanhystad
  [Tkinter] [split] [split] How to make a window stay on top knoxvilles_joker 10 6,208 May-22-2021, 03:54 AM
Last Post: knoxvilles_joker
Question closing a "nested" window with a button in PySimpleGUI and repeating this process Robby_PY 9 13,645 Jan-18-2021, 10:21 PM
Last Post: Serafim
  [PyQt] Received RunTimeError after script concludes, closing Dialog Window (clicking x-out) skipper0802 0 2,578 Oct-09-2020, 09:23 PM
Last Post: skipper0802
  Closing window on button click not working kenwatts275 4 3,814 May-03-2020, 01:59 PM
Last Post: deanhystad
  Running cli program within a wx window? t4keheart 2 2,776 Jan-23-2020, 04:50 PM
Last Post: buran
  tkinter window and turtle window error 1885 3 6,754 Nov-02-2019, 12:18 PM
Last Post: 1885
  [Tkinter] Closing a window but not the whole program Wiggy1 2 5,029 Jan-11-2019, 12:51 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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