07-31-2006 05:03 AM - edited 07-31-2006 05:03 AM
Hi all!
I’ve seen a lot of discussions concerning this topic, but no one fits my problem.
I want to set a radio button control with two options, and a numeric value associated to one of them (offering the user the possibility to select a global attenuation, which is the numeric value, or made use of a calibration file) for the 4 instruments used in the measurements. (see example and image attached)
I’ve tried to edit the control, but it gives me an error as soon as I place the numeric control. If I add it directly in the front panel, an undesirable shadow appears…
Any idea?
Mensaje editado por Gatet
07-31-2006 05:42 AM
would using events for each radio button and make that numeric control visible/invisible as shown in this VI help??
I am not sure if X controls can be used to realise this kind of an application.
07-31-2006 05:43 AM
07-31-2006 05:46 AM
Hi Gatet,
you can't insert a numeric control into a radio button, because this changes the type of control and consequently giving you the error.
If I add it directly in the front panel, an undesirable shadow appears…
I was facing this same problem recently and got an answer here:
http://forums.lavag.org/index.php?showtopic=2883
Besides ignoring the issue (the shadow disapperas dring execution) probably the easiest solution is grouping the controls.
Good luck,
Guenther
07-31-2006 06:09 AM
Hi devchander,
I'm using LabVIEW 7.1, so I can't open your example (requires 8.0). Could you please store it for this older version?
Thanks!
07-31-2006 06:24 AM - edited 07-31-2006 06:24 AM
Message Edited by devchander on 07-31-2006 06:25 AM
07-31-2006 07:24 AM