Actor Framework Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Extending MGI Example "Basic Panel Actors -> Changing Panels" to dock in the Window

Solved!
Go to solution

Allen is justACS (or formerly niACS). He has talked a lot about AF on Devcons etc. and also made an unmonitored version of the MGI Panel Manager. (Without Monitored Actors)

 

And yes, for this particular case, the delay would be ok. 

 

Thanks for the submit.

0 Kudos
Message 11 of 15
(893 Views)

FP.Close returning before a front panel is fully closed sounds like a bug in LabVIEW itself rather than this toolkit.  What version of LabVIEW are you using?  I've definitely used FP.Close before Insert VI before without seeing this problem, but in 2020 or earlier. 

0 Kudos
Message 12 of 15
(874 Views)

I used 2024 Q3 32bit.

I believe Bert used 2026.

0 Kudos
Message 13 of 15
(867 Views)

Yes, I used 2026- I normally use 2023 but couldn't open your example, so I fired up '26 to try. If I have some time today I'll try backsaving your example to '23 and see if the bug shows up there.

0 Kudos
Message 14 of 15
(842 Views)
Solution
Accepted by topic author fabznx

One additional change has to be made:

In Panel.lvlib:Window.lvclass:Close.vi

we need to replace the FP.Close with the FP.State > Hidden too.
Otherwise, without the Autoshow being set to True, the VI would still not be inserted in the Subpanel.

fabznx_0-1780295697806.png

 

This works for me.

0 Kudos
Message 15 of 15
(795 Views)