I have an issue with attempting to clear properties in a stack or other object.
(Please attached .png file)
I think an array got 'set' as the properties and there is nothing I have tried to be able to clear it, beside deleting the whole object and recreation.
I have performed many Google searches and attempted all of the described fixes and none of them will clear these entries.
1 - Manual selection and deletion does not work
2 - Using 'set the customKeys of this stack to empty' does not work
They are not causing an issue except it is annoying.
Any ideas anyone? I am open to all ideas..
Issues in clearing properties
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Issues in clearing properties
Hi.
I assume you mean "custom properties", because you cannot delete native properties.
Check out the "customProperties", er, property, and also possibly "customKeys" and "customPropertySet"
You have complete control over any and all custom properties.
Craig
I assume you mean "custom properties", because you cannot delete native properties.
Check out the "customProperties", er, property, and also possibly "customKeys" and "customPropertySet"
You have complete control over any and all custom properties.
Craig
Re: Issues in clearing properties
Looking at your screenshot, perhaps you were thrown by the fact that you are able, in the inspector, to change the name of a key or element of a custom property but not delete that property?
Anyway, see the dictionary for the tools you need. To bulldoze all of them:
Craig
Anyway, see the dictionary for the tools you need. To bulldoze all of them:
Code: Select all
set the customKeys of stack "yourStack" to ""
Re: Issues in clearing properties
The screenshot refers to group "dg_ControlName". That could be a part of a dataGrid. Setting the customproperties of the stack to empty will not help then. But I do not know enough of DataGrids to be of help.dunbarx wrote: ↑Wed Sep 10, 2025 5:47 pmAnyway, see the dictionary for the tools you need. To bulldoze all of them:Code: Select all
set the customKeys of stack "yourStack" to ""
Kind regards
Bernd
Re: Issues in clearing properties
Yipes. I did not look as carefully as Bernd did. Trevor, are you seeing this?
Craig
Craig