Custom Parameter recursion loops

So I’ve just been building myself a new custom widgets collection and I seem to be getting recursion loops on parameters.

An example of this is that I have a component with a custom toggle called Border, this parameter is then referenced to the same components left border a right border a etc parameters and for some reason this throws a recursion loop.

Shouldn’t this be fine given that the custom parameter border is not dependent upon the border a parameter. This is a one way reference so should it really throw an error?

The error vanishes once I switch the toggle.

Hey Richard,

i just tried it, created a custom Folder with a Custom toggle called Border and referenced it in the *border parameters like this:

me.par.Border

not getting a recursion warning…

Should I do something else to reproduce?

Cheers
Markus

No that was it…I’ll send a file through via support once I get my laptop back. Maybe there’s something I’ve missed.