Array of textboxes in Tkinter

foten valinor at linuxmail.org
Tue Nov 2 07:01:52 EST 2004


Hi guys,

I thinking of creating a Tkinter gui for a script I'm using to
do bit manipulation. The idea is for the user, using the mouse to
toggle (0 or 1) the 32 bits seen below in my ascii representation
of the gui. I need advice on how to create the 32-bitarray (i.e. four
separate ones), what widget to use? Can someone shed some light on
this or perhaps point me to an example?


     57005
----------

	___0	00000000
___0
	___0	00000000


	_222	11011110
_57005
	_173	10101101

Hex:      DEAD
Octal:  157255

//Fredrik



More information about the Python-list mailing list