-
Notifications
You must be signed in to change notification settings - Fork 6
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
Deprecated version of "special AF Messages" are available on the palette and new ones aren't #28
Comments
The workaround is to pull the appropriate libraries into your project. At that point, Quick Drop will be able to find the correct versions of the VIs. |
@niACS testing notifications |
Here are the affected VIs:
Send Error Report.vi is found on the Actor Framework palette. The rest are found on the Advanced subpalette. |
niACS
added a commit
to niACS/actor-framework
that referenced
this issue
Dec 31, 2024
…ation. Deleted deprecated package builds (builds 12 and 17). Added build 18.
Merged
svelderrainruiz
added a commit
that referenced
this issue
Feb 2, 2025
…ssages-pallete Resolved issue #28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The Advanced palette for AF includes links to the old, deprecated AF Messages instead of the new ones moved to the Actor Framework.lvlib
To Reproduce
Steps to reproduce the behavior:
Expected behavior
New version of VIs are on the palette instead (no red Xs).
Screenshots
![image](https://private-user-images.githubusercontent.com/96271717/392146084-ecd19390-13f1-4537-9406-97d6d01b73ff.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTMwMDEsIm5iZiI6MTczOTE5MjcwMSwicGF0aCI6Ii85NjI3MTcxNy8zOTIxNDYwODQtZWNkMTkzOTAtMTNmMS00NTM3LTk0MDYtOTdkNmQwMWI3M2ZmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEzMDUwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMxNDgwZmI2ZmZhYzliYTM0OGMxYmMxNDMxM2NkYzNkYTc1NjQ2MTQ3MjFkNmVkNGJiZWJlOTUxMGYxZTM0ZWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.15alNjQutvFBy-eabOXdpporJLvxMr-lWeBazbeHZkk)
Desktop (please complete the following information):
Additional context
From the package description:
To improve the PPL build experience, the specialty messages (Batch, Reply, Report Error, and Self-Addressed) have been copied to new locations on disk, and the copies moved into libraries. The copies of Report Error Msg and Self-Addressed Msg are now part of Actor Framework.lvlib. The copies of Batch Msg and Reply Msg are members of a new library, AF Specialty Messages.lvlib. To avoid breaking existing code, the original versions of these messages remain on disk, but are now DEPRECATED, and marked accordingly.
The text was updated successfully, but these errors were encountered: