on the left it was compiled in 2018 on the right in 2023
how is this possible?
![Image](https://i.postimg.cc/DyWGLxs8/ffffff.jpg)
I mean for the color of border and for the gradient when I move the mouse
look this videos
2018
![Image](https://i.postimg.cc/Vv2WnpkW/2018.gif)
2023
![Image](https://i.postimg.cc/vHRP1xxF/2023.gif)
the source code is the same
Code: Select all | Expand
@ nRow,ncol BTNBMP aBtnEle[n] ;
FILENAME aElements[n][5];
SIZE 220, 55 PIXEL;
FLAT RIGHT;
PROMPT aElements[n][2] ;
OF oElements action Msginfo()
aBtnEle[n]:ocursor:= oHand
aBtnEle[n]:nClrBorder := { |obtn| (IIF(obtn:lMOver,CLR_BLUE,CLR_HGRAY)) }
aBtnEle[n]:bClrGrad = { | lInvert | If( ! lInvert,;
{ { 1, CLR_WHITE, CLR_WHITE } },;
{ { 1, RGB( 229,241,251 ), RGB( 229,241,251 ) } } ) }