TsDBLookupComboBox throws exception if open at form close

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37375
    HeDiBo
    Participant

    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
    #56330
    Support
    Keymaster

    Hello

    I see this error under latest Delphi versions, I will try to fix it in the nearest release.

    #56661
    HeDiBo
    Participant
    'Support' wrote:

    Hello

    I see this error under latest Delphi versions, I will try to fix it in the nearest release.

    Solved a3.gif

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.