[PythonCE] Tkinter radiobutton problem

2005-09-27 Thread Andrew Booth
Thanks. In the end I set indicatoron=False. This gave buttons instead of radiobuttons. It seems to work OK and the buttons are easier to hit with the stylus. Andrew G Booth Professor of On-Line Learning and Associate Professor of Biochemistry School of

Re: [PythonCE] Tkinter radiobutton problem

2005-09-19 Thread Edward Fewell
I've sent the same problem using Tkinter on my phone. I don't know of a fix for the real problem, but you might be able to work around the issue. Can you respond to check events on the check boxes? If so, then use check boxes for your radio buttons and programmatically simulate radio button beha

[PythonCE] Tkinter radiobutton problem

2005-09-18 Thread Andrew Booth
I'm writing a simulation program using PythonCE and Tkinter. One of my dialogs has a group of radiobuttons. On my Linux box, these are rendered correctly, but on PythonCE they display as checkboxes. They behave like radiobuttons - when one is activated, the others are de-activated, but they look l