Tkinter Menus on WinXX platform

Matt Gushee mgushee at havenrock.com
Mon Dec 13 10:39:58 EST 1999


pf at artcom-gmbh.de (Peter Funk) writes:

> Testing on Win98 using py152.exe I noticed three small problems with menus:
> 1. Menu Radio- and Checkbuttons have both a check (tick, peg?) where 
>    Radiobuttons shoulld have a dot (period) when selected.

That's weird.

> 2. If a menu is drawn the first time, selected check und radio buttons
>    are not drawn correctly.  You have to move the mouse cursor above those
>    buttons to provoke a redraw.

Offhand I would suggest calling

	foo.update_idletasks()

... but if you're already doing that, then I dunno.

-- 
Matt Gushee
Portland, Maine, USA
mgushee at havenrock.com
http://www.havenrock.com/



More information about the Python-list mailing list