It seems like there is a bug in the desktop progressbar on the mac…
- Create new project
- Drop a progressbar on the window
- Change the value to zero
- A small blue progress dot is still painted
- Run the project and the same blue does in also painted.
It seems like there is a bug in the desktop progressbar on the mac…
I think this is normal ProgressBar behavior. ProgressBar show a progression. You can use indeterminate boolean if the progression is unknown
Maybe a value set to -1 should do what you want. You can open a feature request.
in windows 10 it is working as expected.
Perhaps Xojo for mac bug?
It’s not a bug, that’s normal Mac behavior. That’s the way the progress bar behaves in Xcode too.
Thanks for the info and the clarification