I tried to create a Radial Progress Bar: http://www.maxprog.com/misc_6398/xojo/Radial_ProgressBar.zip
It works but it is ugly, I am posting that in case somebody knows how to enhance that…
It is ugly on a regular Mac and a real shame on a retina display… :-/
Not really, what you have posted is cool (not 100% clean on Retina displays by the way).
I need a simple radial, because of the size, it will be less than 16x16. Similar of what iTunes displays when you purchase a song and it is being downloaded.
Here’s a quick version using arcshape and a 2x buffer… should look nice on retina (I don’t have a retina display though so untested) Radial Progress Bar
60 16x16 images can be prepped in a single 16x960 image, and 32x1920 for 2x. Pros: image is wysiwyg and can be generated with whatever, cons: extra 50-300k and less value range.
Ironically, Apple often use images for their custom progress bars… Which is as most agree, not the best solution! Especially when they ‘advise’ developers to use vector graphics where you can!
Yes, thanks Dave. I’m still learning new things everyday! I had been messing with arcshapes due to this thread (I didn’t see your post until I was posting the example…)
[quote=86597:@jim mckay]Here’s a quick version using arcshape and a 2x buffer… should look nice on retina (I don’t have a retina display though so untested) Radial Progress Bar[/quote]
As an aside - for those of us using older RS / Xojo versions, this works fine all the way back to 2012r2.1.