Page 8 of 10

Re: Xilium.CefGlue/3 & CefGlue/1

PostPosted: Fri Feb 15, 2013 11:54 am
by al3xey
thanx! ;)

Updated to 3.1384.1102

PostPosted: Tue Feb 19, 2013 4:31 pm
by fddima
CefGlue sources updated to match CEF 3.1384.1102.
CEF 3.1384.1102 binary also available at project home.

Re: Xilium.CefGlue/3 & CefGlue/1

PostPosted: Sun Mar 03, 2013 11:42 am
by fddima
Added WPF offscreen rendering sample based on @dreijer's code. (https://bitbucket.org/xilium/xilium.cef ... f33cdaeecf)

Re: Xilium.CefGlue/3 & CefGlue/1

PostPosted: Mon Mar 04, 2013 2:51 am
by Umid
Hello,
How to restart runtime without restarting application

Re: Xilium.CefGlue/3 & CefGlue/1

PostPosted: Mon Mar 04, 2013 5:38 am
by fddima
Umid wrote:How to restart runtime without restarting application

For first, please on any new question - start new thread.
About question - no have idea. I'm never use this usecase, and doesn't recommend this.

Re: Xilium.CefGlue/3 & CefGlue/1

PostPosted: Mon Mar 04, 2013 5:45 am
by fddima
fddima wrote:Added WPF offscreen rendering sample based on @dreijer's code. (https://bitbucket.org/xilium/xilium.cef ... f33cdaeecf)


About this sample, just good starting point, but there are many features not implemented.
For example it is require:
- fix for mouseLeave event (setting mouse position to 0,0 is not a good - it is makes hover element on 0,0 position).
- implement accurate keayboard handler (shift combinations & etc)
- etc...

And big thanks for dreijer for this sample code. :)

Re: Xilium.CefGlue/3 & CefGlue/1

PostPosted: Mon Mar 04, 2013 5:47 am
by sebarnolds
Hi.

Thanks to both of you for this sample. I'll have to take a look at it in the future days.

Re: Xilium.CefGlue/3 & CefGlue/1

PostPosted: Wed May 08, 2013 3:19 am
by deepshi03
Hi! Is there a way to support drag and drop files in Xilium.CefGlue Application. When i opened the site "http://studio.html5rocks.com/#Photos", even though the page says drag photos here, the photos can't be placed there. Other browsers using cef3 supports this feature.

Re: Xilium.CefGlue/3 & CefGlue/1

PostPosted: Wed May 08, 2013 3:48 am
by fddima
deepshi03 wrote:Hi! Is there a way to support drag and drop files in Xilium.CefGlue Application. When i opened the site "http://studio.html5rocks.com/#Photos", even though the page says drag photos here, the photos can't be placed there. Other browsers using cef3 supports this feature.

In CefGlue.Demo.WinForms sample drag&drop works.

Re: Xilium.CefGlue/3 & CefGlue/1

PostPosted: Wed May 08, 2013 7:06 am
by deepshi03
How can i get the same functionality in CefGlue.Samples.WpfOsr??