Einzelnen Beitrag anzeigen

Der schöne Günther

Registriert seit: 6. Mär 2013
6.110 Beiträge
 
Delphi 10 Seattle Enterprise
 
#2

AW: TWebbrowser: Eingabe in "Edit"-Feld wird an TForm weitergegeben

  Alt 12. Nov 2018, 16:57
Ich wünschte ich könnte helfen (habe so etwas mit diesen komischen Unterstreichungen noch nie gemacht), aber zumindest kann ich das nachvollziehen.

Der Stack ist bspw

Code:
Unit21.TForm1.BitBtn1Click($31F11D0)
Vcl.Controls.TControl.Click
Vcl.StdCtrls.TCustomButton.Click
Vcl.Buttons.TBitBtn.Click
Vcl.StdCtrls.TCustomButton.CMDialogChar((1702664, (), 62940, 25, (), 1701332, (), 6177856))
Vcl.Controls.TControl.WndProc((45062, 104, 2293761, 0, 104, 0, (), 1, 35, (), 0, 0, ()))
Vcl.Controls.TWinControl.WndProc((45062, 104, 2293761, 0, 104, 0, (), 1, 35, (), 0, 0, ()))
Vcl.StdCtrls.TButtonControl.WndProc((45062, 104, 2293761, 0, 104, 0, (), 1, 35, (), 0, 0, ()))
Vcl.Controls.TWinControl.Broadcast((kein Wert))
Vcl.Controls.TWinControl.CMDialogChar(???)
Vcl.Controls.TControl.WndProc((45062, 104, 2293761, 0, 104, 0, (), 1, 35, (), 0, 0, ()))
Vcl.Controls.TWinControl.WndProc((45062, 104, 2293761, 0, 104, 0, (), 1, 35, (), 0, 0, ()))
Vcl.Controls.TWinControl.Broadcast((kein Wert))
Vcl.Controls.TWinControl.CMDialogChar(???)
Vcl.Controls.TControl.WndProc((45062, 104, 2293761, 0, 104, 0, (), 1, 35, (), 0, 0, ()))
Vcl.Controls.TWinControl.WndProc((45062, 104, 2293761, 0, 104, 0, (), 1, 35, (), 0, 0, ()))
Vcl.Forms.TCustomForm.WndProc((45062, 104, 2293761, 0, 104, 0, (), 1, 35, (), 0, 0, ()))
Vcl.Controls.TControl.Perform(???,???,2293761)
Vcl.Controls.TWinControl.CNChar((48386, (), 104, 0, (), 2293761, (), 1))
Vcl.Controls.TControl.WndProc((48386, 104, 2293761, 1, 104, 0, (), 1, 35, (), 1, 0, ()))
Vcl.Controls.TWinControl.WndProc((48386, 104, 2293761, 1, 104, 0, (), 1, 35, (), 1, 0, ()))
Vcl.OleCtrls.TOleControl.WndProc((48386, 104, 2293761, 1, 104, 0, (), 1, 35, (), 1, 0, ()))
Vcl.Controls.TWinControl.MainWndProc(???)
System.Classes.StdWndProc(3080778,48386,104,2293761)
Vcl.Forms.TApplication.IsKeyMsg(???)
:0052e375 TButtonControl.WndProc + $71
Ich denke mal das Problem ist irgendwo dass der WebBrowser an sich keinen Fokus hat bzw. ihn nicht von den Buttons dort wegnimmt.
  Mit Zitat antworten Zitat