Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force Icon Editor to Unload - Linking to missing file in resource folder under LabVIEW installation. #29

Open
JayKayAce opened this issue Aug 8, 2024 · 2 comments
Assignees

Comments

@JayKayAce
Copy link
Contributor

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.

image

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.

@JayKayAce 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
@JayKayAce
Copy link
Contributor Author

JayKayAce commented 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
image

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.

@svelderrainruiz svelderrainruiz self-assigned this Nov 4, 2024
@svelderrainruiz
Copy link
Collaborator

This issue is fixed already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants