You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tooling "Force Icon Editor to Unload" is linking to a non-existing VI in LabVIEW \resources..., This is present the first time a user decides to unload the Icon editor.
I think the tooling should load and execute
"\labview-icon-editor\resource\plugins\NIIconEditor\Miscellaneous\Icon Editor\Get Icon Editor Context.vi" with a relative path instead.
Workaround: find and select the function inside the resources folder when LabVIEW searches for that.
The text was updated successfully, but these errors were encountered:
JayKayAce
changed the title
Force Icon Editor to Unload - Linking to missing file in VI
Force Icon Editor to Unload - Linking to missing file in resource folder under LabVIEW installation.
Aug 8, 2024
The issue occurs because "Force Icon Editor to unload.vi" is called inside "Prepare LV to Use Icon Editor Source.vi" here
One way to solve the issue would be to load the Get Icon Editor Context into memory using the relative path before calling and running "Force Icon Editor to unload.vi" by reference using Run VI.
The tooling "Force Icon Editor to Unload" is linking to a non-existing VI in LabVIEW \resources..., This is present the first time a user decides to unload the Icon editor.
I think the tooling should load and execute
"\labview-icon-editor\resource\plugins\NIIconEditor\Miscellaneous\Icon Editor\Get Icon Editor Context.vi" with a relative path instead.
Workaround: find and select the function inside the resources folder when LabVIEW searches for that.
The text was updated successfully, but these errors were encountered: