hi this is my code and i want to display a busyindicator
but it doesn't work
onClicked:
{
myBusyIndicator.running= true
my for loop here // may take about 5 seconds
{
}
myBusyIndicator.running= false
}
can i use Loader?
how?
thanks in advance
(●'◡'●)