On Mon, 4 Jun 2001, Dan Milgram wrote:
> > 1. Is this a known bug?
> Yes - there's a bug in the tcl/tk version that was built with build 210
>
> > 2. When will a corrected version be available?
> >
> A new version which corrects this should be out this coming Friday.
Excellent, thanks!
--
Bob
> 1. Is this a known bug?
Yes - there's a bug in the tcl/tk version that was built with build 210
> 2. When will a corrected version be available?
>
A new version which corrects this should be out this coming Friday.
Regards,
Dan
--
Dan Milgram/ActiveState Developer
New! ASPN - ActiveState Pro
I'm running ActivePython 2.1, build 210, and Tkinter radio buttons are
appearing with the text but not the actual button widget. This worked
in 2.0 (works in Linux, too).
1. Is this a known bug?
2. When will a corrected version be available?
Here's a repro case:
from Tkinter import *
r = Tk()