Re: new graphics error message [_IDLITCONTAINER::SETPROPERTY] [message #79395 is a reply to message #79379] |
Thu, 23 February 2012 07:38  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
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.")
|
|
|