Re: window title in tvimage [message #15497] |
Wed, 26 May 1999 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
lsyrkin@yahoo.com (lsyrkin@yahoo.com) writes:
> How can I place a title on the window opened with TVIMAGE?
TVIMAGE doesn't open windows. In fact, none of my graphics
display programs open windows if I can figure out a way to
avoid it. I try to write programs that display in *any* open
window, including those in the Z-graphics buffer and in
a PostScript file. It's the only way I know to write
device-independent code. (Which is one of the reasons you
are using TVIMAGE, I presume.) :-)
I'd try something like this:
Window, /Free, Title='Image Window'
TVImage, image
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|