Page 1 of 1

Graphics, icons, bmp's for program layout

Posted: Thu Dec 08, 2022 10:22 pm
by Marc Venken
Hello,

It's time to get some graphics into my program.

I see that there are folowing types :
16x16
32x32
Alpha (I like most)
hires

Is there a preferred type for Ribbon, Folderex and Xbrowse ?

The Alpha seems to be the most beautifull, but are there any places where we can find free items ? I don't mind general used items.

Image

Re: Graphics, icons, bmp's for program layout

Posted: Fri Dec 09, 2022 12:10 am
by TimStone
First go to Axialis.com

They have a free product called Icon Generator

They do sell libraries, but they also have a robust set of Google icons included for free. Using the generator you can size and color them. I purchased about 4 of their libraries. They always have sales on them, but the 4 cover all I want. I selected the latest set of Vector icons.

You can start by building icons from the free set. Change the color to work well with your background. ALL of my buttons now use icons rather than bitmaps.

I think you will be pleased.

Re: Graphics, icons, bmp's for program layout

Posted: Fri Dec 09, 2022 7:40 am
by richard-service
TimStone wrote:First go to Axialis.com

They have a free product called Icon Generator

They do sell libraries, but they also have a robust set of Google icons included for free. Using the generator you can size and color them. I purchased about 4 of their libraries. They always have sales on them, but the 4 cover all I want. I selected the latest set of Vector icons.

You can start by building icons from the free set. Change the color to work well with your background. ALL of my buttons now use icons rather than bitmaps.

I think you will be pleased.
I agree it. I bought it and used them into my program.

Re: Graphics, icons, bmp's for program layout

Posted: Fri Dec 09, 2022 8:50 am
by Marc Venken
Indeed, a very good Link ! Thanks Tim.

I downloaded it and will give it a shot !

Re: Graphics, icons, bmp's for program layout

Posted: Fri Dec 09, 2022 5:51 pm
by Giovany Vecchi
I use the icons from here
https://icons8.com/

Image

Re: Graphics, icons, bmp's for program layout

Posted: Fri Dec 09, 2022 9:29 pm
by Marc Venken
Giovanni, Very good link. Thanks for it

Re: Graphics, icons, bmp's for program layout

Posted: Sat Dec 10, 2022 3:53 pm
by Antonio Linares
Dear Giovany,

Very good work, it looks very professional

Excellent! :-)

Re: Graphics, icons, bmp's for program layout

Posted: Sun Dec 11, 2022 7:16 am
by Giovany Vecchi
Hello Antonio. Thanks for the compliment.
All made with Fivewin.

Image

Re: Graphics, icons, bmp's for program layout

Posted: Sun Dec 11, 2022 8:23 am
by Antonio Linares
Dear Giovany,

Really excellent!

You are a FWH super Master. My admiration for your work :-)

Do you have any small example that you could share here with us ? I am sure that many of us love your coding style !!!

Re: Graphics, icons, bmp's for program layout

Posted: Sun Dec 11, 2022 1:47 pm
by Giovany Vecchi
Hello Antonio.
I will elaborate a simple example.
To have these visual aspects some fivewin classes were changed. tDialog, TButtonBmp and imgxtio.prg.
Few changes. It doesn't need to be applied to controls and components 1 by 1. I've already shown here the solution for Radio Buttons and CheckBox when the system is themed. After the example I will post will give the understanding for visual improvements without too many changes in the entire project.
I will be providing the example in the coming days.
A hug.

Re: Graphics, icons, bmp's for program layout

Posted: Sun Dec 11, 2022 3:18 pm
by Enrico Maria Giordano
I'm interested in how do you set a background color for comboboxes in a themed app. Can you show a sample, please?

Re: Graphics, icons, bmp's for program layout

Posted: Thu Dec 15, 2022 1:48 pm
by Giovany Vecchi
Enrico Maria Giordano wrote:I'm interested in how do you set a background color for comboboxes in a themed app. Can you show a sample, please?
Hi Enrico, see this link

http://forums.fivetechsupport.com/viewt ... f5571e4651

Re: Graphics, icons, bmp's for program layout

Posted: Thu Dec 15, 2022 3:04 pm
by Antonio Linares
Dear Giovany,

many thanks! :-)