09-15-2014 07:33 AM
I found a bug in the 2-button dialog running on a cRIO 9033. If you look at this extremely simple code, I have an enum that gives the option of whether to show a two-button dialog when the Panel Close? Event triggers or not. When you choose to show the button dialog, the event executes before the dialog goes away. The code is not waiting on the dialog box to finish executing before it finishes the event.
09-15-2014 07:36 AM
Can you please post your code in LV2013 or earlier version.
09-15-2014 07:37 AM
I found the error on a cRIO-9033. I am under the impression that only LabVIEW 2014 works on those right now.
09-15-2014 07:41 AM
Are you trying to use a 2-button dialog in an RT target? Can you show a picture of your code, what you are trying to do?
09-15-2014 07:54 AM
cRIO-9033 has an embedded UI made possible by its mini-display port. So it is designed to be able to support UIs.
09-15-2014 08:10 AM
Can you set the VI execution to UI thread and see what happens. In RT it may not be the same execution system as windows.
09-15-2014 08:19 AM
That did not fix it.