I am making a program where at a point when user pressed exit, a Prompt comes (which is another tkinter window). But the problem I am facing is user can still access the Parent window, resulting in all operations. Is there any way in which if the user clicks the parent window while the prompt is on his screen, the prompt will blink and no widget is accessible on previous window?
I see another answer but it doesnt solve my Problem