Re: Inserting space between a 'widget_droplist' and a 'widget_button' [message #38289] |
Tue, 02 March 2004 00:51 |
sdj
Messages: 20 Registered: November 2003
|
Junior Member |
|
|
David Fanning <david@dfanning.com> wrote in message
> Pepe writes:
>
>> I have the following very trivial question I would like to put
>> forward:
>> How do I insert some blank space between a 'widget_droplist' and a
>> 'widget_button' ?
>>
>> I have tried adding the keyword 'ynozero' to the 'widget_button', but
>> it didn't do the trick.
>
> How about this:
>
> ; Add 5 centimeters of space.
> space = widget_base(w_c3, ysize=5, units=2)
>
> Works on my machine. :-)
>
> Cheers,
>
> David
Dear David,
Muchas gracias.
It works perfectly for me too.
Regards,
Pepe
P.S. Just to point out that I made a typo in my original post.
'ynozero' should read 'yoffset'.
*************************************************
Pepe S. D. Juevara
- No debe cambiarse de caballo al cruzar el r�o -
*************************************************
|
|
|
Re: Inserting space between a 'widget_droplist' and a 'widget_button' [message #38302 is a reply to message #38289] |
Mon, 01 March 2004 08:49  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Pepe writes:
> I have the following very trivial question I would like to put
> forward:
> How do I insert some blank space between a 'widget_droplist' and a
> 'widget_button' ?
>
> I have tried adding the keyword 'ynozero' to the 'widget_button', but
> it didn't do the trick.
How about this:
; Add 5 centimeters of space.
space = widget_base(w_c3, ysize=5, units=2)
Works on my machine. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|