IDL command line access from inside a widget? [message #82729] |
Fri, 11 January 2013 16:51 |
havok2063
Messages: 24 Registered: December 2012
|
Junior Member |
|
|
I have a widget program that I'm running that displays some data and allows the user some interaction.
If I want to allow the user access to the command line so they can use the rest of IDL to explore the data, what is the best possible way?
I've set NO_BLOCK on the XMANAGER but that puts me back at the MAIN without access to the variables I've loaded inside my procedure.
Is there a way to get back to the command line and have access to the variables I've already loaded?
Is the answer to spawn an instance of IDL at the end of my widget procedure that runs a specified script to give me the variables I want?
On a side note, is it possible to spawn a new xterminal, open idl in it and run a script, all from within IDL? I've spawned the xterminal but can't get idl to load in it.
Thanks for the help.
|
|
|