Czarek Tomczak
Czarek Tomczak
We might investigate and take a look at tkinter initializtion source codes to see what exactly it is doing, but that's not really in tkinter python source codes, but somewhere...
That is not multi threaded message loop. The option I've referred to is named "multi_threaded_message_loop" and may require other modification to the script as well, because when enabled some functions...
For enabling multi threaded message loop see [Issue #380](https://github.com/cztomczak/cefpython/issues/380) for some code examples.
Fixed on Linux in commit d66ef75.
Looks like browser was shutdown and the error message is only an implication of browser being closed. The error message is not the cause of the app quiting. Related: https://github.com/cefsharp/CefSharp/issues/2661...
Fixed on Linux in commit 170d7c3.
@amargravity No plans currently for this feature. Fundings for new features are possible if people are interested: https://github.com/cztomczak/phpdesktop#fundings-for-new-features
Pull requests are welcome.
Are you reporting issue with the kivy_.py example? This example is supported only on Linux.
Are you running the kivy_.py example from the PR as is, or did you make any other modifications? What exactly isn't working, dragging?