Re: new graphics error message [_IDLITCONTAINER::SETPROPERTY] [message #79375 is a reply to message #79374] |
Thu, 23 February 2012 17:51   |
bjkuk
Messages: 16 Registered: July 2010
|
Junior Member |
|
|
On 2월24일, 오전10시44분, David Fanning <n...@idlcoyote.com> wrote:
> bjkuk writes:
>> Here it is for my IDL path information!
>
> Alright, well, let's do this the hard way then. :-)
>
> Type these commands at your IDL command prompt:
>
> IDL> .Full_Reset
> IDL> x = findgen(100)
> IDL> y = sqrt(x)
> IDL> pl = plot(x, y)
>
> If these commands cause an error, then type this:
>
> IDL> Help, /Source
>
> And then let's see *that* listing! :-)
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.idlcoyote.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Hello,
I did "Full_reset" and "help " command shows below.
Regards
IDL>
IDL> .Full_Reset
IDL> x = findgen(100)
IDL> y = sqrt(x)
IDL> pl = plot(x, y)
% Keyword PROXY not allowed in call to: _IDLITCONTAINER::SETPROPERTY
% Execution halted at: $MAIN$
IDL> help, /source
Compiled Procedures:
$MAIN$
Compiled Functions:
GRAPHICSWIN::GETPROPVALUE C:\Program Files\ITT\IDL\IDL81\lib
\graphics\graphicswin__define.pro
IDL>
|
|
|