comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Attempt to call undefined method: 'IDLITSYMBOL::IS3D'
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Attempt to call undefined method: 'IDLITSYMBOL::IS3D' [message #82400] Wed, 12 December 2012 09:06 Go to previous message
Paul Van Delst[1] is currently offline  Paul Van Delst[1]
Messages: 1157
Registered: April 2002
Senior Member
Hello,

I'm creating a graphics window and storing the id in a hash like so:

gref[tag] = WINDOW( WINDOW_TITLE=tag, $
DIMENSIONS = [600,800] )

I then do a bunch of plotting and legend-ing in that window using the
/CURRENT keyword.

The "gref" variable is passed out of my procedure so that, if I decide
to modify the plots (e.g. zoom, add arrows, text, whatever)
interactively, I can still save it. I've done this in the past and it
has always worked fine.

Now when I try to do it I get an error:

IDL> gref['afn'].save,'afn.png',height=800
% SAVE: Attempt to call undefined method: 'IDLITSYMBOL::IS3D'.
% Execution halted at: $MAIN$

Has anyone seen this error before? Or explain it to me? I can find
anything in the IDL help about either the object (IDLITSYMBOL) or the
method (IS3D)

Thanks for any info.

cheers,

paulv


p.s. IDL> print, !version
{ x86 linux unix linux 8.2 Apr 10 2012 32 64}
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Select values from one array that match multiple values from an other array
Next Topic: IDL rectangular sparse matrices

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 17:56:10 PDT 2025

Total time taken to generate the page: 0.00240 seconds