Re: vertical distance in cw_bgroup?? [message #10085] |
Thu, 23 October 1997 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Astrid Kuhr writes:
> I have a checkbox-group 10 rows, 4 columns.
> How can I change the vertical distance between
> the rows???
>
> space=... dont works... :(((
>
>
> BG = CW_BGROUP (WB1, UVALUE = 'XY-Plot', COLUMN = 4, /NONEXCLUSIVE, $
> STRARR (40) + ' ', SPACE = 40, SET_VALUE = INTARR (40) + 1)
According to my documentation, the SPACE keyword doesn't
work if either the EXCLUSIVE or NONEXCLUSIVE keywords are
set. :-)
Cheers,
David
-----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
E-Mail: davidf@dfanning.com
Phone: 970-221-0438
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|