11-05-2012 09:07 AM
This is what I'm doing in 2011 and you can see it adds the new VI to the class. If it's different for you, then maybe your VIs are private or the class is locked in SCC or something like that.
11-05-2012 09:20 AM
Quote tst...
would have been here if it worked!
I ran into the issue when run as an exe and the explanation came from Stephen.
Ben
11-05-2012 10:16 AM
Ben, I was talking to the OP, not you.
11-15-2012 02:06 PM
The difference is that your .lvclass is part of a .lvproj. If you open the class as part of a project, then selecting "New From Template" will open a subvi that is a class member.
If you simply open the lvclass by itself and select "New From Template" it will not include the new VI as a class member and you will not have private data access.
Just FYI