I have an issue in python. I have two function:
- schermata_compilazione_risultato: it create the user interface
- limit_input: it check the value of some comboboxes that I have in my interface
The issue is that limit_input function don’t work.
This is the code: https://github.com/kevinpignotti/Classifiche_Test_mod.git
I’m completely beginners so my code it’s probably not so lean.
I want check the comboboxes’ values and make it a maximum of 2 characters.
New contributor
Kevin Pignotti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.