Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!houxm!whuxl!whuxlm!akgua!gatech!seismo!harvard!bbnccv!bbncca!wanginst!wang!smelser From: smelser@wang.UUCP Newsgroups: net.micro.mac Subject: Re: Creating Resources: ResEdit or RMaker? Message-ID: <756@wang.UUCP> Date: Thu, 6-Feb-86 08:09:59 EST Article-I.D.: wang.756 Posted: Thu Feb 6 08:09:59 1986 Date-Received: Sun, 9-Feb-86 08:32:25 EST References: <381@ucsbcsl.UUCP> <492@lzaz.UUCP> <1592@teklds.UUCP> Organization: Wang Labs, Lowell MA Lines: 18 > I haven't checked the paperback edition on this, but what I'd like to know is: > > Should resources be created with ResEdit or RMaker? > > The advantage of ResEdit is its interactive, visual editing capability. > The advantages of RMaker are that .r files can be mailed and printed easily, > and that it works better with compilers (especially with batch or shell > scripts) in combining resources with (freshly-compiled) code. > > Obviously, both methods will "work". I want to know which is preferable for > serious software engineering. 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.