home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / next / programm / 7943 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.8 KB  |  42 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!unixhub!kaon.SLAC.Stanford.EDU!pfkeb
  3. From: pfkeb@kaon.SLAC.Stanford.EDU (Paul F. Kunz)
  4. Subject: Re: NXBrowser Problem
  5. In-Reply-To: pfkeb@slac.stanford.edu's message of Wed, 30 Dec 1992 00:32:27 GMT
  6. Message-ID: <PFKEB.92Dec29205003@kaon.SLAC.Stanford.EDU>
  7. Lines: 29
  8. Sender: news@unixhub.SLAC.Stanford.EDU
  9. Organization: Stanford Linear Accelerator Center
  10. References: <C01qu3.57M@unixhub.SLAC.Stanford.EDU>
  11. Date: Wed, 30 Dec 1992 04:50:04 GMT
  12.  
  13. >>>>> On Wed, 30 Dec 1992 00:32:27 GMT, pfkeb@slac.stanford.edu (Paul Kunz) said:
  14.  
  15. >    I have a problem creating a two column NXBrowser with two columns being  
  16. > displayed.   Can anybody tell me what I'm doing wrong.   In the init method  
  17. > of the browser's degate I do
  18.  
  19. >     [[funcBrowser setMinColumnWidth:1] setMaxVisibleColumns:2];
  20. >     [funcBrowser separateColumns:YES];
  21.  
  22. > as is recommended in the documentation of the -setMaxVisibleColumns method.    
  23. > The second column is being loaded correctly, but only one column at a time  
  24. > is being displayed.   The size of the cells in either column are small  
  25. > enough that both columns can be displayed.
  26.  
  27. >    Am I missing something?
  28.  
  29.   This is a follow up to my own posting.   Still working on this
  30. problem, I put the NXBrowser in a resizeable panel just to check that
  31. my statement about the cells being small enough was true.   What I 
  32. found was that if I resize this panel, then the browser displays
  33. the two columns immediately.  This is true whether I make the panel
  34. larger or smaller(!).
  35.  
  36.   So I'm still looking for the magic to make the browser display two
  37. columns when it is first brought on screen.
  38. --
  39. Paul F. Kunz    pfkeb@slac.stanford.edu (NeXT mail ok)
  40. Stanford Linear Accelerator Center, Stanford University
  41. Voice: (415) 926-2884   (NeXT) Fax: (415) 926-3587
  42.