 LuminaryKnight
		
			LuminaryKnight
		
		
		
		
		
		
		
		
	
			08-02-2023 12:23 PM
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?
Solved! Go to Solution.
 billko
		
			billko
		
		
		
		
		
		
		
		
	
			08-02-2023 12:39 PM
Not that I have an answer, but why does it need to be "through properties"?
 Kyle97330
		
			Kyle97330
		
		
		
		
		
		
		
		
	
			08-02-2023 01:01 PM
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:
08-02-2023 01:23 PM
@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?
08-02-2023 01:27 PM
@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:
The answer was Floating on Floating. Thank you.