Czarek Tomczak
Czarek Tomczak
Implementing drag image representation is upstream [CEF Issue #1715](https://bitbucket.org/chromiumembedded/cef/issues/1715/support-drag-preview-image-with-drag-drop).
Dragging of files can be canelled also by using `RequestHandler.OnBeforeBrowse`. In that callback check `request.GetUrl` whether it starts with "file://" protocol and in such case return `True` and this will...
Some inputs are not supported in upstream CEF. Related: https://github.com/cztomczak/phpdesktop/issues/209
@phpengine Done, created Issue #221 ("Funding for a Linux release").
Main code needs to be written first. I will be developing and testing mainly on Ubuntu 14.04 64-bit. If you could test other OSes like e.g. Ubuntu 16.04 that would...
You can execute any binary (PHP or notifu) from C++. On Windows use `ShellExecuteEx`. Example code: https://github.com/cztomczak/phpdesktop/search?q=shellexecuteex&unscoped_q=shellexecuteex
@gzfrancisco Two things to try: 1. Install all system updates 2. Embed browser only after window is shown and verify that window handle is valid To debug this further please...
It might be that the specific GTK 3 version that is used is broken. There is this issue in cefcapi project that states that GTK 3.15 and later are broken...
Might be related to: https://github.com/cztomczak/cefpython/issues/347
Issue #446 ("Support linking to GTK 3 when building CEF from sources and when building cefpython module") might resolve this issue. But still some GTK 3 versions will just fail.