home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5368 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  928 b 

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!usc!sdd.hp.com!swrinde!ringer!news
  2. From: tom@ennex1.eng.utsa.edu (Tom Arnow)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Screwball Scrollview
  5. Message-ID: <1992Jul30.163504.29228@ringer.cs.utsa.edu>
  6. Date: 30 Jul 92 16:35:04 GMT
  7. Sender: news@ringer.cs.utsa.edu
  8. Reply-To: tom@ennex1.eng.utsa.edu (Tom Arnow)
  9. Organization: Univ of Texas at San Antonio
  10. Lines: 13
  11. Nntp-Posting-Host: ennex4.eng.utsa.edu
  12.  
  13. My ScrollView acts very strange.
  14. It works fine in the vertical direction but not in the horizontal. When the  
  15. window is shrunk horizontally, the image is cut off, the scroller doesn't  
  16. get smaller the way it should.
  17. The window is in a loadNib section. The window and scrollview are connected  
  18. to myWindow and myScrollView in the custom view class.
  19.  
  20.        [myScrollView setDocView:self];
  21.        [myWindow makeKeyAndOrderFront:self];
  22.  
  23. Would appreciate enlightenment.
  24. Thanks
  25. Tom Arnow
  26.