Automatic Layout Height in Kivy GUI

I recently needed a layout whose height would be automatically set to the sum of heights of inner child elements. So when there are TextInputs and the user writes more lines of text, the layout will suitably change its height.I have succeeded, and you can see the (almost) minimal example here:
http://pastebin.com/rgFnLX9A

a
It does not work on inserting just a end of line char (‚\n‘) though, as it does not generate the on_text nor the on_focus event. I don’t know how to overcome this.

Příspěvek byl publikován v rubrice GUI, kivy, Python se štítky , , a jeho autorem je admin. Můžete si jeho odkaz uložit mezi své oblíbené záložky nebo ho sdílet s přáteli.

Napsat komentář

Vaše e-mailová adresa nebude zveřejněna. Vyžadované informace jsou označeny *