09-16-2008 02:09 PM
I inserted the built in Message Popup step in several places in a long sequence. I often see it flash up like it is opening but immediately close back down and move onto the next step in the sequence without waiting for me to click a button. Any help with this would be appreciated.
Steve
09-17-2008 09:35 AM
09-17-2008 09:39 AM
I didn't set or change anything. Just used the default OK button for button 1. It would only happen on the first instance of popping up. I put it in a loop and it will pop up without a problem every additional time. I changed the active button to one of the other ones not being used and set the other ones to none and now it will stay up the first time.
09-17-2008 09:46 AM
That is bizarre that it only happens on the first msg popup with all the defaults. When you place it does your config look like this?
09-17-2008 09:49 AM
Yes that is what it looks like. Without Layout tab and the Aa button next to each button. I am guessing that is a newer version.
09-17-2008 09:59 AM
Hi,
Do you know what CVI runtime engine you have installed?
Regards
Ray Farmer
09-17-2008 10:18 AM
According to MAX it is 8.0.1.356. Hope that is what you were looking for.
09-17-2008 03:24 PM
Hi,
I think you might need an earlier RTE version (7.0 or 7.1) which should have been installed when you installed TestStand. Have a look in your TestStand docs in <TestStand 3.1 > \docs and its the Readme.html file.
Regards
Ray Farmer
09-18-2008 11:30 AM
Unlike LabVIEW runtime engines, the CVI runtime engine is completely backwards compatible. Installing a newer version of the runtime will overwrite any existing version of the runtime, but this is not a problem, because .dlls or programs compiled in earlier versions will work correctly with the new runtime.
09-18-2008 02:43 PM
Hi Josh,
Thanks for that bit of info. I had forgotten about that.
Although I have known CVI programs not to behavior as they should do when an updated RTE is installed.
In fact I got a situation now where the panel runs ok on one system but on a second system the panel closes instantly when the mouse is moved over the OK button without it actually doing what it should do. I haven't gotten to the bottom of this because its lower on my priorities.
Regards
Ray Farmer