Hey everyone, first to start im using python 2.6, and what basically i am makin' is a program that we put some text in a Text Box, and then we can save it to the computer. My problem is that i cant get the text and save it using tkFileDialog. I know how to get some text from entries, and put it into a file, but I want to open tkFileDialog, and when button save is pressed it saves what ive written in my text box.
Does anyone knows how to do this kind of thing, Dan08.