@Peter: Sounds good, I've added an if to check whether the card we're scoring is the card being displayed, prior to calling newCard. I'll upload that and a couple new features soon.
@Ryein: Ultimately, it should work with whatever cards you use on your own desktop. You'll just be exporting your own cards onto a web server. I'm guessing it's easy enough to have full Japanese support on the IPod's Safari, though, so that should work. --Joe On Oct 1, 6:25 pm, Ryein <[email protected]> wrote: > Are there any romanji cards? > > On Thu, Oct 1, 2009 at 11:31 AM, Peter Bienstman > > > > <[email protected]> wrote: > > > 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] > > ------------------------------------------------ > > -- > Ryein Bowling > Cell 503-689-2377 Home 503-608-4728 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
