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