I am trying to muck with the SimpleUI project provided by NI (currently working with the Labview version). I need to conditionally (or permanently) disable the EntryPoint2 and Run_Sequence buttons, based on login permissions. Disabling at the TopLevel VI doesn't "keep" -- when a sequence file using a process model is loaded, these buttons are re-enabled. At what level do I need to disable these?
I sort of successfully deleted them but the UI behavior changed, launching a separate(?) instance of the TestStand application/sequence when a shortcut was used to launch the exe file created with a sequence file passed to it.
Also, the basic SimpleUI is no longer toggling the Login/Logout button on our system. It logs a user out but does not provide a way to log back in (the button text remains "Logout"). Any ideas here?
Thanks!