New topic: Hiding Windows
<http://forums.realsoftware.com/viewtopic.php?t=45949> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message DanSandbergUCONN Post subject: Hiding WindowsPosted: Fri Nov 16, 2012 1:05 pm Joined: Fri Dec 21, 2007 9:50 am Posts: 184 Hello - I have a program that calls instances of a window when needed and then will close the window when its use is no longer needed. Let's say I want to hide all windows that are open, do something else, and then show all windows that are open. Is there a way to do this? In other words, Window_type1 is set to ImplicitInstance=false. However, the user may push a pushbutton (let's call it create_myWindow_type1) that opens an instance of Window_type1 in variable myWindow_type1. Now the user pushes another pushbutton (lets call it hide_all_windows) and I want it to hide all windows. If I include code in the hide_all_windows pushbutton to hide myWindow_type1 I will get a nilobjectexception if the hide_all_windows button is pushed before the create_myWindow_type1 button is pushed. Thank you in advance for the help. 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]
