Graphics, icons, bmp's for program layout

Post Reply
User avatar
Marc Venken
Posts: 1481
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Graphics, icons, bmp's for program layout

Post 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
Marc Venken
Using: FWH 23.08 with Harbour
User avatar
TimStone
Posts: 2951
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

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

Post 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.
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
User avatar
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

Post 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.
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
User avatar
Marc Venken
Posts: 1481
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

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

Post by Marc Venken »

Indeed, a very good Link ! Thanks Tim.

I downloaded it and will give it a shot !
Marc Venken
Using: FWH 23.08 with Harbour
User avatar
Giovany Vecchi
Posts: 223
Joined: Mon Jun 05, 2006 9:39 pm
Location: Brasil

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

Post by Giovany Vecchi »

I use the icons from here
https://icons8.com/

Image
User avatar
Marc Venken
Posts: 1481
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

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

Post by Marc Venken »

Giovanni, Very good link. Thanks for it
Marc Venken
Using: FWH 23.08 with Harbour
User avatar
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

Post by Antonio Linares »

Dear Giovany,

Very good work, it looks very professional

Excellent! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Giovany Vecchi
Posts: 223
Joined: Mon Jun 05, 2006 9:39 pm
Location: Brasil

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

Post by Giovany Vecchi »

Hello Antonio. Thanks for the compliment.
All made with Fivewin.

Image
User avatar
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

Post 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 !!!
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Giovany Vecchi
Posts: 223
Joined: Mon Jun 05, 2006 9:39 pm
Location: Brasil

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

Post 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.
User avatar
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

Post 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?
User avatar
Giovany Vecchi
Posts: 223
Joined: Mon Jun 05, 2006 9:39 pm
Location: Brasil

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

Post 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
User avatar
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

Post by Antonio Linares »

Dear Giovany,

many thanks! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply