Groups | Search | Server Info | Login | Register


Groups > comp.lang.idl > #137

Re: widget multiple window plot

Newsgroups comp.lang.idl
Date 2018-03-05 14:36 -0800
References <1af4465d-fb70-466a-a828-058e83ce0d3b@googlegroups.com>
Message-ID <d238815b-81c0-4e6c-b6b1-bb49b7322682@googlegroups.com> (permalink)
Subject Re: widget multiple window plot
From Guilherme Gualda <guigualda@gmail.com>

Show all headers | View raw


Hi Sapna,

If I understand your problem correctly, all you need to do is use WSET to choose which is the active draw window prior to invoking commands that draw things in each of the draw windows:
https://www.harrisgeospatial.com/docs/wset_procedure.html

You will need to retrieve the window id in order to use WSET. You can do that using the GET_VALUE keyword of WIDGET_CONTROL. 

Hope this helps!

Best,

Guil

Back to comp.lang.idl | Previous | NextPrevious in thread | Find similar


Thread

widget multiple window plot Sapna Mishra <sapna.intell@gmail.com> - 2018-03-05 06:22 -0800
  Re: widget multiple window plot Guilherme Gualda <guigualda@gmail.com> - 2018-03-05 14:36 -0800

csiph-web