Progressbar Not working as expected

It seems like there is a bug in the desktop progressbar on the mac…

  1. Create new project
  2. Drop a progressbar on the window
  3. Change the value to zero
  4. A small blue progress dot is still painted
  5. Run the project and the same blue does in also painted.

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.

1 Like

in windows 10 it is working as expected.
Perhaps Xojo for mac bug?

1 Like

It’s not a bug, that’s normal Mac behavior. That’s the way the progress bar behaves in Xcode too.

3 Likes

Thanks for the info and the clarification

1 Like