Array of textboxes in Tkinter

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • foten

    #1

    Array of textboxes in Tkinter

    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
Working...