So, I'm having problems with multi-level hierarchy and the link, so I unmarked this as correct. Basically, if I have:
vdraw <severity> 1 <top/root block name> com <module_name\submodule_name\UID> <message string>
the link doesn't go anywhere for some of my modules. Any thoughts on what might be going wrong here? To get the path names, I'm using:
thisObj.Parent.GetName(FULL_PATH_NAME) & "\" & thisObj.UID
Where "thisObj" is a component, in this case. One of the thoughts is that this is a hierarchical block that is used multiple times. Would the link have a hard time getting to the right block? Some other lower-level blocks that are used only once I have a perfectly fine time linking to. I.e., <module\submodule\UID> seems to be working for unique hierarchical blocks, but maybe not for blocks instantiated multiple times (with different names).