Re: new graphics error message [_IDLITCONTAINER::SETPROPERTY] [message #79379 is a reply to message #79378] |
Thu, 23 February 2012 17:10   |
bjkuk
Messages: 16 Registered: July 2010
|
Junior Member |
|
|
On 2월24일, 오전12시38분, David Fanning <n...@idlcoyote.com> wrote:
> bjkuk writes:
>> I am looking for solution for new graphics problem.
>> I used 8.1 version on my laptop (window 7, 64bit)
>> The IDL installed on laptop is for window 7 (64bit)
>> When I used new graphics, I have encounter below message.
>
>> 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$
>
>> Would you have any idea to solve above error?
>
> Are you sure your IDL path is looking in IDL 8.1 directories?
>
> 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 Dr.Fanning,
Thanks for your answer.
I have setted IDL path in "preference GUI", like below;
C:/ProgramFiles/ITT/IDL/IDL81
<IDL_Default>
However there is still same problem message!
Regards
|
|
|