Re: [sword-devel] Bible/Commentary headings

2010-12-01 Thread Greg Hellings
That appears to have done it. Thanks. --Greg On Wed, Dec 1, 2010 at 4:56 PM, Ben Morgan wrote: > Maybe swapping the order of chapter and verse around may help? The code I > remember does some special handling of zeroes, but I can't check it at the > moment. > e.g. >        vkey->Verse(0); >    

Re: [sword-devel] Bible/Commentary headings

2010-12-01 Thread Ben Morgan
Maybe swapping the order of chapter and verse around may help? The code I remember does some special handling of zeroes, but I can't check it at the moment. e.g. vkey->Verse(0); vkey->Chapter(0); to vkey->Chapter(0); vkey->Verse(0); God Bless, Ben --

[sword-devel] Bible/Commentary headings

2010-12-01 Thread Greg Hellings
One of the commentaries I have has a book header (in this instance it is for 1 Peter) which is held in the module in the key "1 Peter 0:0". Behavior concerning that introduction varies with different applications. 1) example/cmdline/lookup 'A Commentary on I Peter' '1 Peter 0:0' This works perfect