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

Home » Public Forums » archive » Re: Quickly Erasing lines on direct graphics images
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Quickly Erasing lines on direct graphics images [message #46263 is a reply to message #46255] Sun, 13 November 2005 17:48 Go to previous messageGo to previous message
Richard French is currently offline  Richard French
Messages: 173
Registered: December 2000
Senior Member
David - I tried this, and nothing showed up in window 3 (which I had already
created, using
Window,3,xsize=300,ysize=400
>
> pixmap -> SetWindow
> Plot, findgen(11) ; etc.
>
> To copy to a window, say window index number 3:
>
> pixmap -> CopyToWindow, 3
>
> If you wish to make the pixmap a different size (for
> example, in a resizeable graphics window application):
>
> pixmap -> Resize, newXsize, newYsize
>
> But, best of all, if you want to see what you actually
> have in the pixmap (i.e., so you can debug your program):
>
> pixmap -> Map, 1
>
> To hide it again:
>
> pixmap -> Map, 0

In the version on the ftp site, I get:
IDL> pixmap->map,1
% Attempt to call undefined method: 'PIXMAP::MAP'.
% Execution halted at: $MAIN$
IDL>
>


Is there a newer version out there somewhere?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: subscripting arrays with dim > 1
Next Topic: make .dll share image file for CALL_EXTERNAL

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

Current Time: Wed Oct 08 17:29:37 PDT 2025

Total time taken to generate the page: 0.00409 seconds