Popup Forms

  • This topic has 2 replies, 2 voices, and was last updated 8 years ago by TAZ.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37125
    TAZ
    Participant

    I have not got into the popup forms much, but I have noticed that when using your demo and clicking on “Click for showing as popup” that a problem (?) might be occurring.

    If you make a quick click, the popup form shows.

    If you make a longer click, the popup form shows and hides within a fraction of a second. I have traced this and it is coming from the TacFormHandler.DoTimer procedure.

    Quick click “CaptHandle” is 0. Longer click “CapHande” is > 0 which then compares handles.

    I wonder why on a quick click, “CaptHandle := GetCapture;” produces 0. That is as far as I can go. GetCapture is a Windows call.

    #55519
    Support
    Keymaster

    Hi

    I see this strange behaviour and I will improve it soon. )

    #55569
    TAZ
    Participant

    Fixed. Thanks.

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