Python help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Joe Cox
    New Member
    • Feb 2006
    • 4

    #1

    Python help

    I am new to Python. I am writting a program which maps several radio
    buttons to it own listbox. I just not getting the point. Please help
  • hamstu
    New Member
    • Jul 2006
    • 2

    #2
    I just not getting the point
    Neither am I.

    Please be more clear, What GUI Toolkit are you using? wxPython?

    Thanks.

    Comment

    • Joe Cox
      New Member
      • Feb 2006
      • 4

      #3
      Originally posted by hamstu
      Neither am I.

      Please be more clear, What GUI Toolkit are you using? wxPython?

      Thanks.
      I am using Tkinter. I have multiple Radio Buttons and need to bind
      each selection to its own listbox for further selection.

      Comment

      Working...