LAVA 1.0 Content Posted October 8, 2008 Report Share Posted October 8, 2008 Is there a way to change the default icon mask (pen and glasses) when using the VI for Data member Access Wizard? In the same way, is it possible to remove the automatic numbering for new VI's icon? Especially for classes where it mess up my icon mask. Thanks. Quote Link to comment
crelf Posted October 8, 2008 Report Share Posted October 8, 2008 QUOTE (pdc @ Oct 7 2008, 01:12 PM) ...s it possible to remove the automatic numbering for new VI's icon? Especially for classes where it mess up my icon mask. UseNumbersForNewVIIcons and UseNumbersForNewVIIconsInLibs. Quote Link to comment
Nyang Posted October 29, 2008 Report Share Posted October 29, 2008 QUOTE (crelf @ Oct 8 2008, 02:16 AM) UseNumbersForNewVIIcons and UseNumbersForNewVIIconsInLibs. Hi Crelf, Could you explain what's the theory that accomplishes this function? I can not open wiki pages. Quote Link to comment
crelf Posted October 29, 2008 Report Share Posted October 29, 2008 QUOTE (Nyang @ Oct 28 2008, 04:50 AM) Could you explain what's the theory that accomplishes this function? I can not open wiki pages. Yeah - the wiki is down at the moment. Setting UseNumbersForNewVIIcons to FALSE stops LabVIEW from adding and incrementing numbers to the icons of new VIs: http://lavag.org/old_files/monthly_10_2008/post-181-1225194205.gif' target="_blank"> So, to use it, add the following line to your LabVIEW.ini file:UseNumbersForNewVIIcons=FALSE Quote Link to comment
Nyang Posted October 30, 2008 Report Share Posted October 30, 2008 QUOTE (crelf @ Oct 28 2008, 07:43 PM) Yeah - the wiki is down at the moment. Setting UseNumbersForNewVIIcons to FALSE stops LabVIEW from adding and incrementing numbers to the icons of new VIs: http://lavag.org/old_files/monthly_10_2008/post-181-1225194205.gif' target="_blank"> So, to use it, add the following line to your LabVIEW.ini file:UseNumbersForNewVIIcons=FALSE Thanks man, that's cool. Quote Link to comment
crelf Posted October 30, 2008 Report Share Posted October 30, 2008 QUOTE (Nyang @ Oct 28 2008, 11:08 PM) Thanks man, that's cool. No worries - the LabVIEW wiki is back up and running now, so go check it out there. 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.