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

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -