Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!mit-eddie!genrad!decvax!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU.UUCP Newsgroups: comp.sys.amiga Subject: Question on PROP. gadgets using AUTOKNOB Message-ID: <8702251843.AA10187@cory.Berkeley.EDU> Date: Wed, 25-Feb-87 13:43:20 EST Article-I.D.: cory.8702251843.AA10187 Posted: Wed Feb 25 13:43:20 1987 Date-Received: Fri, 27-Feb-87 21:47:31 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: University of California at Berkeley Lines: 16 I'm working on a simple graphical flowcharting program and am using two proportional gadgets in the right and bottom borders to handle scrolling. Everything works properly. The question is: What should I do with the entry in the Gadget structure for the Image? INTUITION crashes if I set it to NULL, but when I set it to some arbitrary image, it doesn't seem to affect the proportional gadget at all. In otherwords, no matter what I set the Image to, I get a normal rectangular border around my prop gadget. Now, I *want* a normal border, but do not understand why I need a dummy image to make it all work. Anybody have any ideas? -Matt