Bringing window to top in Tkinter
Olivier Dagenais
olivierS.dagenaisP at canadaA.comM
Mon Aug 21 14:28:23 EDT 2000
More information about the Python-list mailing list
Mon Aug 21 14:28:23 EDT 2000
- Previous message (by thread): ODBC module API level
- Next message (by thread): Bringing window to top in Tkinter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Windows had a function to do this and it now does nothing, because it probably makes sense if ONE application does it, but if all/most of the apps do it, it gets really annoying to the user, which is why I would recommend you don't do it, please and thank you, unless you give the user the option to turn it off. -- ---------------------------------------------------------------------- Olivier A. Dagenais - Software Architect and Developer "R is a velocity measure, defined as a reasonable speed of travel that is consistent with health, mental wellbeing and not being more than say five minutes late." - Douglas Adams, HHGG, Chapter 34 "Janos Blazi" <jblazi at vipsurf.de> wrote in message news:39a16a53_3 at news.newsfeeds.com... > I create a window by the lines > > root=Tk() > root.title('Stundenplan K'+`stufe`) > root.mainloop() > > and I should like to bring this window to the top of the screen (and select > it). > How can I do this? > > Janos Blazi > > > > > -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- > http://www.newsfeeds.com - The #1 Newsgroup Service in the World! > -----== Over 80,000 Newsgroups - 16 Different Servers! =-----
- Previous message (by thread): ODBC module API level
- Next message (by thread): Bringing window to top in Tkinter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list