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

Home » Public Forums » archive » setcurrent and buffer don't work together?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
setcurrent and buffer don't work together? [message #83618] Fri, 15 March 2013 16:00
jls is currently offline  jls
Messages: 1
Registered: March 2013
Junior Member
Why can't one combine /buffer and setcurrent for a window? Without this
ability, we either have to run the job in the foreground, or reread very
large files so we can plot different variables in different windows.

IDL Version 8.2.2, Mac OS X (darwin x86_64 m64)

IDL> w=window()
% Loaded DLM: PNG.
IDL> w2=window(/buffer)
IDL> w.setcurrent
IDL> w2.setcurrent
% Attempt to call undefined method: 'GRAPHICSBUFFER::SETCURRENT'.
% Execution halted at: $MAIN$

One way around this might be to use the TARGET keyword with the PLOT
command, but this isn't an option:

IDL> p = plot ( [0,1], target=2 )
% PLOT: Unknown property: TARGET
[Message index]
 
Read Message
Previous Topic: Re: help with transparent plot in version 8.2.2
Next Topic: Annular Zernike polynomials

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

Current Time: Wed Oct 08 15:28:49 PDT 2025

Total time taken to generate the page: 0.00465 seconds