From: Paraic O. <par...@gm...> - 2016-01-27 10:01:17
|
Hi I am trying to use Editbox in a menu system to edit a configuration file. I have successfully loaded the file into the editbox and can navigate and edit text fine, but then when I press OK, it doesn't save the file. I'm probably missing some basic understanding of how this works - do I need to save the text that returns from the function in some way? I had a look at the dem.py but I don't see the editbox in the demo saving anything after it loads the file (not surprising since its the /etc/passwd it loads!) Anyhow any help or understanding appreciated. Paraic |