Re: [Sugar-devel] The best place to learn interaction with the olpc journal ?

2011-06-22 Thread laurent bernabe
Hello, i'm happy to discover the terminal command "copy-to-journal". But i'm still bothered by the usb key <-> journal transfer. That is : - when I open an already saved LearningWriting (whose outputs mime type is application/x-graph : "*.gph") from the OLPC journal, all is fine - but w

Re: [Sugar-devel] The best place to learn interaction with the olpc journal ?

2011-06-22 Thread laurent bernabe
Thank you, I will have a look at it and give you feedback Regards 2011/6/22 > On Tue, June 21, 2011 1:59 pm, laurent bernabe wrote: > > Hello everyone, > > > > I just would like to know where is the best place to learn interaction > > with Sugar OLPC journal ? > > Because I think that I've not

Re: [Sugar-devel] The best place to learn interaction with the olpc journal ?

2011-06-21 Thread mokurai
On Tue, June 21, 2011 1:59 pm, laurent bernabe wrote: > Hello everyone, > > I just would like to know where is the best place to learn interaction > with Sugar OLPC journal ? > Because I think that I've not yet well understand the concept, for my > project LearningWriting. > > I've read the tutori

Re: [Sugar-devel] The best place to learn interaction with the olpc journal ?

2011-06-21 Thread Walter Bender
On Tue, Jun 21, 2011 at 3:10 PM, laurent bernabe wrote: > Hello, > > I apologize, I explained what I wanted to say in a bad way > > the etext example given in the tutorial does not show a write_file example. > I tried to implement write_file in my application by giving a look at Turtle > art examp

Re: [Sugar-devel] The best place to learn interaction with the olpc journal ?

2011-06-21 Thread laurent bernabe
2011/6/21 Walter Bender > > I am not sure I follow your intension here. I have been running your > activity and although I haven't tested it extensively, when I relaunch > from the Journal I get the drawing I made reloaded. When I add to that > drawing and save, upon relaunch, I get the aggregate

Re: [Sugar-devel] The best place to learn interaction with the olpc journal ?

2011-06-21 Thread laurent bernabe
Hello, I apologize, I explained what I wanted to say in a bad way the etext example given in the tutorial does not show a write_file example. I tried to implement write_file in my application by giving a look at Turtle art example, adapting it for a custom MIME type. I believe it is quite simple

Re: [Sugar-devel] The best place to learn interaction with the olpc journal ?

2011-06-21 Thread James Simmons
Laurent, I thought I had covered what you need to know in MYOSA, but if it wasn't clear all you need to do to load a drawing that you created in your Activity is implement the def read_file(self, file_path): method. That gets executed when your Activity gets loaded, and file_path will contain t

[Sugar-devel] The best place to learn interaction with the olpc journal ?

2011-06-21 Thread laurent bernabe
Hello everyone, I just would like to know where is the best place to learn interaction with Sugar OLPC journal ? Because I think that I've not yet well understand the concept, for my project LearningWriting. I've read the tutorial http://en.flossmanuals.net/make-your-own-sugar-activities/, but i