--
You received this message because you are subscribed to the Google Groups "CefGlue" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cefglue+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
@Roded, I'm have 2-3 closed implementations of this, so sorry, can't share sample. If you explain what exactly you problem, I'm probably can write some pointers about. If you just have problem with IPC - you can try chromiumfx instead of cefglue (it is as I'm understand support this out-of-box). I'm never touch it, so nothing can add. Final implementation vary on needs. While CEF is framework - it is sometimes not so easy integrates into existing apps, by chromium architecture. At my last attempt I'm still use cefglue, but completely strip from ugly UI stacks like WinForms or WPF from CEF-hosting process. Yes, both of them broken, and sometimes just not work (but for usual cases it is not issues). So... At this moment this task require lot of work. But it is can be completed in finite time.