Thanks for your interest/willingness to assist. I was using the tutorial re radio buttons: http://www.moeraki.com/pygtktutorial/pygtk2tutorial/examples/radiobuttons.py
The graphic showing the resulting window, Figure 6.4 on this page: http://www.moeraki.com/pygtktutorial/pygtk2tutorial/sec-RadioButtons.html shows a black dot inside radio button 2. But when I run this in WinXP/Python2.3, no black dot ever appears, just yellow highlighting around the rim of a radio button when it receives mouse focus (no highlighting if I just use arrow keys). The toggle events do register, i.e. callback is being called. I notice the code does create a group for the buttons. Kirby > -----Original Message----- > From: Nathan Hurst [mailto:[EMAIL PROTECTED] > Sent: Monday, November 03, 2003 2:50 AM > To: Kirby Urner > Cc: [EMAIL PROTECTED] > Subject: Re: [pygtk] Win32: radiobuttons don't display state > > Kirby Urner wrote: > > >However, I'm noticing that radio buttons, while highlighting when > receiving > >focus, do not bubble in when toggled. There's no permanent mark > indicating > >which radio button was picked, even through the toggle event registers. > > > >Any other WinXP users here, and getting this behavior? > > > A simple example program that displays the bug would be very useful in > answering this. I suspect you aren't making sure that the button is > active (by using a radiogroup, or your own code) but it's a guess. > > njh > _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
