I m trying to make a merit calculator app for students. When I run the app, window opens instantly and then closes with the message:
“[window] virtual keyboard not allowed,single mode,not docked”
I even tried this:
from kivy.config import Config
Config.set(‘kivy’, ‘keyboard_mode’, ‘systemandmulti’)
I tried changing ‘systemanddocked’
but still it shows same message/error.
how can I fix it? app
New contributor
GixCoder999 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.