Hello,
I am using CHECKBOX with FOLDER; however when the CHECKBOX, there is no border to indicate to user the field is active; how do I correct this problem?
Thank You,
Hello,
I am using CHECKBOX with FOLDER; however when the CHECKBOX, there is no border to indicate to user the field is active; how do I correct this problem?
Thank You,
Darrell,
Are you using themes ?
1 24 "WindowsXP.Manifest"
Dear Antonio,
Yes, we are using themes.
#include "FiveWin.ch"
function Main()
local oDlg, oFld, lValue := .T.
DEFINE DIALOG oDlg SIZE 400, 300
@ 0.5, 1 FOLDER oFld OF oDlg SIZE 188, 138 ;
PROMPTS "One", "Two", "Three"
@ 1, 1 CHECKBOX lValue OF oFld:aDialogs[ 1 ]
@ 3, 1 BUTTON "Test" OF oFld:aDialogs[ 1 ]
ACTIVATE DIALOG oDlg CENTERED
return nil
Anthonio,
Is there a solution available that does not require user to press ATL so border and button shortcuts are available? Users will complain if they have to press additional keys.
Thank You,
It's a Windows setting (look in the desktop properties).
EMG