Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!bbn!bbn.com!tappan From: tappan@bbn.com (Dan Tappan) Newsgroups: comp.sys.mac.programmer Subject: Re: Chooser Interface Problem (kind of long) Keywords: Chooser RDEV Message-ID: <40981@bbn.COM> Date: 6 Jun 89 13:55:05 GMT References: <2094@oakhill.UUCP> Sender: news@bbn.COM Reply-To: tappan@BBN.COM (Dan Tappan) Distribution: usa Organization: Bolt Beranek and Newman Inc., Cambridge MA Lines: 17 In article <2094@oakhill.UUCP> tomj@oakhill.UUCP (Tom Johnson) writes: >I'm having a little problem writing an RDEV. As an (almost) last resort >prior to tearing my hair out and becoming a Buddist monk, I though I might >see whether anyone out in netland has a solution. > >Scenario: > RDEV which issues its own NBP call to fill a list. > ... >The Problem: > Regardless of the setting of the flags long word, the code NEVER receives >a "fillList" message as per IM-IV p.220, and ALWAYS receives a getSel msg! What you may be running into is that the Chooser caches the flag settings from RDEV's. There is a resource in the system file called 'clst'. The effect of this is that if you built your RDEV the first time without that bit set then forever afterword the Chooser will ignore your new setting.