Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site wang.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!wanginst!wang!smelser From: smelser@wang.UUCP (pri=8 Craig Smelser) Newsgroups: net.micro.mac Subject: Re: Re: Creating Resources: ResEdit or RMaker? Message-ID: <759@wang.UUCP> Date: Mon, 10-Feb-86 11:13:20 EST Article-I.D.: wang.759 Posted: Mon Feb 10 11:13:20 1986 Date-Received: Wed, 12-Feb-86 07:44:39 EST References: <381@ucsbcsl.UUCP> <492@lzaz.UUCP> <1592@teklds.UUCP> <756@wang.UUCP> <1960@uwmacc.UUCP> Organization: Wang Labs, Lowell MA Lines: 21 > > > I've found it substantially easier to whip up dialogs and alerts (and make > > them look right) with ResEdit than with RMaker. But then I go and turn the > > results back into a .r file. Why? Because ResEdit doesn't provide any > > *direct* method of ordering the items in a DITL. The order of items is > > critical in using a dialog which has many (>1) controls in it. Using RMaker > > lets me be sure of that order. > > I use ResEdit also, and agree with this assessment, except for the > statement that there's no capability for direct ordering. What > do you mean by "direct"? What I meant by "direct" is something along the lines of being able to see (and renumber, or drag the elements of) an ordered list of the dialog elements. Having important aspects of the dialog be invisible makes me nervous. I took a look at ResEdit's TMPL definition language, but it's not flexible enough to deal with DITL's because it lacks any conditional constructs. (The size of DITL elements varies with their type.) The solution you suggest (using send to back or bring to front) is functional, but error-prone. Perhaps you're more systematic than I am...