Re: Opening a webpage in the background via webbrowser.open()

2010-10-08 Thread Tim Chase
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)

Re: Opening a webpage in the background via webbrowser.open()

2010-10-08 Thread Vlastimil Brom
2010/10/7 : > Python 2.7 (32-bit/Windows): Is there a way to use webbrowser.open() to open > a web page in the default browser, but in the background, so that the > application making the webbrowser.open() call remains the active > application? > > Thank you, > Malcolm > -- > http://mail.python.or

Opening a webpage in the background via webbrowser.open()

2010-10-07 Thread python
Python 2.7 (32-bit/Windows): Is there a way to use webbrowser.open() to open a web page in the default browser, but in the background, so that the application making the webbrowser.open() call remains the active application? Thank you, Malcolm -- http://mail.python.org/mailman/listinfo/python-lis