Rao,
yes but my problem was the color of the btnbmp (over and not ) because I not Know How make the theme effect
I tried with
- Code: Select all Expand view
@ 6,680 BTNBMP oBtnGiorn PROMPT { || If( lGiorno, "giornaliero", "periodico" ) } ;
RESOURCE aImagesGiorno[ 1 ] ;
SIZE 40,30 PIXEL OF oFld:aDialogs[1] FLAT ;
ACTION ( lGiorno := !lGiorno, ;
::SetImages( If( lGiorno, aImagesGiorno[ 1 ], aImagesGiorno[ 2 ] ) ) ) ;
COLOR CLR_RED,Rgb( 225,239,219) FONT oFontBold ;
GRADIENT { | lInvert | If( ! lInvert,;
{ { 1 ,RGB( 225, 225,225 ), RGB( 229,241,251 ) } },;
{ { 1, RGB( 229,241,251 ),RGB( 225, 225, 225 ) } } ) }
I wish the border gray
the gray color when the btnbmp is not press
the blue color when the bbtnbmp is press or over and chenged the border
But I not have the theme effect
then I thinked to BUTTOMBMP but I have problem with cCaption not refresh
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com