Re: [Tkinter-discuss] Macosx Tk colors changed

2013-05-29 Thread Bob Greschke
This doesn't explain anything, but in my programs I just have this global color pallet that I use for everything. Color "D" is set to whatever the system color is for widgets. Then I just use that for, for example, making "greyed out" Entry fields the same color as their surroundings. Through

[Tkinter-discuss] Macosx Tk colors changed

2013-05-29 Thread Michael O'Donnell
Dear all, My application manages the window appearance by building a frame with gifs, and filling with a background color that should be identical to that of the gifs. This has been fine under all versions of Python up to and including 3.3.2. But under 3.3.2 on MACOSX, Idle recommended I upgr