Graphics, icons, bmp's for program layout
- Marc Venken
- Posts: 1481
- Joined: Tue Jun 14, 2016 7:51 am
- Location: Belgium
Graphics, icons, bmp's for program layout
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.
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.
Marc Venken
Using: FWH 23.08 with Harbour
Using: FWH 23.08 with Harbour
Re: Graphics, icons, bmp's for program layout
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.
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.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
- richard-service
- Posts: 804
- Joined: Tue Oct 16, 2007 8:57 am
- Location: New Taipei City, Taiwan
- Contact:
Re: Graphics, icons, bmp's for program layout
I agree it. I bought it and used them into my program.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.
Best Regards,
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
- Marc Venken
- Posts: 1481
- Joined: Tue Jun 14, 2016 7:51 am
- Location: Belgium
Re: Graphics, icons, bmp's for program layout
Indeed, a very good Link ! Thanks Tim.
I downloaded it and will give it a shot !
I downloaded it and will give it a shot !
Marc Venken
Using: FWH 23.08 with Harbour
Using: FWH 23.08 with Harbour
- Giovany Vecchi
- Posts: 223
- Joined: Mon Jun 05, 2006 9:39 pm
- Location: Brasil
- Marc Venken
- Posts: 1481
- Joined: Tue Jun 14, 2016 7:51 am
- Location: Belgium
Re: Graphics, icons, bmp's for program layout
Giovanni, Very good link. Thanks for it
Marc Venken
Using: FWH 23.08 with Harbour
Using: FWH 23.08 with Harbour
- Antonio Linares
- Site Admin
- Posts: 42273
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Graphics, icons, bmp's for program layout
Dear Giovany,
Very good work, it looks very professional
Excellent!
Very good work, it looks very professional
Excellent!
- Giovany Vecchi
- Posts: 223
- Joined: Mon Jun 05, 2006 9:39 pm
- Location: Brasil
Re: Graphics, icons, bmp's for program layout
Hello Antonio. Thanks for the compliment.
All made with Fivewin.
All made with Fivewin.
- Antonio Linares
- Site Admin
- Posts: 42273
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Graphics, icons, bmp's for program layout
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 !!!
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 !!!
- Giovany Vecchi
- Posts: 223
- Joined: Mon Jun 05, 2006 9:39 pm
- Location: Brasil
Re: Graphics, icons, bmp's for program layout
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.
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.
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Graphics, icons, bmp's for program layout
I'm interested in how do you set a background color for comboboxes in a themed app. Can you show a sample, please?
- Giovany Vecchi
- Posts: 223
- Joined: Mon Jun 05, 2006 9:39 pm
- Location: Brasil
Re: Graphics, icons, bmp's for program layout
Hi Enrico, see this linkEnrico 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?
http://forums.fivetechsupport.com/viewt ... f5571e4651
- Antonio Linares
- Site Admin
- Posts: 42273
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Graphics, icons, bmp's for program layout
Dear Giovany,
many thanks!
many thanks!