Dirk J. Posted June 2, 2007 Report Share Posted June 2, 2007 I'm trying to generate an lvlib for the contents of an LLB, see screenshot. The code works fine, but if I open dummy.lvlib directly, and then try to open one of the VI's, I get this message: "mytest.vi" is at the expected path but is not part of "dummy.lvlib". Do you want to update the VI to be part of the library or remove the item from the library? Is there any way to "update" the VI's programmatically? http://forums.lavag.org/index.php?act=attach&type=post&id=5998 Quote Link to comment
Ton Plomp Posted June 2, 2007 Report Share Posted June 2, 2007 Save the lvlib before you add the VI (this makes it less complicated) Load the VI into memory before you add it to the library, and save it after the lvlib has been saved. Now here's my Q: Does anyone know how to set the 'private' state of a lvlib-member? Or detect the state of such a member. I only get to this: http://forums.lavag.org/index.php?act=attach&type=post&id=6003 Someone? Ton Quote Link to comment
Dirk J. Posted June 2, 2007 Author Report Share Posted June 2, 2007 QUOTE(tcplomp @ Jun 1 2007, 03:58 PM) Save the lvlib before you add the VI (this makes it less complicated)Load the VI into memory before you add it to the library, and save it after the lvlib has been saved. Thanks, that makes sense. QUOTE Now here's my Q: Does anyone know how to set the 'private' state of a lvlib-member? Or detect the state of such a member. Like this: http://forums.lavag.org/index.php?act=attach&type=post&id=6005''>http://forums.lavag.org/index.php?act=attach&type=post&id=6005'>http://forums.lavag.org/index.php?act=attach&type=post&id=6005 Quote Link to comment
Ton Plomp Posted June 3, 2007 Report Share Posted June 3, 2007 Doh.... :beer: Amstel, :beer: Heineken, :beer: Grolsch, :beer: Hertog Jan? Thanks Dirk, Ton Quote Link to comment
Dirk J. Posted June 3, 2007 Author Report Share Posted June 3, 2007 QUOTE :beer: Amstel, :beer: Heineken, :beer: Grolsch, :beer: Hertog Jan? that's in reverse order of appriciation! 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.