LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Screens on PDA

Hello All,

I have an application for a PDA that has several subvi's that are called to present different user interfaces. Each time a new subvi is loaded, it and all of the others are listed in the running program list.
Ideally I would like to have only one item appearing in the running programs list regardless of the number of 'screens' running.

Thanks

ssk
0 Kudos
Message 1 of 3
(5,848 Views)
Hi ssk,

This is actually how the PDA execution works unfortuneately. The windows mobile operating system just interperets the LabVIEW exe like this.

Regards

Jon B
Applications Engineer
NI UK
0 Kudos
Message 2 of 3
(5,820 Views)
Thanks Jon,

My work around is to use a tab control with the tabs extended beyond the viewable area of the screen. The software switches tabs depending on the operators menu selections, this ensures that a single application appears in the task manager.

ssk
0 Kudos
Message 3 of 3
(5,806 Views)