[sword-devel] BibleCS 1.5.6pre6

2003-06-27 Thread Troy A. Griffitts
Beta 6 is available and fixes formatting problem in the KJV text. Extra newlines left in text not yet tagged (like most of the Gospels) should be stripped now. Logic for display of morph and lemma has been updated to remedy the reported problems. Please let me know if anyone still continues t

Re: [sword-devel] Chinese "words"

2003-06-27 Thread Troy A. Griffitts
Hey Frank, Sorry for the sarcastic email :) I hope you took it in light spirits. The truth is, we've been talking about changing the 'layout engine' for quite some time. We've been wanting to change from Microsoft's RTF RichEdit32 control to use gecko, but we've been quite frustrated getting

Re: [sword-devel] Chinese "words"

2003-06-27 Thread Christian Renz
I think the right thing to do is to change your layout engine to support correct Chinese line wrapping, instead of adding space (which should not be there) to work around the limitation in the layout engine. I second that. Neither have space after puncation. No space, period. Whoops... you're righ

Re: [sword-devel] Chinese "words"

2003-06-27 Thread Troy A. Griffitts
Frank, Thanks. So when will you have gecko linked into an example app compiled with the free version of Borland C++Builder? Here are the links to get the software: http://www.forum.nokia.com/main/1,,030,00.html?fsrParam=1%2D3&fileID=2879 That link includes the nokia phone plugins, as well, so

Re: [sword-devel] Chinese "words"

2003-06-27 Thread YTang0648
In a message dated 27/06/2003 10:41:34 Pacific Daylight Time, [EMAIL PROTECTED] writes: Sorry for being away for most of this month... am working my waythrough 200+ sword-related e-mails and saw this one:>NEW CHINESE TEXTS:  It seems in our older Union texts, we added spaces >between every ch

RE: [sword-devel] BibleCS 1.5.6pre5

2003-06-27 Thread Chris Little
On Sat, 28 Jun 2003, Stephen Denne wrote: > > pre5 is out with 3 new filters to turn different things on and off in > > OSIS modules, added by Chris. > > Should strongs numbers show when they are not associated with words? > > As far as I can tell, Mark 1:1 OSIS text is: > lemma="x-Strongs:G358

Re: [sword-devel] ReadingPlanner for Palm Beta

2003-06-27 Thread David Trotz
There is a new build available, it addresses many of the bugs mentioned. If your particular bug is not addressed, don't worry, I am probably going to get to it soon. http://www.readingplanner.com/Beta/ David - Original Message - From: David Trotz To: [EMAIL PROTECTED]

Re: [sword-devel] BibleCS 1.5.6pre5

2003-06-27 Thread Troy A. Griffitts
Articles (3588) in the Greek will eventually be combined with their modifying noun, but they are not yet in the snapshot of the KJV2003 module. SO We check for empty articles and hide them for now. BUT you pointed out a bug. If the lemma is turned off, the code for checking for this spec

Re: [sword-devel] BibleCS 1.5.6pre5

2003-06-27 Thread Troy A. Griffitts
Joachim, I also had troubles in BibleCS, but my last commits before going to sleep last night seemed to fix them. Please be sure you have latest CVS and then let me know if you still have troubles. Thanks! -Troy. Joachim Ansorg wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Troy,

[sword-devel] Chinese "words"

2003-06-27 Thread Christian Renz
Sorry for being away for most of this month... am working my way through 200+ sword-related e-mails and saw this one: NEW CHINESE TEXTS: It seems in our older Union texts, we added spaces between every character to help with line wraps and word breaks. Is this needed in the new NCV texts? It s

Re: [sword-devel] BibleCS 1.5.6pre5

2003-06-27 Thread Joachim Ansorg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Troy, thanks for doing the update. I got troubles with LocaleMgr with current CVS. If I say setDefaultLocaleName( getenv("LANG") ); SWLocale* loc = getLocale("[EMAIL PROTECTED]"); // LANG is [EMAIL PROTECTED] on my system I get the

RE: [sword-devel] BibleCS 1.5.6pre5

2003-06-27 Thread Stephen Denne
> pre5 is out with 3 new filters to turn different things on and off in > OSIS modules, added by Chris. Should strongs numbers show when they are not associated with words? As far as I can tell, Mark 1:1 OSIS text is: The beginning ... With Strong's Numbers on and Morphological Tags on I get: 1T

[sword-devel] BibleCS 1.5.6pre5

2003-06-27 Thread Troy A. Griffitts
pre5 is out with 3 new filters to turn different things on and off in OSIS modules, added by Chris. Also I think all references to std::string are gone from the api and BibleCS app. We shed a little over a meg from the size of the exe. Lot's of internal changes in the API by switching everythi