ni.com is currently experiencing unexpected issues.
Some services may be unavailable at this time.
03-14-2012 11:36 AM
Hi,
I want some help with a problem.
My goal is to have a main VI running. By pressing a button i want a Sub VI to appear in a specific place ,on the ftont of the main VI , only covering 1/10 of the main VI front. This i want the Sub VI to do every time called, appering on the same spesific spot. Is this possible?
03-14-2012 11:43 AM
Have you concidered using a subpanel (see LV help) ?
You can hide or show the subpanel as needed.
Ben
03-14-2012 01:04 PM
It somhow works but now i have a new problem when running the VI giving me this error:
Error 1000 occurred at Invoke Node in RapportVI.vi
Possible reason(s):
LabVIEW: The VI is not in a state compatible with this operation.
Method Name: Run VI
What do do?
The VI is underneath
03-14-2012 01:27 PM
I can't get into the detials at the moment but the code i posted here may help you out.
That code was intended to show how to undock a GUI but there a parts in that may help you figure out your situation.
Ben