Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!ames!oliveb!amiga!dale From: dale@amiga.UUCP Newsgroups: comp.sys.amiga Subject: using MaxWidth,MaxHeight in NewWindow argument Message-ID: <1626@amiga.amiga.UUCP> Date: Tue, 17-Feb-87 20:10:06 EST Article-I.D.: amiga.1626 Posted: Tue Feb 17 20:10:06 1987 Date-Received: Thu, 19-Feb-87 06:02:13 EST Reply-To: dale@amiga.UUCP (Dale Luck) Organization: Commodore-Amiga Inc., 983 University Ave #D, Los Gatos CA 95030 Lines: 14 > Someone asked about higher resolution support for applications. You could set The MaxWidth,MaxHeight values very large (like ~0) These are interpreted as unsigned and intuition will clip them to the actually max size of the screen. This way all you have to be able to deal with is the new window sizes sent to you when the user sizes you out, and you don't have to actually inquire the size of the screen. This works under 1.2, don't remember if it works under 1.1 This is a legal construct, and some of our programs already make use of this feature. Dale Luck of Commodore Amiga, Inc.