New topic: window.show differs from window.visible = true
<http://forums.realsoftware.com/viewtopic.php?t=36313> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message guykuo Post subject: window.show differs from window.visible = truePosted: Sat Nov 13, 2010 3:05 pm Joined: Mon Apr 02, 2007 5:51 pm Posts: 327 Location: Cosalient EHR in Washington If you are working on a multi-window app that has palettes and tool windows, remember that window.show is not quite the same as window.visible = true. This is particularly important if keyboard and mouse focus need to be maintained. window.show will give the window focus as well in addition to making the window visible. window.visible = true will make the window visible, but does not forcibly give focus to the window. Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
