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

Home » Public Forums » archive » Re: Bigger image from Slicer3?
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: Bigger image from Slicer3? [message #55324 is a reply to message #55309] Fri, 10 August 2007 19:59 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
RickM writes:

> Is there a way to increase the image size in the Slicer3 widget in
> IDL?
>
> I am an IDL novice, and have been unsuccessful in finding anything on
> this.

Find these lines in the code:

; Initialize parameters.

DEVICE, GET_SCREEN_SIZE=screenSize
winX = ((screenSize[0] / 2) < 640) > 320 ; View window size.
winY = ((screenSize[1] / 2) < 640) > 320 ; View window size.
winX = 8 * ((winX < winY) / 8)
winY = winX

And change the last two to something else. I tried this:

winX = 1000
winY = 800

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Unproject Map Images
Next Topic: A question about IDL_IDLBridge

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

Current Time: Sat Oct 11 09:28:59 PDT 2025

Total time taken to generate the page: 1.28080 seconds