03-25-2020 07:05 AM
Hi all,
I am trying to create an instruction window when the user is trying to use the application for the first time.
In mobile apps I could see this in common on all applications, how can we use the same in LabVIEW?
Solved! Go to Solution.
03-25-2020 07:15 AM
One approach could be to create another vi which shows series of screenshots with text messages showing usage of those features. And user could call that vi from menu options.
e.g. in LabVIEW, you can always go to View > Getting Started Window and it open us Getting started Window.
Hope this help. Looking forward to other suggestions.