Path: utzoo!news-server.csri.toronto.edu!bonnie.concordia.ca!ccu.umanitoba.ca!herald.usask.ca!alberta!ubc-cs!sol.UVic.CA!lager!awatkins From: awatkins@lager.UVic.CA (Andrew Watkins) Newsgroups: comp.windows.open-look Subject: XView Programming Style Keywords: XView Message-ID: <1991Mar13.193948.16328@sol.UVic.CA> Date: 13 Mar 91 19:39:48 GMT Sender: news@sol.UVic.CA Reply-To: awatkins@lager.UVic.CA (Andrew Watkins) Organization: University of Victoria, Victoria, BC, Canada Lines: 13 Nntp-Posting-Host: lager.uvic.ca Hi! I am writing a reasonably large program using XView to create the user interface. With this program I have a bunch of popup window (~7) and I'm adding more all the time. At present I create all of my windows when the program starts up and set the visibility off for all the windows I'm not using. Is this bad form? Should I create my windows as they are needed and destroy them when I'm done or does it really matter? Thanks for your responses, Andrew Watkins University of Victoria, Victoria, BC CANADA