When I create a public API method for an actor it's very nice to have the VI description populated for use with the Context Help window:
However, once you create an AF message from that method, other actors will generally be using the Send [VI Name] method instead of the payload method itself and the context help for the Send method is decidedly less useful:
Wouldn't it be nice if the send method automatically appended the payload method's VI description so it looked something like the following?
I've actually written a VI package that will do this, but in order to accomplish it I ended up modifying the MessageMakerProvider and MessageRescripter project providers. It's workable, but it's really only reliable for the one specific version of LabVIEW in which it was developed so it'd be much nicer if NI implemented this out of the box.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.