Following is a picture of a TsDBLookupComboBox control:
[attachment=8199:TsDBLookupComboBox.jpg]
If I terminate the program at this point, I will get the exception: “Cannot focus a disabled or invisible window”. That exception does not occur if SkinManager.Active = False;
The exception occurs in this statement of procedure TsDBLookupComboBox.WndProc:
Code:
if not ControlIsReady(Self) or not FCommonData.Skinned then
inherited <<< Exception