Hello,
I have following problem:
I am controlling a LabWindows/CVI GUI across multiple TestStand steps to show the state of application process.
I realized that with the tutorial "Dynamically Controlling a LabWindows/CVI GUI across Multiple TestStand Steps" founded on ni.com.
So far this works fine.
But then I wanted to dynamically control the panel title and tried to change the title by adding a function call
SetPanelAttribute(PanelHandle, ATTR_TITLE, "Title-String") in the "my-update-function".
Know every time i call this function from TestStand, TestStand hangs up.
Maybe it is not possible to change the panel-title with this solution?
Regards,
M. Brosig