This must be a silly question, but how can I set the value of an Animation PropertyAction from a function? This is what I have:
The currentActual() is the function that returns the value needed. But I get this when I try to run it and it doesn't work:Code:PropertyAction { target: imageU1; property: "source"; value: currentActual() }
Any hep would be appreciated.Binding loop detected for property "value"
Cheers![]()




