On Wednesday 30 September 2009 09:42:36 pm Joseph wrote:
> Peter,
>
> I believe it does. It uses your own process_answer, which I see
> includes some log functions. Looking at dlg's gradeAnswer, it looks
> like I'm doing everything log related. Though it looks like I should
> be catching the interval and including something like:
>
> if get_config("show_intervals") == "statusbar":
>             self.statusBar().message(self.trUtf8("Returns in ").append
> (\
>                 str(interval)).append(self.trUtf8(" day(s).")))

Don't worry about this, that is a hidden feature.

> The one thing I wasn't sure about was if it's OK to call newQuestion()
> and updateDialog() even in cases where I have imported no new scores,
> or when the current card does not have a new score. As it stands, I
> call these every time I sync, and there doesn't appear to be any
> problem.

updateDialog does not hurt, but it seems to me that calling newQuestion before 
anything has happened to the current card is not a good thing.

I guess there could also be corruption if you export to the html server, and 
then still do reviews on the desktop.

Cheers,

Peter


------------------------------------------------
Peter Bienstman
Ghent University, Dept. of Information Technology 
Sint-Pietersnieuwstraat 41, B-9000 Gent, Belgium
tel: +32 9 264 34 46, fax: +32 9 264 35 93
WWW: http://photonics.intec.UGent.be
email: [email protected]
------------------------------------------------

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mnemosyne-proj-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to