Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!mailrus!tut.cis.ohio-state.edu!bloom-beacon!mit-eddie!bbn!rochester!pt.cs.cmu.edu!andrew.cmu.edu!ws0n+ From: ws0n+@andrew.cmu.edu (Walter Ray Smith) Newsgroups: comp.sys.mac.programmer Subject: Variable-sized elevators Message-ID: Date: 25 Apr 88 21:07:14 GMT References: <242@uvabick.UUCP> <8700@apple.Apple.Com>, <2956@saturn.ucsc.edu> Organization: Carnegie Mellon Lines: 17 In-Reply-To: <2956@saturn.ucsc.edu> > *Excerpts from: 22-Apr-88 Re: MultiFinder switch bug .. Alexander* > *Rosenberg@ucsc (1134)* > What's the deal with scroll bars? When they CDEF got updated to work with > the new control manager color support, why didn't it also get the variable > elevator sizing as found on the //gs and GEM? (sorry to say that, but it > has it and we don't...) How do you propose to do that?! Variable elevator sizing requires some idea of the size of the visible area relative to the view size--the scroll bar has to have four parameters. The Control Manager dictates that each control has a min, a max, and a value--three parameters. You could make a new control with some hack to get the elevator size into it, but I don't see how you could retrofit that functionality into CDEF 1. How would you get the applications to tell you how big to make the elevator? - Walt