Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!cmcl2!lanl!bxb From: bxb@lanl.gov (barry j. berenberg) Newsgroups: comp.sys.mac.hypercard Subject: Re: Help a novice, please? Summary: Thanks for all the responses Message-ID: <48118@lanl.gov> Date: 9 Apr 90 15:18:38 GMT References: <47965@lanl.gov> <40120@apple.Apple.COM> Organization: Los Alamos National Laboratory Lines: 28 First, I want to thank everyone for the responses they sent me. Most were of the type "put the resources in the Home stack," which is what I ended up doing. However, I plan to eventually distribute these stacks and had wanted to avoid that. > not, maybe you could post a script fragment. (Note: if the XCMD uses > external resources such as STR#s or DLOGs, it's not clear to me whether > it will be able to locate these resources and function properly.) They do use DLOGs, and they didn't show up. Evidently, the XCMD wasn't able to locate them. > on mouseUp > lock screen > set the lockMessages to true > go stack "Pseudo-Home" > get myXFCN() > go recent card > set the lockMessages to false > unlock screen > end mouseUp Now that I see it, this looks like a workable (and obvious!) solution. Thanks for your help. Barry Berenberg bxb@lanl.gov