IN labview for PDA I have the dialog radio button control. But I dont have the dialog radio buttons like in the regular labview. How do I create a radio buttons menu with four choices?
Unfortunately, radio buttons are not supported in LabVIEW PDA. Your only workaround is to implement a series of boolean buttons or checkboxes to behave like radio buttons.