Gale FORd wrote:Nobody else is having this problem? I am just using the samples testchk3.prg
Latest FWH and latest published xHarbour.com which is November 2009. I could try the xHarbour.com beta August 2010.
Taavi wrote:Hi,
I can confirm that the problem exists with latest xharbour builder and FWH 10.8
Taavi
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
LOCAL oChk, lChk := .F., lChk2 := .t.
DEFINE DIALOG oDlg
@ 0.7, 1 CHECKBOX oChk VAR lChk OF oDlg COLOR CLR_YELLOW, CLR_GREEN
@ 2, 1 CHECKBOX lChk2 OF oDlg COLOR CLR_YELLOW, CLR_GREEN
@ 3, 1 BUTTON "&Close" ACTION oDlg:End()
ACTIVATE DIALOG oDlg;
CENTER
RETURN NIL
procedure AppSys // XBase++ requirement
return
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 97 guests