home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.toolkits.xview
- Path: sparky!uunet!psinntp!newstand.syr.edu!cougar.cat.syr.edu!foudil
- From: foudil@cougar.cat.syr.edu (Foudil Bey Kamal)
- Subject: how to specify a PANEL_VALUE that is not integer
- Message-ID: <1992Dec28.181322.24266@newstand.syr.edu>
- Organization: Syracuse University
- Date: Mon, 28 Dec 92 18:13:22 EST
- Lines: 12
-
- I am trying to specify PANEL_VALUE in a statement of the form
- for(i=0;i<max;++i)
- xv_create(panel,PANEL_NUMERIC_TEXT,...
- ... ...
- PANEL_VALUE, (float) data[i],
- NULL);
-
- although the values I am interested in are in the array data, when
- I display the values, I get the value 100 all the time.
- I am at a loss here, am I missing something?
- any help greatly appreciated.
-
-