I'm able to set an NodeAttribute only if first the attribute gets deleted Follow
I don't know if the one in the subject is an expected behavior or a bug.
My concept has an attribute with role "comment". The following do not work.
This is working:
Without delete the attribute remaing unchanged.
Tested in 3.1.5 from an intention code.
My concept has an attribute with role "comment". The following do not work.
node.@comment = newNodeComment;
This is working:
node.@comment.delete; node.@comment = newNodeComment;
Without delete the attribute remaing unchanged.
Tested in 3.1.5 from an intention code.
Please sign in to leave a comment.
Obviously I have the "Show Information Messages" enabled and I see default generatator Info messages (textGen, copytraceInfo, generate...).
The buttons on the Messages window lets you filter messages, but do not say the generator, whether to emit them or not.