Closed GoogleCodeExporter closed 9 years ago
I can't reproduce this error with the latest release on XE2 or Delphi 7.
Delphi 5 is not officially supported.
If it can help you, I think this code is not working with delphi 5 in cefvcl.pas
procedure TCustomChromium.WndProc(var Message: TMessage);
begin
....................
WM_GETDLGCODE:
Message.Result := DLGC_WANTARROWS or DLGC_WANTCHARS;
....................
end;
Original comment by hgourv...@gmail.com
on 28 Feb 2015 at 12:08
Original issue reported on code.google.com by
luisvf...@gmail.com
on 9 Jan 2015 at 3:42