Hello,<br><br><ul><li>i've coded the write_file and read_file in my project LearningWriting, in Launcher.py module<br></li></ul><ul><li>I've added my new MIME type to project LearningWriting : *.gph which stands for application/x-graph</li>
</ul>But, though i precised, when saving, that the mime type is application/x-graph (<code>self.metadata['mime_type'] = 'application/x-graph'</code>), i'm unable to open the saved gph files.<br>
Instead, it starts a new graph, with all data loosen.<br><br>And data are also loosen when i restart a LearningWriting instance from the dropdown menu (either from F3 screen or from the HardDisk/USB Journal screens).<br><br>
So, what have i done wrong ?<br><br>Regards<br><br>P.S The changes have been commited in my gitorious account.<br>