>While this forum is a good place to discuss things, it is not as good at
>being a bug reporting service, as the bug reporting forms on the NI web
Greg, why not?
But, of course, I sent this bug to NI too (I think, not only), and now official answer from National Instruments. I think this information not secured and important:
-------------------------------------------------------
This is not a bug.
Control captions are lazily created. (That is, when you create a control, it does not have a caption. When you select the Visible Items>>Caption menu item for the control for the first time, a caption is created.) When you read/write any capton properties, if the control does not have a caption, one is created in the development system. However, in the
built application, we cannot create new objects. So if you read/write a caption property and if a caption does not exist in the built application, the property node returns an error... we returned error 1054 (The specified object was not found). You must create these objects in the LabVIEW development system), which we hope is more informative.
-------------------------------------------------------
But my opinion, that this is a small "documented" bug, because visibility property and object presence - two absolutely different things. If object invisible - it means, that object is present. If caption doesn't present, in context menu something like "Caption-Create" must be appear. If I can create this object, why I cannot delete this object? Note, please, that for object creation RUN is enough. Where information, that new object was created? Where information, that file was changed? I think something incorrect in this logic. But now this behavior described by NI.