Jump to content

RogerSaele

Members
  • Posts

    5
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2013
  • Since
    2013

Recent Profile Visitors

883 profile views

RogerSaele's Achievements

  1. I already fixed it, but I presumed this should be fixed in the master branch as well.
  2. There is no support for fixed-point numbers.
  3. I found the issue. I was closing the type specifier VI Refnum, which I apparently should not be doing.
  4. I am making an application from which the user can choose to open several non-modal popup windows. The popup windows contain a .NET control. I believe because of this control the window takes a couple of seconds to close. This is not a problem if it happens "in the background", but it does not rather the main window freezes while any popup window is closing. The popup window VIs are reentrant and are opened using Open VI Reference with option 0x80 and Start Asynchronous Call. I understand .NET control by default runs in the UI thread, but Is there something I can do to have the main window unaffected by the closing of the popup windows?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.