Re: new graphics error message [_IDLITCONTAINER::SETPROPERTY] [message #79367 is a reply to message #79366] |
Thu, 23 February 2012 20:32   |
bjkuk
Messages: 16 Registered: July 2010
|
Junior Member |
|
|
On 2월24일, 오후12시21분, David Fanning <n...@idlcoyote.com> wrote:
> bjkuk writes:
>> I can oopen exact file. and comple it. and code...
>> still same message like below.
>
> You know what can cause problems like this! A damn save
> file! You don't have anything like that hanging around do you?
> Did you build a project some time in the past and have
> a left-over save file in one of your directories?
>
> Sometimes I think the person who invented save files
> should be taken out back and thrashed. :-)
>
> Let me know.
>
> 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.")
I have installed IDL81 from a Download. So I try to install IDL81 from
DVD after program removal and lib folder deleletion.
then, I can do use new graphics now.
however, I have another problem with fsc_color.pro when I use new
graphics on IDL81
Are you familiar with this?
Thanks for your concern with my matters!!
Regards
IDL> pl = plot(findgen(10), findgen(10), color = fsc_color('Red')) ;
new graphics
==> shows "BLUE" color line :ODD!!
IDL> plot, findgen(10), findgen(10), color = fsc_color('Red') ;direct
graphics
==> shows "RED" color line : CORRECT!!
IDL> pl = plot(findgen(10), findgen(10), color =
fsc_color('Blue')) ;new graphics
==> shows "RED" color line : ODD!!
IDL> plot, findgen(10), findgen(10), color = fsc_color('Blue') ;direct
graphics
==> shows "BLUE" color line : CORRECT!!
IDL> pl = plot(findgen(10), findgen(10), color = fsc_color('Green'))
==> shows "GREEN" color line : correct!!
IDL> pl = plot(findgen(10), findgen(10), color = fsc_color('Gray'))
==> shows "Gray" color line : correct!!
|
|
|