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

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