System Status Icons?

This is not a zipped archive, this is a dropbox webpage being downloaded as a zip file for some reason.

I guess this is the correct file: https://www.dropbox.com/s/e7bs7w5zm7nj7fj/NSImages.zip?dl=1?dl=1

When the files were converted to ‘xojo.io’ something went wrong. Many files were corrupt then.

All my old Xojo projects are in this Dropbox folder

There you can search.

This project don’t work in 64bits !
has someone try to update it ?

OS Version ?

(64Bits: displays nothing running on El Capitan; 32 bits: OK)

Same as Emile on 10.14.6 in 64Bits

First things first: thanks for the link; and special thanks to Axel for his projects.

Last Mojave and Xojo 2019r1 (64Bits): it works OK.

Sorry, I see now that the project when set to 64Bit does not show anything.
I had copy/pasted the GetNSImage function into my working project (64Bits), and changed the singles of the structures to CGFloat. Then, debugging it, it worked all right.

So, after setting the singles of the structures to CGFloat, also Axel’s orignal project now works OK.

Changing structures
NSPoint x, y as CGFloat (or double)
NSSize width and height also as CGFloat
Then it works in 64bits desktop