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:hBitmap:= If( lGiorno, aImagesGiorno[ 1 ], aImagesGiorno[ 2 ] ) )
I saw it make it on Folder because the same button on the dialog not have flicker