Replies: 3 comments 4 replies
-
|
Yeah this is genuinely confusing and the warning message doesn't help because it's not obvious why referencing root.height inside a child would create a loop in the first place. Then at the call site just pass root.height in. More verbose but it makes the data flow explicit and sidesteps the loop detection entirely. |
Beta Was this translation helpful? Give feedback.
-
|
@chemicoholic21, The current behavior is not documented and buggy. We don't know whether the restriction on
private property <int> rows-count: Math.floor(root.height / min-cell-height);
private property <int> cols-count: Math.floor(root.width / min-cell-width); |
Beta Was this translation helpful? Give feedback.
-
|
@chemicoholic21, I don't have plans for writing issues until I understand the wild bugs in the DSL. What used to work before isn't working now, and some content may work with PopupWindow but later cause a crash |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I should've reported an issue instead, but the recent rules about binding-loop are confusing me due lack of documentation and buggy behavior.
Beta Was this translation helpful? Give feedback.
All reactions