LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI Properties Help

Solved!
Go to solution

I've got a VI that I've made for users to open while running the main application to look at and modify data they've been taking.  But I want them to still be able to interact with the Main.vi while it's running asynchronously.  How does one achieve this using the VI Properties?

LuminaryKnight_0-1690996984460.png

 

0 Kudos
Message 1 of 5
(1,108 Views)

Not that I have an answer, but why does it need to be "through properties"?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 5
(1,100 Views)
Solution
Accepted by LuminaryKnight

The only guess I have given the very limited information presented is that you need to change your choice of Default/Floating/Modal under "Window Appearance".  If one is Modal, or one is Floating but the other is not, you may run in to issues.

 

See the details here for differences between the 3 options:

 

https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/dialog-boxes/customize-window-appearance-d...

 

 

Message 3 of 5
(1,081 Views)

@billko wrote:

Not that I have an answer, but why does it need to be "through properties"?


This where the behaviors are changed, so I thought.  Is there another location you are aware of?

0 Kudos
Message 4 of 5
(1,067 Views)

@Kyle97330 wrote:

The only guess I have given the very limited information presented is that you need to change your choice of Default/Floating/Modal under "Window Appearance".  If one is Modal, or one is Floating but the other is not, you may run in to issues.

 

See the details here for differences between the 3 options:

 

https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/dialog-boxes/customize-window-appearance-d...

 

 


The answer was Floating on Floating.  Thank you.

0 Kudos
Message 5 of 5
(1,064 Views)