<br><br><div class="gmail_quote">2011/6/21 Walter Bender <span dir="ltr"><<a href="mailto:walter.bender@gmail.com">walter.bender@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
I am not sure I follow your intension here. I have been running your<br>
activity and although I haven't tested it extensively, when I relaunch<br>
from the Journal I get the drawing I made reloaded. When I add to that<br>
drawing and save, upon relaunch, I get the aggregate drawing. What<br>
behavior would you expect otherwise?<br></blockquote><div><br>That's exactly what i wanted to do, but i can't manage : so it's the journal using that i misunderstood. However i launched it with the restart button from the journal, and even with the restart from LearningWriting option.<br>
 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">
> when I copy an entry from the journal to the USB key, it has the gph<br>
> extension, but it appears as empty : screen capture is a green background<br>
> (the standard background of my application). However, when i open it with a<br>
> text editor from my linux host, it has text data. So i really think i have<br>
> misunderstood the development of interaction with the journal<br>
<br>
</div>I've not tested this. Will do and report back.<br>
<br>
regards.<br>
<br>
-walter<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br>Thank you :)<br><br>Regards<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div class="h5">
><br>
> I apologize for what i've said in my recent post.<br>
><br>
> Regards<br>
><br>
> 2011/6/21 James Simmons <<a href="mailto:nicestep@gmail.com">nicestep@gmail.com</a>><br>
>><br>
>> Laurent,<br>
>><br>
>> I thought I had covered what you need to know in MYOSA, but if it<br>
>> wasn't clear all you need to do to load a drawing that you created in<br>
>> your Activity is implement the<br>
>><br>
>> def read_file(self, file_path):<br>
>><br>
>> method.  That gets executed when your Activity gets loaded, and<br>
>> file_path will contain the data from your Journal entry.  You can also<br>
>> read metadata from the Journal entry here.<br>
>><br>
>> When you close your Activity then the<br>
>><br>
>> def write_file(self, filename):<br>
>><br>
>> will save your drawing file as a Journal entry.  The write_file()<br>
>> method is also the place where you can set up metadata for your<br>
>> Journal entry.<br>
>><br>
>> write_file() is also invoked when you switch the focus away from your<br>
>> Activity.<br>
>><br>
>> That is all most Activities will ever need to do, but if you want to<br>
>> do more the chapter "Fun With The Journal" will give you the details.<br>
>><br>
>> If there are features you need to know about that I didn't cover could<br>
>> you let me know what they are?<br>
>><br>
>> James Simmons<br>
>><br>
>><br>
>> On Tue, Jun 21, 2011 at 12:59 PM, laurent bernabe<br>
>> <<a href="mailto:laurent.bernabe@gmail.com">laurent.bernabe@gmail.com</a>> wrote:<br>
>> > Hello everyone,<br>
>> ><br>
>> > I just would like to know where is the best place to learn interaction<br>
>> > with<br>
>> > Sugar OLPC journal ?<br>
>> > Because I think that I've not  yet well understand the concept, for my<br>
>> > project LearningWriting.<br>
>> ><br>
>> > I've read the tutorial<br>
>> > <a href="http://en.flossmanuals.net/make-your-own-sugar-activities/" target="_blank">http://en.flossmanuals.net/make-your-own-sugar-activities/</a>, but it does<br>
>> > not<br>
>> > seem to cover all features.<br>
>> > (I need to save my drawings and put them back in my application)<br>
>> ><br>
>> > Regards<br>
>> ><br>
>> > _______________________________________________<br>
>> > Sugar-devel mailing list<br>
>> > <a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
>> > <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
>> ><br>
>> ><br>
><br>
><br>
> _______________________________________________<br>
> Sugar-devel mailing list<br>
> <a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
> <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
><br>
><br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Walter Bender<br>
Sugar Labs<br>
<a href="http://www.sugarlabs.org" target="_blank">http://www.sugarlabs.org</a><br>
</font></blockquote></div><br>