I have used toolbars on a few of my older projects without a problem but as screen sizes have increased the toolbar remains the same size when I scale my app to the size of the screen and they look a little out of proportion.
DO most programmers fill the screen with their app or is there a rule on app sizes to follow?
Further to this what size icons are needed for Toolbars is it a specific size or do you just insert an image and then 2x and 3x and Xojo does the rest?
You need to use 32x32 + 64x64. I don’t think that Xojo uses a good interpolation algorithm. Scale the images down yourself and use the best available interpolation.
just do a search on the forum…
I’m asking $10 donation… but if you want to send me 1/2 dozen icons I’ll convert them so you can see the results
Iconresizer works best with an INPUT icon of 512x512 or larger and it must be square… it will then produce sizes for all the platforms I mentioned above.
send me a PM and I’ll provide an email address
here is an example from a project I am now doing this was the original (512x512)
1024x1024 256x256 128x128 64x64 32x32 16x16
Note : using simply DRAWPICTURE results in a much worse conversion