I must be missing something in Xojo - new user here: Working on an industrial app conversion from VB to Linux, and I’ve got a whole folder full of .ICO icon files that go on various control buttons. So I add a bevel button (or whatever image friendly control) to my form, go to inspector and under "icon"property I browse to my icon folder (all permissions set for full access for everyone) and all the .ICO files are filtered out. The file selection filter is set to All Picture Files or All Files. Xojo Linux pretends those icon files aren’t there. I can’t import .ICO files, or drag them in from desktop file manager. These are single size, single image icons. PNG, JPGs etc work.
Is there a way to get ICO files to work inside Linux IDE? Is there some setting that needs adjustment before Xojo can recognize .ICO files?
When I do get a PNG file to work, it is always brought in full size - no scaling is done larger or smaller. Is there a way to get the image files scaled - or even cropped to fit inside a control? We’d like to keep the GUI at least somewhat responsive to monitor layout, so we need a way to use larger or smaller icon images as needed.