home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!unixhub!kaon.SLAC.Stanford.EDU!pfkeb
- From: pfkeb@kaon.SLAC.Stanford.EDU (Paul F. Kunz)
- Subject: Re: NXBrowser Problem
- In-Reply-To: pfkeb@slac.stanford.edu's message of Wed, 30 Dec 1992 00:32:27 GMT
- Message-ID: <PFKEB.92Dec29205003@kaon.SLAC.Stanford.EDU>
- Lines: 29
- Sender: news@unixhub.SLAC.Stanford.EDU
- Organization: Stanford Linear Accelerator Center
- References: <C01qu3.57M@unixhub.SLAC.Stanford.EDU>
- Date: Wed, 30 Dec 1992 04:50:04 GMT
-
- >>>>> On Wed, 30 Dec 1992 00:32:27 GMT, pfkeb@slac.stanford.edu (Paul Kunz) said:
-
- > 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?
-
- This is a follow up to my own posting. Still working on this
- problem, I put the NXBrowser in a resizeable panel just to check that
- my statement about the cells being small enough was true. What I
- found was that if I resize this panel, then the browser displays
- the two columns immediately. This is true whether I make the panel
- larger or smaller(!).
-
- So I'm still looking for the magic to make the browser display two
- columns when it is first brought on screen.
- --
- 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
-