FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Ribbon Skin
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Ribbon Skin
Posted: Mon Dec 07, 2009 11:31 AM
the ribbon have different skin

•Office Blue (standard)
•Office Silver
•Office Black
•Window 7

How I can create Silver,black and window 7 skin ?

window 7 skin


black skin





I think we can set only these defines :

#define CLRTEXT
#define CLRTEXTBACK
#define BLUE3
#define BLUE0
#define BLUE2
#define BLUE1
#define BLUEBOX0
#define BLUEBOX1
#define BLUEBOX2
#define CLRLIGHT
#define CLRDARK
#define YELBOX0
#define YELBOX1


any Idea ?
Best Regards, Saludos



Falconi Silvio
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Ribbon Skin
Posted: Tue Dec 08, 2009 08:53 PM

Silvio,

This is a good example from Uwe about how to set the RibbonBar colors:

viewtopic.php?p=84585#p84585

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: Ribbon Skin
Posted: Wed Dec 09, 2009 08:29 AM
sorry but I wanted and asearched something of this :



I take this picture from a microsoft application

on Ribbonbar a button with popup where I can select 4 style : Office Blue (standard), Office Silver, Office Black, Window 7.
these styles are insert on RibbonClass standard and not I must insert on each application
Perhaps You can Add a new method type MenuConfig ( CUSTOMIZE) where U can insert to show/hide :
all styles
the "future" round button
the "future" quick access tools toolbar
the "future" menu

show/hide toolbar

and other configurations you want insert

all this to make a fwh ribbon class as Ribbon class of donet ( ocx)
Best Regards, Saludos



Falconi Silvio

Continue the discussion