03-29-2008 03:05 AM
03-31-2008 07:20 AM
04-04-2008 12:16 AM - edited 04-04-2008 12:21 AM
Hi Subhashini,
The LabVIEW PDA Module does not support the ability to tab through controls and indicators. Depending on your application, one workaround could be to set the focus on different controls depending on which hardware button is pressed. You can use the PDA Button Input VIs to detect a button press. There is an example program called Button Input VIs - Pocket PC.lvproj in the labview\examples\PDA\button input directory. I've attached a modified version of the VI from that project to demonstrate setting focus to two different controls. The numeric control is selected if "right" is pressed, and the string gets focus when "up" is pressed.
Hope that helps!
04-04-2008 04:28 AM