I am experiencing an issue with the Dynamic Component name attribute. In the Component Options dialog, the name attribute appears as an editable field, whereas it should be displayed as a title and not be editable .
The β_nameβ attribute is the first component name when initialized, can be modified using onclick
set("_name","a new name")
or by using an attribute editor as above
these are hidden attributes and knowledge and care required for use.
Resetting the β_nameβ, allows the title of option and attribute dialogs to display either the _name or the current instance name if named. This may lead to dissociation of subs on alteration, but use of the generic parent! resolves this.