home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!cs.utexas.edu!usc!sdd.hp.com!swrinde!ringer!news
- From: tom@ennex1.eng.utsa.edu (Tom Arnow)
- Newsgroups: comp.sys.next.programmer
- Subject: Screwball Scrollview
- Message-ID: <1992Jul30.163504.29228@ringer.cs.utsa.edu>
- Date: 30 Jul 92 16:35:04 GMT
- Sender: news@ringer.cs.utsa.edu
- Reply-To: tom@ennex1.eng.utsa.edu (Tom Arnow)
- Organization: Univ of Texas at San Antonio
- Lines: 13
- Nntp-Posting-Host: ennex4.eng.utsa.edu
-
- My ScrollView acts very strange.
- It works fine in the vertical direction but not in the horizontal. When the
- window is shrunk horizontally, the image is cut off, the scroller doesn't
- get smaller the way it should.
- The window is in a loadNib section. The window and scrollview are connected
- to myWindow and myScrollView in the custom view class.
-
- [myScrollView setDocView:self];
- [myWindow makeKeyAndOrderFront:self];
-
- Would appreciate enlightenment.
- Thanks
- Tom Arnow
-