Re: [sword-devel] BUG: VerseKey::setLocale doesn't work properly

2002-03-04 Thread Troy A. Griffitts
Joachim, Think I fixed this one. Seems VerseKey::clone didn't grab the locale of the src VerseKey. Also, ParseVerseList didn't use clone :) Let me know if it works in your real app now. -Troy. Joachim Ansorg wrote: > > Hi! > > While working on BibleTime's verse parsing I n

Re: [sword-devel] OT and NT files

2002-03-04 Thread Troy A. Griffitts
Joachim, This was meant for a later announcement, but might be of help in your case: SWText subclasses now operate in a similar manner as SWCom subclasses regarding iteration. a ++ will take you to the next valid entry (not a symlink to the same entry, not an empty entry). So you might

Re: [sword-devel] general book display level

2002-03-04 Thread Joachim Ansorg
Chris, I think your suggestion is ok. Joachim > Something that Troy & I discussed after he finished GBS, but that we never > agreed on a solution to, is how general books should be displayed. > > For some books, it should be obvious. If the lowest level of division is > something large, like a

[sword-devel] OT and NT files

2002-03-04 Thread Joachim Ansorg
Hi all! Is there any mechanism in Sword to see if the files for NT or OT exist? If this is possible we can offer only the books of the availablr testaments. For example the ISV is missing the OT, so BibleTime should only offer the books of the NT. Is this possible? Testing for the files turne

Re: [sword-devel] IMAGES in SWORD

2002-03-04 Thread Troy A. Griffitts
> > Ok, there is now a check to be sure buf ends in '/' before skipping the > > '/' at the beginning of the image url. > > Won't compile on ym box :) yeah, I caught it also, after I already commited it. Please try again. > > Not arguing the merits of this naming scheme (it's too late to chang

Re: Fwd: [sword-devel] Greetings

2002-03-04 Thread Joachim Ansorg
Ignore. I'm dump. Joachim > Again the message. Is is possible to make this into 1.5.3? > > Thank you! > Joachim > > -- Forwarded Message -- > > Subject: [sword-devel] Greetings > Date: Sun, 17 Feb 2002 00:40:58 -0600 > From: Jorge Chacón <[EMAIL PROTECTED]> > To: <[EMAIL PROTE

Re: [sword-devel] IMAGES in SWORD

2002-03-04 Thread Joachim Ansorg
> Ok, there is now a check to be sure buf ends in '/' before skipping the > '/' at the beginning of the image url. Won't compile on ym box :) /bin/sh ../libtool --mode=compile g++ -DUNIX -I. -I. -I.. -I../include -g -O2 -Werror -c -o thmlhtml.lo ` test -f ../src/modules/filters/thmlhtml.cpp

Fwd: [sword-devel] Greetings

2002-03-04 Thread Joachim Ansorg
Again the message. Is is possible to make this into 1.5.3? Thank you! Joachim -- Forwarded Message -- Subject: [sword-devel] Greetings Date: Sun, 17 Feb 2002 00:40:58 -0600 From: Jorge Chacón <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Greetings, I would like to help in Engli

Re: [sword-devel] IMAGES in SWORD

2002-03-04 Thread Troy A. Griffitts
> thanks for implementing this! Thanks for reporting the bugs! > The thmlhtml filter works almost right ;) > > You wrote > c++;// skip '/' > but if you skip the slash you have to make > module->getConfigEntry("AbsoluteDataPath") > have a trailing one, otherwise the

RE: [sword-devel] creating module add-ins

2002-03-04 Thread David Overcash
I believe that there is documentation on how to use these programs to create modules at the sword site... http://www.crosswire.org/sword/develop/swordmodule/index.jsp -Dave Overcash -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of RJ Sent: Monday, March 0

[sword-devel] creating module add-ins

2002-03-04 Thread RJ
Hello all- Please forgive my ignorance in advance, I would like to begin making mods for the sword project as i feel it is a very worthy cause. i have the software for both linux and windows installed. i also have used it with the modules in both platforms. i also downloaded the four ut

Re: [sword-devel] IMAGES in SWORD

2002-03-04 Thread Joachim Ansorg
Troy, thanks for implementing this! > And besides, I just added image support. Here's how it works... > > Make the src of your image look like this or if > you prefer,