Re: General purpose structure editor? [message #14378] |
Thu, 25 February 1999 00:00 |
Christopher C. Lamb
Messages: 1 Registered: February 1999
|
Junior Member |
|
|
Dyer Lytle wrote:
>
> Hi,
>
> Does anyone know if there exists IDL code anywhere
> for a general purpose, widget-based, IDL structure
> editor that will display the tags and values in
> a text field and allow the user to edit them and
> save back to the structure? It should also descend
> into arrays and pointers to substructures, etc.
>
Don't know of one, but I think it wouldn't be
too hard to throw one together using the
Execute function.
--
Christopher C. Lamb, Sandia National Laboratories
Phone: (505)844-8817
Fax: (505)844-5993
Email: cclamb@sandia.gov
|
|
|
Re: General purpose structure editor? [message #14383 is a reply to message #14378] |
Wed, 24 February 1999 00:00  |
mrfitz
Messages: 1 Registered: February 1999
|
Junior Member |
|
|
In article <MPG.113e1b45eae4d7e79896f4@news.frii.com>,
David Fanning <davidf@dfanning.com> wrote:
> Dyer Lytle (dyer@lpl.arizona.edu) writes:
>
>> Does anyone know if there exists IDL code anywhere
>> for a general purpose, widget-based, IDL structure
>> editor that will display the tags and values in
>> a text field and allow the user to edit them and
>> save back to the structure? It should also descend
>> into arrays and pointers to substructures, etc.
>>
>> (I am trying to avoid writing this myself although
>> it will be an interesting project.)
>
> Here's a piece of advice, Dyer. Do this on your
> own time with the PC at home and don't touch the
> University's computers. Then, when you have it done,
> call me first before you show it to anyone else.
> I've got a feeling you are not the only one who
> wants one of these. :-)
>
> 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
What about XVAREDIT ? It deals with nested structures, though
you may need to make it more robust.
--
--
Mike Fitzgibbon MRFitz@ns.arizona.edu
UofAz, LPL phone:(520)626-4791
Systems Programmer, Sr. fax: (520)621-6783
|
|
|
Re: General purpose structure editor? [message #14386 is a reply to message #14383] |
Wed, 24 February 1999 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Dyer Lytle (dyer@lpl.arizona.edu) writes:
> Does anyone know if there exists IDL code anywhere
> for a general purpose, widget-based, IDL structure
> editor that will display the tags and values in
> a text field and allow the user to edit them and
> save back to the structure? It should also descend
> into arrays and pointers to substructures, etc.
>
> (I am trying to avoid writing this myself although
> it will be an interesting project.)
Here's a piece of advice, Dyer. Do this on your
own time with the PC at home and don't touch the
University's computers. Then, when you have it done,
call me first before you show it to anyone else.
I've got a feeling you are not the only one who
wants one of these. :-)
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
|
|
|