Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!usc!ucsd!ucbvax!agate!shelby!morrow.stanford.edu!news From: craig@pangea.Stanford.EDU (Craig Jarchow) Newsgroups: comp.sys.mac.programmer Subject: Think C CPanoramas Message-ID: <1991Jan4.065642.13087@morrow.stanford.edu> Date: 4 Jan 91 06:56:42 GMT Sender: news@morrow.stanford.edu (News Service) Organization: Stanford Univ. Earth Sciences Lines: 17 I have a question regarding the Think-C Class Library. I have an instance of the CPane class which is attempting to resize its enclosing CPanorama. To do this, my CPane object issues the following messages to the CPanorama: ((CPanorama *)itsEnclosure)->ResizeFrame(&deltaRamaRect); ((CPanorama *)itsEnclosure)->GetFrame(&theRamaFrame); ((CPanorama *)itsEnclosure)->SetBounds(&theRamaFrame); The CPanorama's frame seems to be properly sized by these calls, but my scroll bars go blank and are inoperative. Any ideas what I am doing wrong? Thanks, Craig.