I have this get
@ nrow, ncol get ax1 pict "9" PIXEL SIZE SIZEX,SIZEY OF oDlg NOBORDER CENTER ;
VALID ax1 $ " 123456789" .and. Verifica_tutto(ax1,1,1,1) COLOR CLR_BLACK, CLR_HGRAY ;
FONT oFontNumeri
I wish change into CLR_WHITE,CLR_GREEN
I made a test but it not run why ?
#include"fivewin.ch"
function test()
Local oDlg,ax1
define dialog odlg
@ 10,10 get ax1 size 100,10 of odlg COLOR CLR_BLACK,CLR_RED UPDATE
activate dialog odlg;
on init testcolor(ax1:oGet)
return nil
Function testcolor(ocontrol)
ocontrol:setcolor(CLR_WHITE,CLR_GREEN)
return nilI 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