Closed GoogleCodeExporter closed 9 years ago
This is not a support channel for the Delphi wrapper.
Original comment by magreenb...@gmail.com
on 2 Mar 2015 at 4:57
it is not fault of the wrapper I swear
Original comment by kyrm...@gmail.com
on 2 Mar 2015 at 5:34
In C/C++ you can implement the CefLifeSpanHandler::DoClose() method to control
how the browser is closed. See the documentation on that method for usage.
Original comment by magreenb...@gmail.com
on 2 Mar 2015 at 5:36
I already used onBrowseClose event that is provided by wrapper.
then I tryed not to use the bundled wrapper component, but do all the things by
myself - create cef window with api and handle all the events.
ok, it's called when the child window with browser closes.
but then the main app window too, because I suppose cef window sends some sort
of message to it (wm_quit maybe).
Original comment by kyrm...@gmail.com
on 2 Mar 2015 at 5:43
Original issue reported on code.google.com by
kyrm...@gmail.com
on 1 Mar 2015 at 5:14