27 Nov
2024
27 Nov
'24
10:22 p.m.
Hi Wolfgang,
Your problem here is a circular reference where a parameter (e.g. framecolor) tries to load the value of > its parent because it has no value itself. Since you set the parent to itself it results in an endless > > loop until it runs out of memory.
Thanks, everything is clear now. Damien