Hi there
How can I assign styles like this "--value:70" with BANanoElement.SetStyle? I'm trying to set the value to be dynamic?
Thank you
B4X:
<div class="radial-progress" style="--value:70; --size:12rem; --thickness: 2px;">70%</div>
<div class="radial-progress" style="--value:70; --size:12rem; --thickness: 2rem;">70%</div>
How can I assign styles like this "--value:70" with BANanoElement.SetStyle? I'm trying to set the value to be dynamic?
Thank you