09-16-2009 08:50 AM
I am looking for a property in test stand 4.1 to allow me to enable/disable Test UUT and Single Pass buttons dynamically on the RTOI.
Your help is appreciated.
09-16-2009 08:48 PM
Hey lightbug,
The trick is when you connect the button to the sequencefileview manager. Make sure you set 0 as the opt. Then you can simply change the buttons property called Enabled to true or false depending on the behavior you want. It doesn't make the button disappear but it does disable people from pushing it. I couldn't find the visible property.
Regards,
09-16-2009 08:50 PM
09-17-2009 10:52 AM - edited 09-17-2009 10:53 AM
Depending on what RTOI you're using, you may want to dim or remove the menu options for the entry point. In the process model, the Test UUTs and Single Pass Entry Point sequences have a section (Entry Point Enabled Expression:) that you can add a variable or expression that you then control through your RTOI. I believe that this will also manage access to your buttons in the same way that the permissions allow access to the Single Pass entry point.
-Jack