Good Evening
I'm new in LabVIEW, please be patient with me
I was working in a User Interface for my application. My plan is to use a main.vi file and load a subvi in each of the four splitters.
But there are two problems that I cannnot solve:
1) I want transform the part of the code that change the mouse icon into a subvi. But the option Edit > Create SubVI isn't working well because of the boolean value change in the Event Structure
2) When I load a subvi into a sub panel, I want the "mouse icon change" code work inside the subvi. How can I do that without copying the code into the subvi?