Como se obtiene el color de una toolbar 32 ???
- TecniSoftware
- Posts: 213
- Joined: Fri Oct 28, 2005 6:29 pm
- Location: Quilmes, Buenos Aires, Argentina
Como se obtiene el color de una toolbar 32 ???
La pregunta es simple:
Quiero usar otro tipo de botones que no son por medio de AddButton(),
sobre una toolbar32 y no se que color tengo que darle a los botones para que me queden en el mismo color de la toolbar.
Muchas gracias.
Alejandro Cebolido
Buenos Aires, Argentina.
Quiero usar otro tipo de botones que no son por medio de AddButton(),
sobre una toolbar32 y no se que color tengo que darle a los botones para que me queden en el mismo color de la toolbar.
Muchas gracias.
Alejandro Cebolido
Buenos Aires, Argentina.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- TecniSoftware
- Posts: 213
- Joined: Fri Oct 28, 2005 6:29 pm
- Location: Quilmes, Buenos Aires, Argentina
gracias
Gracias Antonio por la respuesta, me lo imaginaba.
El tema es que estoy usando botones de la clase TSButton en las toolbars ( y funcionan de maravilla), por que tengo asi soporte de menus dropdown y además, estos botones son mucho mas configurables que los que puedo cargar por medio de AddButton(), el único inconveniente es que tengo una ligera diferencia entre el color de los botones y la toolbar.
Desde ya muchas gracias.
Alejandro Cebolido.
El tema es que estoy usando botones de la clase TSButton en las toolbars ( y funcionan de maravilla), por que tengo asi soporte de menus dropdown y además, estos botones son mucho mas configurables que los que puedo cargar por medio de AddButton(), el único inconveniente es que tengo una ligera diferencia entre el color de los botones y la toolbar.
Desde ya muchas gracias.
Alejandro Cebolido.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- TecniSoftware
- Posts: 213
- Joined: Fri Oct 28, 2005 6:29 pm
- Location: Quilmes, Buenos Aires, Argentina
?
Con toolbar y rebars? como se hace eso ?
Si estás hablando de de esto:
http://fivetechsoft.com/forums/viewtopi ... t=dropdown
yo no lo tengo disponible por que tengo el build de junio, o sea que me quedé corto por un mes!!!!
Salu2
Si estás hablando de de esto:
http://fivetechsoft.com/forums/viewtopi ... t=dropdown
yo no lo tengo disponible por que tengo el build de junio, o sea que me quedé corto por un mes!!!!
Salu2
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- TecniSoftware
- Posts: 213
- Joined: Fri Oct 28, 2005 6:29 pm
- Location: Quilmes, Buenos Aires, Argentina
Antonio
Efectivamente me quedé corto, mi compra fue el dia 20/04/2006.
Muchos saludos, Alejandro.
Muchos saludos, Alejandro.
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
- TecniSoftware
- Posts: 213
- Joined: Fri Oct 28, 2005 6:29 pm
- Location: Quilmes, Buenos Aires, Argentina
?
James:
Please, repeat your message and use ENGLISH. Are u using a translator from english to spanish? Please, use another translator...
Have a little example???
Thanks!!!
Alejandro.
Please, repeat your message and use ENGLISH. Are u using a translator from english to spanish? Please, use another translator...
Have a little example???
Thanks!!!
Alejandro.
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Alejandro,
Sorry, I used the Google translator for the first time and didn't even look at the output because I was in a hurry.
I use a gradient bitmap on both the toolbar and the button.
Here is an example:
Sorry, I used the Google translator for the first time and didn't even look at the output because I was in a hurry.
I use a gradient bitmap on both the toolbar and the button.
Here is an example:
Code: Select all
define brush oBrush resource "ltbluegradient"
//--- Buttonbar
// Note: Group bars only show when it is 3d, and 3d looks bad.
// This is a bug in TSBar that needs fixing.
DEFINE sBUTTONBAR oBar size 27,27 OF oWnd //3D
oBar:blClicked:={||.t.}
oBar:setBrush( oBrush )
define sbutton of oBar ;
resource "find";
brush oBrush;
action (current():find(), current():setFocus());
tooltip "Find"
- TecniSoftware
- Posts: 213
- Joined: Fri Oct 28, 2005 6:29 pm
- Location: Quilmes, Buenos Aires, Argentina
.
Thank you James.
Regards.
Alejandro.
Regards.
Alejandro.