Open GoogleCodeExporter opened 9 years ago
There are some useful examples in CEF 1 that should be ported to CEF 3.
1. cefadvanced.py example that uses pywin32 has some unique features:
- javascript rebindings
- key handler for F5 F12 F11 Ctrl+ Ctrl-
- catching js exceptions (not yet implemented in cefpython3)
- saving browser window content as an image
- transparent popup
- second browser creation using pywin32
- example of using GetUserData/SetUserData to save outerWindowHandle required
for window move/resize operations
2. More examples that yet need to be ported:
- pygtk
- pyqt
- pyside
- panda3d
- cefwxpanel
It would be a pity to remove CEF 1 code path and lose all these nice examples.
Original comment by czarek.t...@gmail.com
on 10 Jan 2014 at 12:41
[deleted comment]
Original comment by czarek.t...@gmail.com
on 6 Dec 2014 at 10:18
Other changes to do:
- Get rid of the cefpython/ root directory
- Move cef3/* files and directories to the root directory
Original comment by czarek.t...@gmail.com
on 24 Jan 2015 at 2:41
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 10 Jan 2014 at 11:53