python - Best practice for TextInput validation in kivy/kv -


i'm designing gui android kivy. there many textinput-fields, of them need kind of validation. i've found far is, on_text_validate allow plausibility checks, if user leaves field enter, case in android-environment. how can achieve checks if user sets focus widget tapping? doing (allways) on_text seems bit weird me, maybe it's possible. simple example: how make sure user able insert integers , value in definite range? other question ask: how possible deactivate textinput depending on value of previous inputs or set focus appropriately? think these standard tasks in gui-programming , i'm bit confused on how manage these in kivy - appreciated!


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -

javascript - How to change image src on success AJAX -