Subregion in table widget [message #25891] |
Wed, 25 July 2001 14:52  |
Marianne
Messages: 3 Registered: November 2000
|
Junior Member |
|
|
I am struggling with the table widget. In particular, I wish to update a
subset of the table. I use the command
WIDGET_CONTROL,wTable,SET_VALUE=SubTable,USE_TABLE_SELECT=[0 ,0,n,0]
to replace the top row in a row_major table widget. Doesn't work. My
test program to replace bigger pieces causes a core dump.
A search of Deja.Com (can never remember the Google name) retrieves only
other plaintive requests for help with tables. Any tips, tricks, etc,
from knowledgeable users out there?
Merriliinn Zeppa
University of Washington
|
|
|
Re: Subregion in table widget [message #25965 is a reply to message #25891] |
Thu, 26 July 2001 21:03  |
david[2]
Messages: 100 Registered: June 2001
|
Senior Member |
|
|
M. Zeppa writes:
> A search of Deja.Com (can never remember the Google name) retrieves only
> other plaintive requests for help with tables. Any tips, tricks, etc,
> from knowledgeable users out there?
Here's a tip: re-think your program design
to trash the table widget. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|