Hi.
I'm testing this code:
---
from Tkinter import *
class MyApp:
def __init__(self, parent):
self.myParent = parent ### (7) remember my parent, the root
self.myContainer1 = Frame(parent)
self.myContaine
Dave,
Works in Python 2.7 by changing import statements to:
from Tkinter import *
import ttk
Is there a way to change a frame's border color? (I think this is a
Tkinter limitation, but I'd love to be proven wrong)
I don't think your border width spinner updates the border?
Nice to have additio
http://snippets.dzone.com/posts/show/12755
"""
Program to do dynamic experimentation with the various padding and
border properties of a ttk.Frame. A frame is created and populated with
three sub-frames:
1. A set of spinboxes that adust the various padding parameters.
2. A set of controls to adj