"Jacob Bender" <benderjaco...@gmail.com> wrote

I was wondering if there was a way to program a new window using Tkinter so that a one-billion digit number could fit, instead of in the system window, which dumps numbers once they fill up the screen. I know that it would take me days to read all of the numbers, but that is not my intention. Thanks!

Yes there are several ways. But for the reasons you state none of them
make much sense!

You could try one or more text widgets. Or a giant label (or labels)...

You could use a scolled widget from the Tix module.

You could probably even create a scrolling drop down list...

Alan G

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to