Makrem Amara Posted May 26, 2021 Report Share Posted May 26, 2021 Hi There, I am working on a LabVIEW project which is a machine vision application I used a tab control (3 pages). 1st page for the login interface ( press login button to go next page) the second page is where I have to select the server ( image processing (page 3) ) and client ( another vi receive data from the server via TCP/IP (localhost)) page 3 as I said contains image processing so my problem is when I open the client I can't use it until I close the first app maybe the images will clarify better Quote Link to comment
Francois Normandin Posted May 27, 2021 Report Share Posted May 27, 2021 Hi Makrem, my guess is that your top-most VI is set to be "modal". https://labviewwiki.org/wiki/VI_class/Front_Panel_Window.Behavior_property To change the behavior, go to the VI's properties and chose "Windows Appearance". Then select the "default" behavior. 1 Quote Link to comment
Makrem Amara Posted May 27, 2021 Author Report Share Posted May 27, 2021 6 hours ago, Francois Normandin said: Hi Makrem, my guess is that your top-most VI is set to be "modal". https://labviewwiki.org/wiki/VI_class/Front_Panel_Window.Behavior_property To change the behavior, go to the VI's properties and chose "Windows Appearance". Then select the "default" behavior. thank you sir this is very helpful the problem solved Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.