[Tutor] System Window

Alan Gauld alan.gauld at btinternet.com
Mon Jul 19 20:03:55 CEST 2010


"Jacob Bender" <benderjacob44 at 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 




More information about the Tutor mailing list