Page 1 of 2
RIBBON WITH 2013 STYLE
Posted: Sun May 26, 2013 9:09 pm
by lucasdebeltran
Hello,
It would be great to have 2013 style on Ribbon please:
![Image](http://www.discoduroderoer.es/wp-content/uploads/2013/04/microsoft-office-2013-captura-1.jpg)
It is not urgent but it will help to sell the update, with visual changes which are the first changes noticeables by users.
Thank you very much.
Best regards,
Re: RIBBON WITH 2013 STYLE
Posted: Thu May 30, 2013 2:17 pm
by Richard Chidiak
+1
Re: RIBBON WITH 2013 STYLE
Posted: Thu May 30, 2013 4:24 pm
by Antonio Linares
A first approach:
![Image](http://img593.imageshack.us/img593/4743/captureecz.png)
simply adding the clause 2013
![Smile :-)](./images/smilies/icon_smile.gif)
Re: RIBBON WITH 2013 STYLE
Posted: Thu May 30, 2013 4:57 pm
by Antonio Linares
Enhanced colors:
![Image](http://img694.imageshack.us/img694/2615/capturewkt.png)
Re: RIBBON WITH 2013 STYLE
Posted: Thu May 30, 2013 5:01 pm
by Antonio Linares
Lucas,
Could you a picture of a button when the mouse is over it ?
You could take a photo of it. Thanks
![Smile :-)](./images/smilies/icon_smile.gif)
Re: RIBBON WITH 2013 STYLE
Posted: Thu May 30, 2013 8:12 pm
by lucasdebeltran
Re: RIBBON WITH 2013 STYLE
Posted: Thu May 30, 2013 8:57 pm
by Antonio Linares
Los botones de la Ribbon con apariencia 2013
![Smile :-)](./images/smilies/icon_smile.gif)
![Image](http://img203.imageshack.us/img203/8653/lafotonz.jpg)
Re: RIBBON WITH 2013 STYLE
Posted: Thu May 30, 2013 9:41 pm
by lucasdebeltran
Antonio,
Genial, enhorabuena, aunque el azul de One no es exactamente el mismo, es más suave.
Un saludo
Re: RIBBON WITH 2013 STYLE
Posted: Fri May 31, 2013 11:01 am
by cnavarro
Utilizando Windows 8 y sin ningun tema adicional estos son los colores que me aparecen
![Image](http://img845.imageshack.us/img845/6205/colorsystem.png)
Y estos son los colores
Code: Select all | Expand
#define METRO_BTNFACE RGB( 240,240,240 )
#define METRO_WINDOW RGB( 255,255,255 )
#define METRO_MENU RGB( 240,240,240 )
#define METRO_MENUTEXT RGB( 0, 0, 0 )
#define METRO_BACKGROUND RGB( 0, 0, 0 )
#define METRO_APPWORKSPACE RGB( 171,171,171 )
#define METRO_ACTIVECAPTION RGB( 153,180,209 )
#define METRO_INACTIVECAPTION RGB( 191,205,219 )
#define METRO_CAPTIONTEXT RGB( 0, 0, 0 )
#define METRO_ACTIVEBORDER RGB( 180,180,180 )
#define METRO_INACTIVEBORDER RGB( 244,247,252 )
#define METRO_HIGHLIGHT RGB( 51,153,255 )
#define METRO_HIGHLIGHTTEXT RGB( 255,255,255 )
#define METRO_BTNSHADOW RGB( 160,160,160 )
#define METRO_GRAYTEXT RGB( 109,109,109 )
#define METRO_BTNTEXT RGB( 0, 0, 0 )
#define METRO_INACTIVECAPTIONTEXT RGB( 0, 0, 0 )
#define METRO_BTNHIGHLIGHT RGB( 255,255,255 )
#define METRO_3DDHSHADOW RGB( 105,105,105 )
#define METRO_3DLIGHT RGB( 227,227,227 )
#define METRO_INFOTEXT RGB( 0, 0, 0 )
#define METRO_INFOBK RGB( 255,255,255 )
#define METRO_WINDOWFRAME RGB( 100,100,100 )
#define METRO_WINDOWTEXT RGB( 0, 0, 0 )
#define METRO_SCROLLBAR RGB( 200,200,200 )
Por si puede servir
Re: RIBBON WITH 2013 STYLE
Posted: Sun Jun 02, 2013 9:13 am
by elvira
++++1
Re: RIBBON WITH 2013 STYLE
Posted: Mon Jun 03, 2013 7:35 am
by Antonio Linares
cnavarro wrote:Utilizando Windows 8 y sin ningun tema adicional estos son los colores que me aparecen
![Image](http://img845.imageshack.us/img845/6205/colorsystem.png)
Y estos son los colores
Code: Select all | Expand
#define METRO_BTNFACE RGB( 240,240,240 )
#define METRO_WINDOW RGB( 255,255,255 )
#define METRO_MENU RGB( 240,240,240 )
#define METRO_MENUTEXT RGB( 0, 0, 0 )
#define METRO_BACKGROUND RGB( 0, 0, 0 )
#define METRO_APPWORKSPACE RGB( 171,171,171 )
#define METRO_ACTIVECAPTION RGB( 153,180,209 )
#define METRO_INACTIVECAPTION RGB( 191,205,219 )
#define METRO_CAPTIONTEXT RGB( 0, 0, 0 )
#define METRO_ACTIVEBORDER RGB( 180,180,180 )
#define METRO_INACTIVEBORDER RGB( 244,247,252 )
#define METRO_HIGHLIGHT RGB( 51,153,255 )
#define METRO_HIGHLIGHTTEXT RGB( 255,255,255 )
#define METRO_BTNSHADOW RGB( 160,160,160 )
#define METRO_GRAYTEXT RGB( 109,109,109 )
#define METRO_BTNTEXT RGB( 0, 0, 0 )
#define METRO_INACTIVECAPTIONTEXT RGB( 0, 0, 0 )
#define METRO_BTNHIGHLIGHT RGB( 255,255,255 )
#define METRO_3DDHSHADOW RGB( 105,105,105 )
#define METRO_3DLIGHT RGB( 227,227,227 )
#define METRO_INFOTEXT RGB( 0, 0, 0 )
#define METRO_INFOBK RGB( 255,255,255 )
#define METRO_WINDOWFRAME RGB( 100,100,100 )
#define METRO_WINDOWTEXT RGB( 0, 0, 0 )
#define METRO_SCROLLBAR RGB( 200,200,200 )
Por si puede servir
Cristobal,
;uchas gracias, incluido en FWH metro.ch
![Smile :-)](./images/smilies/icon_smile.gif)
Re: RIBBON WITH 2013 STYLE
Posted: Tue Jun 04, 2013 3:20 pm
by elvira
Antonio,
A mi también me interesa, pues es un cambio que agradecen muchísimo los usuarios y da sensación de innovación.
¿Para cuándo estará disponible?.
Muy agradecida.
Re: RIBBON WITH 2013 STYLE
Posted: Tue Jun 04, 2013 4:09 pm
by Antonio Linares
Va incluido en FWH 13.05 que esperamos publicar hoy ó mañana
![Smile :-)](./images/smilies/icon_smile.gif)
Re: RIBBON WITH 2013 STYLE
Posted: Wed Jun 05, 2013 7:53 am
by cnavarro
Antonio
Como puedo hacer que las pestañas del Ribbon no tengan las esquinas redondeadas, sino rectangulares ?
Gracias
Re: RIBBON WITH 2013 STYLE
Posted: Wed Jun 05, 2013 11:46 am
by Antonio Linares
Cristobal,
Hay unas llamadas a RoundBox() y en ellas se especifica el factor de redondeo de las esquinas. Usando cero, las muestra cuadradas
![Smile :-)](./images/smilies/icon_smile.gif)