The problem about the '.RESET_SESSION' command [message #61040] |
Thu, 26 June 2008 20:13 |
duxiyu@gmail.com
Messages: 88 Registered: March 2007
|
Member |
|
|
In IDL help, the introduction about this command is below:
"The .RESET_SESSION command resets much of the state of an IDL session
without requiring the user to exit and restart the IDL session."
But I find that there are some different points between the IDL
session after .RESET_SESSION and the restarted one.
If I change the work directory in the session, the .RESET_SESSION
command cannot set the work directory to the default path.
In a restarted session, the current state of the decomposed flag is 1.
I set it to 0 by using 'device, decomposed=0'.
And then run '.reset_session', the current state of the decomposed
flag is still 0 which is different from the restarted session.
Is there a command which can get the same session as a restarted one?
Best regards,
Du Jian
|
|
|