Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!sdcsvax!ucbvax!COGSCI.BERKELEY.EDU!bryce From: bryce@COGSCI.BERKELEY.EDU Newsgroups: comp.sys.mac,comp.sys.amiga,comp.windows.x Subject: Re: Better Windows? (stolen from another newsgroup) Message-ID: <8705180554.AA03955@cogsci.berkeley.edu> Date: Mon, 18-May-87 01:54:27 EDT Article-I.D.: cogsci.8705180554.AA03955 Posted: Mon May 18 01:54:27 1987 Date-Received: Mon, 18-May-87 05:38:12 EDT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: boring!jack@cogsci.berkeley.edu (Jack Jansen) Organization: AMOEBA project, CWI, Amsterdam Lines: 29 Xref: mnetor comp.sys.mac:3275 comp.sys.amiga:4922 comp.windows.x:771 The idea of selecting multiple files, and then double-clicking the application to act on them is something I've been thinking about quite a bit the last time. I think the idea can be generalised even further. If you view every icon as an object that can be activated, there are only two primitives that you need to do almost everything: - Activating an object (double clicking). This works like it currently does: when you activate a disk/folder, it opens, when you activate a program, it starts running, etc. - Feeding an object (dragging one or more other objects onto it). For disks and folders, it does the same as usual: the objects get stored there. If you feed a program, it starts running with those objects as arguments. The nice thing is a lot of things that are handled in a 'funny' way currently can be incorporated in the general scheme. For instance, to print a file, you move it to the printer icon. It remains unspecified wether this icon represents the device itself (i.e. the OS knows about the printer) or a program that knows how to drive the printer (and that might do spooling, reformatting, etc). -- Jack Jansen, jack@cwi.nl (or jack@mcvax.uucp) The shell is my oyster. (Sorry for the theft, but this idea has merit)