-
Having trouble with this component I am building Without With it, the compiler complains of a binding loop. How can I restrict actual_proportion's width-following without the binding loop?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I also cannot figure out how to allow implementations of it to set children for both the |
Beta Was this translation helpful? Give feedback.
-
Maybe have a callback to set a value when the mouse is being pressed, so that doesn't break the loop. There is an example that do resizing of the tableview header in https://releases.slint.dev/1.7.2/docs/slint/src/recipes/recipes#custom-table-view maybe that can help. |
Beta Was this translation helpful? Give feedback.
-
Thanks! |
Beta Was this translation helpful? Give feedback.
Maybe have a callback to set a value when the mouse is being pressed, so that doesn't break the loop.
There is an example that do resizing of the tableview header in https://releases.slint.dev/1.7.2/docs/slint/src/recipes/recipes#custom-table-view maybe that can help.