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

Home » Public Forums » archive » Re: Not Sure about widget hierarchy ??
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: Not Sure about widget hierarchy ?? [message #34838 is a reply to message #34837] Wed, 23 April 2003 14:09 Go to previous messageGo to previous message
JD Smith is currently offline  JD Smith
Messages: 850
Registered: December 1999
Senior Member
On Wed, 23 Apr 2003 13:20:17 -0700, Rick Towler wrote:


> "paul wisehart" wrote in message
>
>> Basically I want to display 2 images next to each other on the screen.
>> These images are required to have the same dimensions. (This is useful)
>>
>>
>> Is it possible to use 2 draw-widgets but still have 1 window??
>
> No. A draw widget is a window. You probably can put two draw widgets
> right next to each other and set their FRAME properties so that there is
> no (or a very small) border making it look like one big window.

I don't regard a draw widget as a window. It's a canvas, embedded in a
base, which may be a top level base defining a window (i.e. that which
has a title bar). How about:

IDL> b=widget_base(/ROW,SPACE=1)
IDL> d1=widget_draw(b,xsize=100,ysize=100)
IDL> d2=widget_draw(b,xsize=100,ysize=100)
IDL> widget_control, b,/realize

JD
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Convert IDL code to HTML with color chromacoding for webpage / printing
Next Topic: Re: problem with hidden lines in SURFACE in IDL version 5.5 and 5.6

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

Current Time: Fri Nov 28 22:20:22 PST 2025

Total time taken to generate the page: 0.02087 seconds