Re: [sword-devel] HTML filter cross references link

2008-07-26 Thread Manfred Bergmann
Am 26.07.2008 um 00:42 schrieb Manfred Bergmann: That means I would like to collect all meta information for verse references, store them in an appropriate data structure and display them in this floating window while the data is synched for verses when the user scrolls in the bible text

Re: [sword-devel] HTML filter cross references link

2008-07-26 Thread Manfred Bergmann
Am 26.07.2008 um 00:42 schrieb Manfred Bergmann: MacSword is not showing cross-references and footnotes as should. Actually it doesn't show them at all. We use a OSIS HTML HREF render filter subclass which checks for note, reference and some other tags. Interesstingly the note tag is

Re: [sword-devel] HTML filter cross references link

2008-07-26 Thread Troy A. Griffitts
Dear Manfred, Do you have: swordManager.setGlobalOption(Cross-references, On); anywhere in your code? A few comments: Alright, understood. getRawEntry() always delivers the raw entry. And with getEntryAttributes() there is always access to the entry attributes and can be

[sword-devel] Import utilities

2008-07-26 Thread Greg Hellings
With the latest round of updates to SVN, the patch for mod2osis that I included was broken, so I've set about fixing that. However, it also broke the osis2mod utility, thus making my testing quite difficult. GDB says that the seg fault happens on line 969 of osis2mod.cpp which is the first line

Re: [sword-devel] Import utilities

2008-07-26 Thread Troy A. Griffitts
Greg, The bad news: I haven't yet hooked heading logic back up in the new dynamic versification code. You can probably turn headings off in your key and it will work. I'll try to get the heading logic back into the new code soon for you. The good news: the KJV versification scheme is now

Re: [sword-devel] Import utilities

2008-07-26 Thread Greg Hellings
Troy, On Sat, Jul 26, 2008 at 3:24 PM, Troy A. Griffitts [EMAIL PROTECTED] wrote: Greg, The bad news: I haven't yet hooked heading logic back up in the new dynamic versification code. You can probably turn headings off in your key and it will work. I'll try to get the heading logic back