Graphics, icons, bmp's for program layout

Graphics, icons, bmp's for program layout

Postby Marc Venken » Thu Dec 08, 2022 10:22 pm

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

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

Postby TimStone » Fri Dec 09, 2022 12:10 am

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
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

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

Postby richard-service » Fri Dec 09, 2022 7:40 am

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 v5.7 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
 
Posts: 767
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

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

Postby Marc Venken » Fri Dec 09, 2022 8:50 am

Indeed, a very good Link ! Thanks Tim.

I downloaded it and will give it a shot !
Marc Venken
Using: FWH 23.04 with Harbour
User avatar
Marc Venken
 
Posts: 1346
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

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

Postby Giovany Vecchi » Fri Dec 09, 2022 5:51 pm

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

Image
User avatar
Giovany Vecchi
 
Posts: 207
Joined: Mon Jun 05, 2006 9:39 pm
Location: Brasil

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

Postby Marc Venken » Fri Dec 09, 2022 9:29 pm

Giovanni, Very good link. Thanks for it
Marc Venken
Using: FWH 23.04 with Harbour
User avatar
Marc Venken
 
Posts: 1346
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

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

Postby Antonio Linares » Sat Dec 10, 2022 3:53 pm

Dear Giovany,

Very good work, it looks very professional

Excellent! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41322
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

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

Postby Giovany Vecchi » Sun Dec 11, 2022 7:16 am

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

Image
User avatar
Giovany Vecchi
 
Posts: 207
Joined: Mon Jun 05, 2006 9:39 pm
Location: Brasil

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

Postby Antonio Linares » Sun Dec 11, 2022 8:23 am

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
Antonio Linares
Site Admin
 
Posts: 41322
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

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

Postby Giovany Vecchi » Sun Dec 11, 2022 1:47 pm

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
Giovany Vecchi
 
Posts: 207
Joined: Mon Jun 05, 2006 9:39 pm
Location: Brasil

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

Postby Enrico Maria Giordano » Sun Dec 11, 2022 3:18 pm

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
Enrico Maria Giordano
 
Posts: 8330
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

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

Postby Giovany Vecchi » Thu Dec 15, 2022 1:48 pm

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/viewtopic.php?f=3&t=42604&sid=53e06f6b2377da0d3710a7f5571e4651
User avatar
Giovany Vecchi
 
Posts: 207
Joined: Mon Jun 05, 2006 9:39 pm
Location: Brasil

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

Postby Antonio Linares » Thu Dec 15, 2022 3:04 pm

Dear Giovany,

many thanks! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41322
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 9 guests