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