<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial"
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document
face=Arial color=#000000 size=2>
<DIV>Hi Guys!</DIV>
<DIV> </DIV>
<DIV>I believe the "Morph" problem is from the following code<BR>in
"mainfrm.cpp" of
BibleCS.<BR>------------------------------------------------------<BR>if ((i
>= (lookupKey.Length()-1)) && (i)) {<BR> lookupKey =
TrimJunk(lookupKey);<BR> String curLex =
LexDictPageControl->ActivePage->Caption;<BR> String feature =
(DefaultVSKey->Testament() == 1)?"Hebrew":"Greek";<BR> feature +=
(preChar == '(')?"Parse":"Def";<BR> if (!strncmp(rtf->Name.c_str(),
"TextRTFLXX", 10))</DIV>
<DIV> </DIV>
<DIV> feature = "GreekDef"; //
<--------------------------------------------------------------- Problem
code</DIV>
<DIV> </DIV>
<DIV> if (!hasFeature(mainmgr, curLex.c_str(), feature.c_str()))
{<BR> SWBuf tmpval =
optionsconf->Sections["ModDefaults"][feature.c_str()];<BR> for
(int i = 0; i < LexDictPageControl->PageCount; i++)
{<BR> if
(!stricmp(LexDictPageControl->Pages[i]->Caption.c_str(), tmpval.c_str()))
{<BR> LexDictPageControl->ActivePageIndex =
i;<BR> break;<BR> }<BR> }<BR> }<BR>}<BR>------------------------------------------------------<BR>In
the middle [feature = "GreekDef";] should be [feature = "GreekParse";]<BR>In
"options.conf" I set [GreekDef=Packard] and got it to work. (But other mods
failed)<BR>Below is what should be set for KJV, TR & LXX modules:<BR>KJV
O.T.
Feature=HebrewDef=StrongsHebrew<BR>
Feature=HebrewParse=??????
<---------- Anybody working on this module?<BR>KJV N.T.
Feature=GreekDef=StrongsGreek<BR>
Feature=GreekParse=Robinson</DIV>
<DIV> </DIV>
<DIV>TR N.T.
Feature=GreekDef=StrongsGreek<BR>
Feature=GreekParse=Robinson </DIV>
<DIV> </DIV>
<DIV>LXX
Feature=GreekDef=StrongsGreek<BR>
Feature=GreekParse=Packard <BR>Unfortunately I could not find
a module for "HebrewParse".<BR>Ideally these settings should be set in the
module ".conf" files.<BR>For Example, "options.conf" should not lock-in
"GreekParse" as it can be Robinson or Packard.</DIV>
<DIV> </DIV>
<DIV>In His Grace,<BR>Robin<BR></DIV>
<DIV><FONT lang=0 face=Arial size=2 FAMILY="SANSSERIF" PTSIZE="10">E-mail:
</FONT><FONT lang=0 face=Arial color=#ff0000 size=2 FAMILY="SANSSERIF"
PTSIZE="10">RLRandallX@aol.com<BR></FONT></DIV></FONT><BR><BR><BR><DIV><FONT style="color: black; font: normal 10pt ARIAL, SAN-SERIF;"><HR style="MARGIN-TOP: 10px">See AOL's <A title="http://food.aol.com/top-rated-recipes?NCID=aoltop00030000000004" href="http://food.aol.com/top-rated-recipes?NCID=aoltop00030000000004" target="_blank">top rated recipes</A> and <A title="http://body.aol.com/fitness/winter-exercise?NCID=aoltop00030000000003" href="http://body.aol.com/fitness/winter-exercise?NCID=aoltop00030000000003" target="_blank">easy ways to stay in shape</A> for winter.</FONT></DIV></BODY></HTML>