home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.open-look
- Path: sparky!uunet!mcsun!sun4nl!estwmz.wm.estec.esa.nl!poem_fv
- From: poem_fv@wm.estec.esa.nl (POEM Frederic Vermenouze)
- Subject: OLIT scrolling list
- Message-ID: <BzCvu6.5rt@wm.estec.esa.nl>
- Keywords: OlKeyDef
- Sender: news@wm.estec.esa.nl
- Reply-To: poem_fv@wm.estec.esa.nl
- Organization: ESA/Estec/WMS, Noordwijk, The Netherlands
- Date: Wed, 16 Dec 1992 14:20:29 GMT
- Lines: 22
-
- 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: < >
-
- The backround collor of the scolling list goes to black
- and the text to red.
- I get the error message when calling the functions:
- *applDeleteItem, *applAddItem.
- Here are the calls :
-
- /* del item */
- if (! list_empty_inst) (*applDeleteItem)(widget,instrument_token[j]);
- /* add item */
- instrument_token[j] = (*applAddItem)(widget, 0, 0, instrument_item);
-
- Any adviced welcomed. Please email it to poem_fv@wm.estec.esa.nl.
-
- Fred.
-
-
-