Re: problem with checkbox in cw_form [message #34876] |
Mon, 28 April 2003 18:42 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Sergey Koposov (astro@mccme.ru) writes:
> (it is more simple to get the states of fields with
> using cw_form then standard widget construction)
Well, I'm no expert on CW_FORM, having never used it,
but I sincerely doubt this statement. :-)
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: problem with checkbox in cw_form [message #34877 is a reply to message #34876] |
Mon, 28 April 2003 15:56  |
Sergey Koposov
Messages: 7 Registered: April 2003
|
Junior Member |
|
|
Hello!
Because, this widget is used in very complicated program, and it would
be nice if the values of some parameters entered by user were obtained
with single cw_form (it is more simple to get the states of fields with
using cw_form then standart widget construction).
Moreover, I don't believe that it is impossible to make a single
checkbox in cw_form. It would be very strange , I think. :)
Cheers,
Sergey K
Pavel Romashkin wrote:
> Why not create the single checkbox in a separate exclusive base, not as
> part of cw_form?
>
> Cheers,
> Pavel
>
> "�x���" wrote:
>
>> Can somebody tell me how to create only one checkbox in the cw_form. I dont
>> how to do this, because , by default, if there is only one item in the
>> initial value field (in the parameters of cw_form) IDL create a simple
>> button, but no the checkbox.
>> Thanks,
>> Sergey Koposov
|
|
|
Re: problem with checkbox in cw_form [message #34883 is a reply to message #34877] |
Mon, 28 April 2003 13:50  |
Pavel Romashkin
Messages: 166 Registered: April 1999
|
Senior Member |
|
|
Why not create the single checkbox in a separate exclusive base, not as
part of cw_form?
Cheers,
Pavel
"�x���" wrote:
>
> Can somebody tell me how to create only one checkbox in the cw_form. I dont
> how to do this, because , by default, if there is only one item in the
> initial value field (in the parameters of cw_form) IDL create a simple
> button, but no the checkbox.
> Thanks,
> Sergey Koposov
|
|
|