Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!bionet!agate!ucbvax!ECNCDC.BITNET!MSER001 From: MSER001@ECNCDC.BITNET (Scott Hutinger) Newsgroups: comp.sys.apple Subject: Resource Manger or Toolset 30 Message-ID: <8908291002.aa11691@SMOKE.BRL.MIL> Date: 29 Aug 89 14:01:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 29 2 3 4(not sure how many lines are dropped from the mailer) I have a question about the new Resource Manager, and how it is use. For example on a mac with MPW you would include the Types.r which tell what a 'DLOG' should look like, along with other types of resources. A Macintosh(sorry, but no other examples are available to me which use a resource) would look something like this. #include "Types.r" resource 'DLOG' (130, "Dialog1") { {39, 70, 139, 431}, dBoxProc, invisible, noGoAway, 0x1, 130, "Dialog1" }; How would a person create a new style resource on the IIGS? Also, what types of resources are standard, or available. Has anyone used the resource manager yet? Or should I say toolset 30? Even if the header is not available, I would guess that we could make our own header, but would probably need a resource compiler or something? Scott hutinger mser001@ecncdc.bitnet