if I change the image in a buttombmp I see a slight flicker when I step over it with the mouse could not fix this?

@ 520,780 BUTTONBMP oBtnGiorn;
RESOURCE aImagesGiorno[ 1 ] ;
PROMPT { || If( lGiorno, "giornaliero", "periodico" ) } ;
SIZE 80,20 PIXEL OF oFolder:aDialogs[1];
TEXTRIGHT FONT oFontBold GDIPLUS;
ACTION ( lGiorno := !lGiorno, ;
oBtnGiorn:= If( lGiorno, aImagesGiorno[ 1 ], aImagesGiorno[ 2 ] ) )
I saw it make it on Folder because the same button on the dialog not have flicker

@ 520,780 BUTTONBMP oBtnGiorn;
RESOURCE aImagesGiorno[ 1 ] ;
PROMPT { || If( lGiorno, "giornaliero", "periodico" ) } ;
SIZE 80,20 PIXEL OF oFolder:aDialogs[1];
TEXTRIGHT FONT oFontBold GDIPLUS;
ACTION ( lGiorno := !lGiorno, ;
oBtnGiorn:= If( lGiorno, aImagesGiorno[ 1 ], aImagesGiorno[ 2 ] ) )
I saw it make it on Folder because the same button on the dialog not have flicker
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 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
I use : FiveWin for Harbour March-April 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