home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / windows / openloo / 4875 < prev    next >
Encoding:
Text File  |  1992-12-21  |  922 b   |  28 lines

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!news2me.EBay.Sun.COM!exodus.Eng.Sun.COM!rita!jmk
  2. From: jmk@sun.com (John Mani)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Re: OLIT scrolling list
  5. Date: 18 Dec 1992 22:38:13 GMT
  6. Organization: Sun Microsystems, Inc.
  7. Lines: 14
  8. Distribution: world
  9. Message-ID: <lj4kmlINN50@exodus.Eng.Sun.COM>
  10. References: <BzCvu6.5rt@wm.estec.esa.nl>
  11. Reply-To: jmk@sun.com
  12. NNTP-Posting-Host: rita
  13.  
  14.  
  15. >I use scrolling lists to display data from a simulation.
  16. >The proper data is displayed on the scrolling list but
  17. >I get a run time warning:
  18. >
  19. >Warning: String to OlKeyDef found illegal syntax: < >
  20.  
  21.     All members of the OlListItem struct - which represents an item in your list -
  22. should be set to valid data. In your case, set the "mnemonic" field of each 
  23. OlListItem struct in the list to `\0` ... ie assuming that you don't need mnemonics.
  24.  
  25. -john mani
  26. OLIT Engg
  27. SunSoft Inc
  28.