home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!gatech!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!uwm.edu!linac!unixhub!news
- From: pfkeb@slac.stanford.edu (Paul Kunz)
- Subject: NXBrowser Problem
- Message-ID: <C01qu3.57M@unixhub.SLAC.Stanford.EDU>
- Sender: news@unixhub.SLAC.Stanford.EDU
- Reply-To: pfkeb@slac.stanford.edu
- Organization: Stanford Linear Accelerator Center
- Date: Wed, 30 Dec 1992 00:32:27 GMT
- Lines: 18
-
- I have a problem creating a two column NXBrowser with two columns being
- displayed. Can anybody tell me what I'm doing wrong. In the init method
- of the browser's degate I do
-
- [[funcBrowser setMinColumnWidth:1] setMaxVisibleColumns:2];
- [funcBrowser separateColumns:YES];
-
- as is recommended in the documentation of the -setMaxVisibleColumns method.
- The second column is being loaded correctly, but only one column at a time
- is being displayed. The size of the cells in either column are small
- enough that both columns can be displayed.
-
- Am I missing something?
-
- --
- Paul F. Kunz pfkeb@slac.stanford.edu (NeXT mail ok)
- Stanford Linear Accelerator Center, Stanford University
- Voice: (415) 926-2884 (NeXT) Fax: (415) 926-3587
-