LoadRequest issue
Closed this issue · 3 comments
GoogleCodeExporter commented
Thank you for this work.
I'm trying to create own request by generating own url headers and request
method, but don't know where from to start, all my attempts leads to acess
violations. Please show some simple example.
My attempt:
var request: ICefRequest;
begin
request := TCefRequestRef.Create(nil);
request.Url := 'http://google.com';
Chromium1.Browser.MainFrame.LoadRequest(request);
end;
Original issue reported on code.google.com by universe...@gmail.com
on 18 Feb 2011 at 9:56
GoogleCodeExporter commented
[deleted comment]
GoogleCodeExporter commented
Original comment by hgourv...@gmail.com
on 23 Feb 2011 at 2:24
- Changed state: Accepted
GoogleCodeExporter commented
Original comment by hgourv...@gmail.com
on 23 Feb 2011 at 3:47
- Changed state: Fixed