Jump to content

Please read the Forum Rules before posting.

Photo

e-Sword ToolTip Tool NT


  • Please log in to reply
882 replies to this topic

#731 BH.

BH.

    Utility Developer

  • Contributors
  • PipPipPipPipPip
  • 1,244 posts
  • LocationCalifornia
Offline

Posted 20 December 2015 - 12:51 AM

========================================
Version 2.70 12/19/2015
========================================
-- New - Scripture+Spoken Scripture format.  Example: "Rev_14:6-12" becomes "Revelation 14 verses 6-12".  The motivation for this new format is so that text from TTTNT can be formatted so scripture references can be spoken by Text-to-Speech engines.  For projects I am working on, I am using TextAloud and saving the text as an MP3 file. 

 

The tooltipping routine was enhanced to recognize "Revelation 14 verses 6-12" as a scripture reference.  Marking up this format is not recognized.  To mark these up, run the usual tooltipping function, which will convert the spoken format to e-Sword tooltip format, markup the text and then apply the spoken format. 



#732 BH.

BH.

    Utility Developer

  • Contributors
  • PipPipPipPipPip
  • 1,244 posts
  • LocationCalifornia
Offline

Posted 27 January 2016 - 07:17 PM

========================================
Version 2.71 1/27/2016
========================================
-- New - Progress bar now displays adding tooltipped text to document.  The color will be that of the tooltipped text
-- New/not publically released - COM connection to TextAloud to convert text to MP3 speech files.
-- Fixed - Modifed e-Sword file combining routine where some data was added out of order.
-- Fixed - Insertion of predefined "#define" variables, the first was off by one character.
-- Observation - The underlying text display engine by "Text Control" produces wrong HTML in some situation where bolding is lost.  No current solution.  I "think" this is a rare occurrence.



#733 patchworkid

patchworkid

    Resource Builder

  • Members (T)
  • PipPipPipPipPip
  • 1,554 posts
  • LocationOld England
Offline

Posted 10 March 2016 - 08:43 PM

Hi BH,

 

I am trying to make a commentary that has book, chapter and verse.

the beginning text is chapter 

÷÷Gen_1:1-31

it comes up with an error;  Can I use that sample of chapter input or do I have to change it?

 

thanks


Merismos the Scriptures with Patchworkid's Study Bible Set<p>http://www.biblesupp...tudy-bible-set/, MySword -http://www.biblesupp...tudy-bible-set/

#734 BH.

BH.

    Utility Developer

  • Contributors
  • PipPipPipPipPip
  • 1,244 posts
  • LocationCalifornia
Offline

Posted 10 March 2016 - 09:12 PM

A "chapter" is just that, try ÷÷Gen_1

#735 patchworkid

patchworkid

    Resource Builder

  • Members (T)
  • PipPipPipPipPip
  • 1,554 posts
  • LocationOld England
Offline

Posted 10 March 2016 - 09:23 PM

hi 

 

that works but when I tool tip it produces  ÷÷Gen_1:1-31

here is a sample of what I am working on

 

 

÷÷Gen_1:1-31

 

FOOTNOTES

 

[1] Gen_1:2 Words 

[2] Gen_1:26 Syriac reads

 

 

CROSS-REFERENCES

 

(1) Gen_1:1 : Gen_2:4-9; Job_38:4-11; Joh_1:1-5

 

÷÷Gen_2:1-25

 

FOOTNOTES

 

thanks for your help


Merismos the Scriptures with Patchworkid's Study Bible Set<p>http://www.biblesupp...tudy-bible-set/, MySword -http://www.biblesupp...tudy-bible-set/

#736 BH.

BH.

    Utility Developer

  • Contributors
  • PipPipPipPipPip
  • 1,244 posts
  • LocationCalifornia
Offline

Posted 10 March 2016 - 09:32 PM

"that works but when I tool tip it produces ÷÷Gen_1:1-31"

Ah - don't tooltip it.

2 ways:
1) Select "No Chapter tooltips" on the tooltip tool bar.
and/or
2) in setttings, set DoNotTooltipMarkedLines to 1

#737 Josh Bond

Josh Bond

    Administrator

  • Administrators
  • PipPipPipPipPip
  • 2,891 posts
  • LocationGallatin, TN
Offline

Posted 10 March 2016 - 10:31 PM

"that works but when I tool tip it produces ÷÷Gen_1:1-31"

Ah - don't tooltip it.

2 ways:
1) Select "No Chapter tooltips" on the tooltip tool bar.
and/or
2) in setttings, set DoNotTooltipMarkedLines to 1

 

You might consider changing DoNotTooltipMarkedLines to 1 as default. I can't think of a reason why someone would want marked lines tooltipped. Those lines don't show in e-Sword, so it makes no difference to the reader. And any errors will get reported by ToolTip during the generation of the module.



#738 BH.

BH.

    Utility Developer

  • Contributors
  • PipPipPipPipPip
  • 1,244 posts
  • LocationCalifornia
Offline

Posted 10 March 2016 - 11:07 PM

You might consider changing DoNotTooltipMarkedLines to 1 as default. I can't think of a reason why someone would want marked lines tooltipped. Those lines don't show in e-Sword, so it makes no difference to the reader. And any errors will get reported by ToolTip during the generation of the module.

Josh - the default IS 1. Here is my code:
DROPMARKED←1=×↑IniString '[Config]#DoNotTooltipMarkedLines=1'

BUT - if it has been changed to 0, then having the default at 1 will not override it without a deletion of the initiation file or that specific key.

#739 BH.

BH.

    Utility Developer

  • Contributors
  • PipPipPipPipPip
  • 1,244 posts
  • LocationCalifornia
Offline

Posted 10 March 2016 - 11:51 PM

Oh, and if an older version did not have the default set to 1 but to 0 which is possible, that older value will overrule a newer default value...

#740 BH.

BH.

    Utility Developer

  • Contributors
  • PipPipPipPipPip
  • 1,244 posts
  • LocationCalifornia
Offline

Posted 11 March 2016 - 07:25 AM

You might consider changing DoNotTooltipMarkedLines to 1 as default. I can't think of a reason why someone would want marked lines tooltipped. Those lines don't show in e-Sword, so it makes no difference to the reader. And any errors will get reported by ToolTip during the generation of the module.

I have changed T4 to automatically disable tooltipping marked lines on restart every time. One can disable this if they want to but next restart it will be re-enabled. This is also true of "No Chapter Tooltips" since November 11 or last year, as it will be set to this mode on program restart but can be manually overridden.

This change will be in the next update when it comes out.




1 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users


    Bing (1)



Similar Topics



Latest Blogs