CG resizable window won't resize during read [message #75550] |
Thu, 17 March 2011 12:17 |
Jeremy Bailin
Messages: 618 Registered: April 2008
|
Senior Member |
|
|
I have an odd probably insurmountable problem with CG resizable windows. If I have lots of similar plots looping through different objects, I like to do something like this on the command line:
for i=0l,nobj-1 do begin
cgplot, blahblahblahblah, /window
cgplot, blahlblahblah, /overplot, /addcmd
...etc...
str='' & read, str ; pause for me to look at it and hit enter when I'm done
end
The problem is that, while I'm looking at one of these plots, while it's waiting at the read line, I want to resize it. And I can resize the window itself, but the plot doesn't resize. And it doesn't resize after I hit enter - just puts up the new plot. But once I finally get out of the loop, it will finally remember what it's supposed to do and resize the final plot.
7.0.4 Mac Leopard
Any suggestions?
-Jeremy.
|
|
|