From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

macOS 11 Big Sur - Setting FP.Closeable = False while FP.State == Closed gets the Close Window button stuck in the disabled state

Solved!
Go to solution

I found a bug that seems to impact LabVIEW 2019 and 2020 on Big Sur (macOS 11) -- there's no problem on Mojave (macOS 10.4), from what I can tell.

 

Please see the attached VI for a demo of the bug.

 

Note: to even get LabVIEW running on Big Sur, you'll need to apply the solution/fix in this thread: macOS Big Sur: Labview crashes on launch

 

The issue is that setting FP.Closeable = False while FP.State == Closed gets the Close Window button stuck in the disabled state.

 

2020-12-04_13-58-18.png

 

This affects the VI even when it's idle

 

2020-12-04_13-56-10.png

 

The fix is to set set FP.Closeable = True while FP.State == Closed.

 

2020-12-04_13-59-39.png

0 Kudos
Message 1 of 2
(1,458 Views)
Solution
Accepted by topic author Jim_Kring

Filed with NI as Bug 1200458

 

Here's a VI (attached) that will get a FP "unstuck"

0 Kudos
Message 2 of 2
(1,424 Views)