[sword-devel] VerseKey::Chapter and VerseKey::Book
Joachim Ansorg
sword-devel@crosswire.org
Wed, 18 Jul 2001 11:16:03 +0200
Troy,
I now see the reason why you decidied to put it into the frontend. I every
thought it's done in your Windows frontend so I thought I have to put it into
the frontend also.
I never saw something in the Changelog of Sword that this fix was done in the
library, thats's why I thought it might be wrong.
I changed now BibleTime to make use of it.
It's ok now.
Thank you for yor answer!
Joachim
> Joachim,
> We had a discussion about this in bt-devel and we decided that this was
> the appropriate behavior! This is why it was added! :) I've included
> the previous method below. There were so many people that agreed that
> this was the logical default behavior that we included it in the libs
> some time ago.
>
> I understand that you expect the frontend to do this, but if this is
> what most all clients will do, then this should probably be the default
> behavior. That was my thinking for changing the libs, anyway. Let me
> know what you think.
>
> -Troy.
>
>
>
> ----------------------------------------------------------------------
>
> Date: Sat, 30 Dec 2000 01:34:55 +0100
> From: Joachim Ansorg <jansorg@gmx.de>
> Subject: Re: [bt-devel] Usage question
>
> Hi!
>
> Thanks to all who suggested things!
> I implemented te way Troy suggested, and I hope it's correct.
>
> Please test it.
>
> - --Joachim
>
> > Joachim,
> > We also had this question with the windows frontend. What we do is
> > this.
> >
> > If verse is requested changed
> > change verse
> > If chapter is requested changed
> > change verse to 1
> > change chapter
> > if book is requested changed
> > change verse to 1
> > change chapter to 1
> > change book
> >
> > Maybe it's not what your users will want but it has stopped the
> > complaining on the windows side.
> >
> > -Troy.