Currently the only way to hide the "x" button is to call the main VI as
a subVI and set the subVI's property to show its front panel (right
click and select SubVI Node Setup...).
By the way, tapping the "x" button makes the pda application runs in the
background. It does not kill the pda application. You can go back to the
pda application window by launching the task manager (Programs >> iTask)
and then tapping on the pda application name from the popup menu.
On an hp ipaq, you can launch the task manager (iTask) by pushing the
right most input button on the device (the one with the arrow symbol on it).
-mkm
ohw313 wrote:
> Greetings,
>
> Having a small problem with LABVIEW PDA. Made an application for a
> client. Works fine except the client is complainin
g that if he closes
> the program with the "x", it remains in memory(He then has to close it
> with the memory manager). I have given him a nice big EXIT button but
> sometimes by accident he still uses the "x". Is there any way to
> disable the "x" or make it Close the application. It looks like I can
> disable it from "VI PROPERTIES" but the PDA is at the client and I can
> no longer test. Will this work or does anybody have another solution.
>
> Thank you