Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!nike!ucbcad!ucbvax!UHUPVM1.BITNET!ACS19 From: ACS19@UHUPVM1.BITNET (Mike Vederman) Newsgroups: net.micro.atari16 Subject: Re: Editable Fields in Windows Message-ID: <8609250613.AA06205@ucbvax.Berkeley.EDU> Date: Wed, 24-Sep-86 11:44:55 EDT Article-I.D.: ucbvax.8609250613.AA06205 Posted: Wed Sep 24 11:44:55 1986 Date-Received: Thu, 25-Sep-86 05:12:47 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 12 The way you want to do this is correct. Although it is not easy, you can change the x and y coordinates of the parent object (usually a g-box, probably in this case an invisible box with no border) which would change the relative position of the children on the screen, though they would be positioned the same relative to the parent. If you can, look at Tim Oren's tutorials on GEM, and the DRI Doodle program, both of these will give you an idea of how to manipulate the x and y coords of an object. The particular algorithm you use, however, must come from your own power. Mike