I shoudl have tried this in the first place. The widgets/radio_buttons.py example doesn't work at all for me. In fact quite a few are broken. buttons.py check_buttons.py radio_buttons.py sliders.py Do these work for anybody with svn? - Charlie On 3/29/06, John Hunter <jdh...@ac...> wrote: > >>>>> "Charlie" =3D=3D Charlie Moad <cw...@gm...> writes: > > Charlie> Before I bang my head against the wall I figured I would > Charlie> check the list. I have a script that uses the radio > Charlie> button widget in a TkAgg. This worked not too long ago, > Charlie> but now it is not responding to clicks with the latest > Charlie> matplotlib. Has there been changes recently to the TkAgg > Charlie> backend that would affect this? > > It doesn't look like it: > > peds-pc311:~/mpl> svn log lib/matplotlib/backends/backend_tkagg.py > ------------------------------------------------------------------------ > r2139 | dsdale | 2006年03月11日 18:11:40 -0600 (2006年3月11日) | 7 > lines > > added **kwargs to all backend_*.print_figure > methods to provide papertype kwarg to backend_ps > > fixed landscape orientation for usetex option > > added subprocess module from python-2.4 > > ------------------------------------------------------------------------ > r1889 | cmoad | 2005年11月30日 14:05:05 -0600 (2005年11月30日) | 2 lines > > assume png on no extension save > > ------------------------------------------------------------------------ > r1591 | cmoad | 2005年08月08日 09:46:47 -0500 (2005年8月08日) | 2 lines > > almost have tkagg blitting working > > ------------------------------------------------------------------------ > r1586 | jdh2358 | 2005年08月05日 11:13:26 -0500 (2005年8月05日) | 2 > lines > > small cursor fix > > ------------------------------------------------------------------------ > r1584 | cmoad | 2005年08月04日 14:13:08 -0500 (2005年8月04日) | 2 lines > > Added blit to FigureCanvasTkAgg, but it does not account for the bbox > yet. > > > > Maybe it is a tk version problem? > > JDH >