home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / programm / 7784 < prev    next >
Encoding:
Text File  |  1992-12-16  |  932 b   |  23 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!pipex!demon!prim.demon.co.uk!dave
  3. From: dave@prim.demon.co.uk (Dave Griffiths)
  4. Subject: Re: WANTED: code for RESIZE-KNOB
  5. Message-ID: <1992Dec16.115211.1448@prim>
  6. Organization: Primitive Software Ltd.
  7. References: <mst.723853978@sanjuan> <1992Dec9.185451.2696@uunet!cbmvax!xmws!kripalu>
  8. Date: Wed, 16 Dec 1992 11:52:11 GMT
  9. Lines: 12
  10.  
  11. In article <1992Dec9.185451.2696@uunet!cbmvax!xmws!kripalu> harit@kripalu.com writes:
  12. >
  13. >Look in the docs for class NXSplitView.  There is no IB way to construct these  
  14. >however.  No group in split view option as of yet.
  15. >
  16.  
  17. If you want to keep the benefits of using IB, you can add the NXSplitView 
  18. programmatically in appDidInit. With Mail app for instance, you would put all 
  19. the top stuff in a Box and then at run-time remove the Box and ScrollView 
  20. from their superviews and put them in an NXSplitView instead. Works fine.
  21.  
  22. Dave Griffiths
  23.