[Tutor] How to print ALL contents of a scrolled Tkinter window?

Laura Creighton lac at openend.se
Fri Apr 17 16:29:47 CEST 2015


>While I can probably make this
>approach work (It *seems* conceptually simple.), I cannot help but
>feel there is a much better way...

Tkinter is very old software.  This sort of scrolling you want was
in no way common when Tkinter was new.  For things like this, I
just use kivy, which has the advantage that is runs under IOS and
Android out of the box.

The whole point of kivy is to create better, new paradigm user interfaces,
where scrolling surfaces are built-in.

It may be faster for you to reimplement what you have in kivy than to
try to get Tkinter to do what you want.

Laura


More information about the Tutor mailing list