Re: Parent Child relationship in IDL [message #39951 is a reply to message #39812] |
Wed, 23 June 2004 18:40  |
IDLmastertobe
Messages: 54 Registered: June 2004
|
Member |
|
|
David,
I took a look at your program and saw how you are able to zoom on a
section of the original image and output it to a new window.
The program that I am working on does just that, but I want to be able to
zoom into consecutive images. In your program, what would you do so that
you can recursively zoom in on the new window, such that the new window
can do exactly what the original window does.
Right now, the program I wrote can open a image and zoom on the image,
resulting in the opening of another window with a new image. Then, I can
zoom in again on the new image resulting in the opening of another window.
The program can keep recursively calling itself so as to have multiple
programs running and each window has the same capabilities of the original
window.
Suppose I have three windows open (so 3 of the same .pro programs
running), each a zoomed image from the previous window. My question is
how can I go back to the first window (the first .pro progam) and rezoom
so that it redraws on the second window (so the second .pro programs)?
Please help...
Also, keep in mind, after zoom onto another window, each child window can
do exactly what the original window does. So each child window has the
same buttons as the first window (ex: file, open..., exit, plot, etc...)
|
|
|