02-28-2006 08:26 AM
02-28-2006 11:47 AM
I wouldn't be surprised if the PDA booleans didn't support some of the mechanical actions.
One way to detect such a thing would be to use the mouse up and mouse down events. If I remember correctly, they were only supported for the picture control in 7.1, but that may have changed in 8.
03-01-2006 12:35 AM
03-01-2006 06:15 AM
03-08-2006 12:07 PM
I'm not sure if you're using Palm OS or Pocket PC, but here is the mechanical action for both.
For Palm OS:
For all latch mechanical actions, Boolean controls appear as if the mechanical action is "Latch when pressed", which means the control retains the actual value until the PDA application reads the value of the control. The control then reverts to its default value. But the PDA Module actually treats the latch mechanical action as "Latch when released", which means the actual value of the control releases only after the PDA application reads the value of the control.
The Palm OS native front panel button latches in the same way as a front panel button in LabVIEW for Windows.
For Pocket PC:
The PDA Module treats all switch mechanical actions as "Switch when released", which changes the control value only after you tap within the graphical boundary of the control.
The PDA Module treats all latch mechanical actions as "Latch when released", which means the actual value of the control releases only after the PDA application reads the value of the control.
Hope this helps,
Shari