Hi. I'm getting the hang of tkinter now, thanks for help in my first thread on this.
Now, I've happily using the simpledialog module, but it's not using the themed widgets (ttk).
I think it's a good exercise for me as a python beginner to fix this myself, but I also don't want to reinvent the wheel.
(it's the askstring dialog I want to use)
(I understand for python 2.x, tkinter.simpledialog is tkSimpleDialog but I'm using python 3.1)
regards
Tim