Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Program Functions Disabled
#1
if i open another program full screen my program functions is disabled.My program is works normally on the desktop, but does not work functions in the background when you open a full-screen program.
How can i fix this problem?
I will add code this for fix this problem?

This is my program menu:
if __name__ == "__main__":
    global running
    running = True
    mainwindow = tk.Tk()
    mainwindow.config(bg="#20232A")
    mainwindow.title("Program")
    mainwindow.geometry('170x100-1+5')
    mainwindow.wm_attributes('-topmost', True)
    mainwindow.wm_attributes('-toolwindow', True)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Sad "Disabled" Buttons Still Clickable. Nd4SpdSe 3 251 Mar-13-2024, 07:44 AM
Last Post: laughorchestra
  breaking a large program into functions, not acting as expected Zane217 9 2,932 Sep-18-2021, 12:37 AM
Last Post: Zane217
  Debugger Disabled erictan 1 3,923 Apr-30-2020, 02:17 PM
Last Post: pyzyx3qwerty

Forum Jump:

User Panel Messages

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