Path: utzoo!utgpu!watmath!att!pacbell!ames!purdue!decwrl!shelby!labrea!daemon From: combs@sumex-aim.stanford.edu (Dave Combs) Newsgroups: comp.sys.next Subject: View question Message-ID: <24012@labrea.Stanford.EDU> Date: 7 Aug 89 21:12:58 GMT Sender: daemon@labrea.Stanford.EDU Lines: 19 Gang, Does anyone know of a simple way to change the order of display of views and their subviews? I'm trying to develop a class that will implement the "knobbies", dragging and resizing options of the standard Draw application (extended for my own use). As of now, I'm assuming that this new ResizableItem class is a subclass of View, and that it contains a subclass of View as its item to be drawn (note: the Draw app uses subclasses of Object, and implements its own draw and selection operations). However, if I let the standard display operation do the drawing by calling drawSelf::, my new class (which will draw the knobbies) gets drawn first, then overlaid by the subviews that it is supposed to be highlighting. The point of doing all this is to try and use the standard view-subview hierarchy (since it already exists) to do something that the Draw application does now, without having to simulate all of Draw's changing of frame and bounds. Any help on this is GREATLY appreciated, Dave (combs@sumex-aim.stanford.edu)