On 10/08/10 15:11, Vlastimil Brom wrote:
webbrowser.open(url[, new=0[, autoraise=True]])
however, the sidenote in the docs also seems to apply:
"If autoraise is True, the window is raised if possible (note that
under many window managers this will occur regardless of the setting
of this variable)."
http://docs.python.org/library/webbrowser.html#webbrowser.open

For me (win XP, python 2.5.4) the browser window is always raised
after this call, regardless the autoraise option.


And with my configuration (Linux, fluxbox) of the browser full-screen on one virtual desktop and usually working in other desktops, this almost *never* happens to me, regardless of the auto-raise option :)

-tkc


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to