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 6 2,942 Feb-28-2025, 05:00 PM
Last Post: deanhystad
  breaking a large program into functions, not acting as expected Zane217 9 5,343 Sep-18-2021, 12:37 AM
Last Post: Zane217
  Debugger Disabled erictan 1 7,076 Apr-30-2020, 02:17 PM
Last Post: pyzyx3qwerty

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020
This forum uses Lukasz Tkacz MyBB addons.
Forum use Krzysztof "Supryk" Supryczynski addons.