Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Workbench support Message-ID: <8705020329.AA21815@cory.Berkeley.EDU> Date: Fri, 1-May-87 23:29:08 EDT Article-I.D.: cory.8705020329.AA21815 Posted: Fri May 1 23:29:08 1987 Date-Received: Sun, 3-May-87 04:28:51 EDT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 15 I've been getting DME to work with the workbench, and have a question: When you writeout a new filename (no associated name.info file), you have to create one using PutDiskObject() in the ICON library. I've got this working fine, but would like to know if there is any 'standard' icons (e.g. Gadget Structures) for things like text files??? Right now, I have to setup my own Image structure. This works fine, but it would be almost impossible for a user to make the Image programmable since it's hardwired into the code... I could have an extra S: file, but that would be getting a bit messy (I like things to be as self-contained as possible!). -Matt