Menu
  • HOME
  • TAGS

TChromium not working after delete and create component again

delphi,delphi-7,tchromium

I change this line: if Assigned(Result.Browser) then if ASsigned(Result.Browser.GetMainFrame) then Result.Browser.GetMainFrame.LoadUrl(Endereco); for: Result.Load(Endereco); It works fine....

How to communicate with CEF via Sockets

delphi,indy,chromium-embedded,tchromium

I made a Proof of Concept for DWS (pascal to javascript compilation, as used in Smart Mobile Studio) some time ago: https://code.google.com/p/asmprofiler/source/browse/#svn%2Ftrunk%2F-Other-%2FRemoteDebuggerDWS You can use my Indy 10 websocket (and socket.io!) components from here: https://github.com/andremussche/DelphiWebsockets...