Re: Raising a toplevel window



Michael Pachta <mipani@xxxxxx> writes:

I was also thinking of "raise", but my solution didn't work
The only thing that happens is that in the desktop's taskbar the icon for the
toplevel started to flash but the toplevel window wasn't raised

That is a user preference setting, introduced because of all the
nasty obnoxious web sites and programs that keep covering what
you are working on.

In KDE it is implemented idiotically, because it is bundled
with control for "stealing focus", and it makes no distinction
for multiple windows of the same application. Moreover, raising
is prohibited for any level of protection, so you have to set
the level to "none". I think it is on an "advanced" tab in
the settings for window behaviour.


--
Donald Arseneau asnd@xxxxxxxxx
.



Relevant Pages

  • Re: tkinter destroy()
    ... >> when i create a widget, such as a toplevel window, and then i destroy ... my main window has a button that opens another toplevel window. ... Premendo un pulsante, se ne varia lo stato di selezione e si \ ...
    (comp.lang.python)
  • Newb Tkinter Question: Object has no attribute tk
    ... opens the root window with a button that then opens a toplevel window ... def create_widget: ...
    (comp.lang.python)
  • Re: Tracing Toplevel Window Movements
    ... # I want to monitor the intereactive movements of a toplevel window. ... proc track W {puts $W/[wm geometry $W]} ...
    (comp.lang.tcl)
  • Re: windows
    ... > i have two tkinter windows on top of each other. ... > the top window or minimize it or send it into the background. ... a methode .transientwhich should make the Toplevel window ... transient to its root window. ...
    (comp.lang.python)
  • Re: windows
    ... > i have two tkinter windows on top of each other. ... > the top window or minimize it or send it into the background. ... a methode .transientwhich should make the Toplevel window ... transient to its root window. ...
    (comp.lang.python)