TsWebBrowser weird bug Delphi7

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36643
    JM-DG
    Participant

    There is a weird bug with TsWebBrowser (Only tested in Delphi 7).

    Drop a TsWebBrowser in a new application project + a SkinManager to skin your component.

    – Assign any of these actions in TsWebBrowser

    OnBeforeNavigate2

    OnCommandStateChange

    OnDocumentComplete

    OnNavigateComplete2

    [attachment=7278:1.png]

    – Put a comment in the actions so that delphi does'nt remove them.

    – Save All.

    – Close the project.

    – Reopen the project and the actions won't be linked anymore.

    [attachment=7279:2.png]

    I tried to search a little. I suspect the problem might be in the acWB.pas file.

    #53879
    Support
    Keymaster

    Hello!

    I will research and I will try to solve it soon.

    #53928
    HeDiBo
    Participant

    Removing the events at design time in AC 10.16 did the trick! Congrats :a3:

    #53946
    JM-DG
    Participant

    Yup! Thanks for the quick fix. :a7:

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