I wish chnge the bitmap on btnbmo when I click over but not run ok
change the caption but not the bitmap (png)
change the caption but not the bitmap (png)
@ 195,250 BTNBMP oBtnClose PROMPT "&Chiudi" ;
RESOURCE ".\bitmaps\DLG_NO_MIN.bmp " FLAT;
SIZE 50,50 PIXEL OF oFld:aDialogs[1] RIGHT;
ACTION CHANGE(oBtnClose, @lgiorno)
Function CHANGE(oBtnClose,lgiorno)
lgiorno:=!lGiorno
If lGiorno
oBtnClose:cBmpFile1:="time.png"
oBtnClose:cCaption:="giornaliero"
else
oBtnClose:cBmpFile1:="prenota.png"
oBtnClose:cCaption:="periodico"
endif
oBtnClose:refresh()
return lgiornoSince 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

