Hi,
My example is below. The problem is that when I press disable button, the area that is below the checkbox is disappeared.
In this case, when I move the mouse in this area, the lost fields are coming back again.
I think this is related Transparent issue. When I delete oDlg:lTransparent := .T., There is not any problem.
How Can I solve this problem?
Thanks.
My example is below. The problem is that when I press disable button, the area that is below the checkbox is disappeared.
In this case, when I move the mouse in this area, the lost fields are coming back again.
include "Fivewin.ch"
FUNCTION MAIN( )
LOCAL oDlg, oChk, oChk2
LOCAL lChk := .F., lChk2 := .F.
DEFINE DIALOG oDlg
oDlg:lTransparent := .T.
@ 1, 1 CHECKBOX oChk VAR lChk PROMPT "Test";
SIZE 100, 13
@ 2, 1 CHECKBOX oChk2 VAR lChk2 PROMPT "Test2";
SIZE 100, 13
@ 3, 1 BUTTON "Disable";
ACTION oChk:Disable()
@ 3, 10 BUTTON "Enable";
ACTION oChk:Enable()
ACTIVATE DIALOG oDlg;
CENTER
RETURN NIL#ifndef __64__
1 24 "winxp\WindowsXP.Manifest"
#endifI think this is related Transparent issue. When I delete oDlg:lTransparent := .T., There is not any problem.
How Can I solve this problem?
Thanks.
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06