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

Home » Public Forums » archive » Multiple images in the same Window
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: Multiple images in the same Window [message #85565 is a reply to message #85563] Fri, 16 August 2013 11:42 Go to previous messageGo to previous message
Phillip Bitzer is currently offline  Phillip Bitzer
Messages: 223
Registered: June 2006
Senior Member
You're going to need to make separate call for each image - LAYOUT should be a three element array:
http://www.exelisvis.com/docs/IMAGE.html#LAYOUT

So, something like this:

pfile = IMAGE(file, LAYOUT=[7, 1, 1], MARGIN=0)
pfile = IMAGE(file, LAYOUT=[7, 1, 2], MARGIN=0, /CURR)
pfile = IMAGE(file, LAYOUT=[7, 1, 3], MARGIN=0, /CURR)
....

will tile the the same image in a row. You don't want to use both LAYOUT and POSITION keywords - LAYOUT is ignored if you do.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Keyboard/Input focus: MS windows vs linux
Next Topic: Rick Towler's RHTCamera on 64 bit Windows

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

Current Time: Wed Oct 08 13:36:55 PDT 2025

Total time taken to generate the page: 0.00545 seconds