‎05-09-2008 01:18 PM
‎05-12-2008 09:18 AM
‎05-12-2008 11:07 AM
‎05-13-2008 08:49 AM
I am bringing up a Dialog that (replaces the default 'enter serial number') asks the user for serial number and a few other things. At the start of that code, I use the TestStand - Start Modal Dialog and use the End Modal Dialog at the end. There is definitely user entry involved in this dialog, as opposed to just a popup that needed to be modal. I saw in another thread, that if you have user entry involved, you should use NotifyStartOfModalDialogEx and NotifyEndOfModalDialog . I currently pass the sequence context to this VI and make the Start Modal Dialog call. Since the MODAL aspect of this dialog is only important if called from TestStand, can I somehow do pre/post conditions around the call to this VI, AND use the NotifyStart/EndOfModalDialog instead?
‎05-13-2008 09:00 AM
‎05-13-2008 09:22 AM
‎05-13-2008 09:55 AM
‎05-13-2008 11:56 AM
‎05-13-2008 01:10 PM
‎05-14-2008 09:17 AM