All Questions
2 questions
3
votes
1
answer
361
views
Input fields not editable + wonky arrows when compiled on macOS
The input fields are editable, I can insert a value with keys on keyboard and inc/dec values when running the source from Terminal with Python3.
But, the moment I compile it successfully using ...
1
vote
0
answers
208
views
CEFpython3 Hang at MessageLoop on Mac
I have create a package using CEFPython and it works perfectly on Windows machines.
However, when used on Mac machines, the script just hang at MessageLoop() with or without opening a completely white ...