Jump to content

APsit190's Content

There have been 171 items by APsit190 (Search limited from 29-May 23)



Sort by                Order  

#45544 What Modules do you want for e-Sword

Posted by APsit190 on 03 December 2023 - 10:31 PM in e-Sword Modules / Resources

Well, I did a search for the "1973 NIV pdf" and came up zip, nuder, zilch. So it looks like there isn't anything like an 1973 ed of the NIV running in some electronic format .




#45136 How to Make e-Sword Modules - ToolTip NT User's Guide - .94 / Revision 2/...

Posted by APsit190 on 29 September 2023 - 03:47 PM in Tutorials

In my opinion, the most important thing that T4 can do is to create either .RTF or .HTML SQLite database modules from various forms of text, while conforming to the SQLite database structure required by e-Sword.

In my opinion, the second most important thing that T4 can do is read in an existing e-Sword SQLite database module in .RTF format (or .HTML format) and convert the information so it can be edited if desired and eventually output to a SQLite database e-Sword module in .HTML format (or .RTF format).

 

ElderB

Its not so much that T4 can "convert" an rtf to html, but rather it exports it. And that is where there is an actual massive difference between converting and exporting from one format to another lies.

 

For example, Rick Meyers' e-Sword  PC Module Converter tool actually converts an rtf file to html. With that said, there is a massive downside to this tool, which is that it strips font types, size, and styles. As where by exporting, T4 maintains (or keeps) font types, size, and styles.

 

Moreover, when creating, e.g., an refi file from scratch in T4, the type of font, e.g., Times Roman, size, e.g, 14pts, and styles, e.g., Headers, Subscripts, Superscripts, Foot or End Notes and etc, are all kept when exporting the project to an SQLite Database file for e-Sword.

 

Trust that you find this information helpful.

 

Blessings,

Autograph.png



#45132 How to Make e-Sword Modules - ToolTip NT User's Guide - .94 / Revision 2/...

Posted by APsit190 on 29 September 2023 - 07:47 AM in Tutorials

You can access the Tooltip Users Guide after you download and install the program, once you have done this run the program and click Help on the menu across the top of Tooltip. This will open the Tooltip Help Menu the last item on the menu is labeled Tooltip NT 2.10 pdf click this and the manual will open in Adobe Acrobat reader. 

You only need to install one version of Tooltip, the developer of the Tooltip program always had the most recent version and two prior versions available for download

Just to add to what Higgsy shared. ToolTip Tool NT (affectionately known as T4) is no longer being being updated due to the death of the Author a few years ago. So, the "latest" version is both the current and last version you will see.

 

The author of T4 used a relatively unknown programming language, which no one else knows how to use it, hence it is no longer being maintained.

 

No one has taken over the project to further develop and/or update




#46184 Perl scripts to convert e-Sword 9 bblx and cmtx modules to mysword

Posted by APsit190 on 19 April 2024 - 11:56 AM in MySword

You don't need the Perl scripts there is a conversion tool available called Simple Bible Reader, which can do the conversions. The program can convert between many different bible programs with ease. 

You can download the program here: 

https://trumpet-call...plebiblereader/

Hi Higgsy,

May I suggest that you do a screen recording (video) or a series of screenshots of doing a conversion using Simple Bible Reader, and post it (the screen recording) or them (the screenshots) up on here.

 

Blessings.

Stephen (Php 1 21).




#44836 NEWS e-Sword Bible Study For Android

Posted by APsit190 on 08 August 2023 - 06:14 PM in e-Sword Questions & Answers

e-Sword Bible Study to Go for Android Version 6.5 released 2022-01-13 and updated 2023-08-03

Olaf,

e-Sword Version 6.5 was not released on the 13/01/2022. Version 1.00 was! Version 6.5 is the update, of which was released (or published) on 03/08/23.

 

To show how "Versioning" and updates of software (apps) is done, see examples below:

 

Example #1: The Project Information in Code Editor of Visual Studio:

 

#region Project Information
/// <summary>
/// Required standard project information
/// </summary>
/*  Project:                     e-Sword CD/DVD Installer Menu
    Purpose:                   To install e-Sword and its resources
    App File Name:         ESM64.exe
    Version:                    1.00
    Creation Date:         18th July 2007
    Revised Version:      7.00
    Revision Date:         17th July 2023
    Programmers:          Stephen Jovanovic
    Location:                  Christchurch, New Zealand
    Copyright:                © Stephen Jovanovic 2009 - 2023. All rights reserved*/
#endregion

 

Example #2: Assembly Information of the App taken from the AssembyInfo.cs file:

 

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ESM64")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ESM64")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("Stephen Jovanovic")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components.  If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("491f5862-3825-46b4-b674-d3a013aa07f7")]

// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version
//      Build Number
//      Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.0.0.0")]

About 35% of the Assembly Information can be seen in the Application's Properties Dialog:

 

e-Sword Menu Installer Properties' Information

ESM Properties.jpg

 

All the information you see in Example #1 gives the historicity of the project/program. The information you see in Example #2 is auto-generated by (in this case) Visual Studio Programming IDE (Integrated Development Environment) and edited by the Programmer).

 

e-Sword version 6.5 (Android Edition) is the updated version, which was (as mentioned a moment ago) released (or published) on 03/08/23, and was not released, as you put it, on the 13/01/2022. That, Olaf, is both misleading and incorrect information. Sorry to have to tell you that. When it comes to information on software (apps), you need to show what the actual date is of the updated version is, and not as the original date and version of the first release of the program.




#44524 NEWS e-Sword Bible Study For Android

Posted by APsit190 on 05 June 2023 - 07:05 AM in e-Sword Questions & Answers

For authoritative answers to your question about HARMONY FEATURE on Android, please go to the source to discover for which versions of e-Sword the developer, Rick Meyers, supplied the harmony features.

Here is how to find out. Go to the website of Rick Meyers, who developed e-Sword for the PC. https://www.e-sword.net/ Browse down the page, and you can also see this Features section by selecting the tab FEATURES which will take you to https://www.e-sword....x.html#features

For more details on e-Sword – Bible Study for the PC, the ABOUT tab supplies the history of the development of features for e-Sword. Here you will read that in December 2006, when e-Sword 7.8 was released, a Gospel Harmony tool was provided. https://www.e-sword.net/history.html

From April 2009, with the release of e-Sword version 9.0, a completely new database architecture was implemented to supply access to the bible, commentary, dictionary, and Study Notes modules.

For e-Sword X for the Mac, select the LINKS tab, and select the required choice to e-Sword X – Bible Study for the Mac. Then page down, or select the FEATURES tab, to see that the GOSPEL HARMONY feature is provided. https://www.e-sword....ex.htm#features

For e-Sword HD for the iPad, select the LINKS tab, and select the required choice to e-Sword HD – Bible Study for the iPad. Then page down, or select the FEATURES tab, and GOSPEL HARMONY is shown as one of the features available. https://www.e-sword....ex.htm#features

For e-Sword LT for the iPhone, select the LINKS tab, and select the required choice to e-Sword LT – Bible Study for the iPhone, Then page down. Or select the FEATURES tab, and the GOSPEL HARMONY option has not been shown. https://www.e-sword....ex.htm#features

For e-Sword for Android, select the LINKS tab, then select the required choice to e-Sword Android – Bible Study for Android. Then page down, and you can also select the FEATURES tab and then notice that the GOSPEL HARMONY feature is provided. https://www.e-sword....ex.htm#features

For more details about the existing conversion facilities in the e-Sword PC Module Converter Utility, please read the FAQ entries, and if the answer to your query is not there, then contact Rick Meyers directly, on the relevant CONTACT option.

Your font is so small, I doubt that anyone can actually read it. I know that I have real difficult in reading it, mainly my Glaucoma really prevents me from reading it.

 

From what I can gather by what you are saying is that when it comes to what can be or can't be used on e-Sword for Droid, basically anyone with any common sense can tell you what is or what is not, or what works or what doesn't work. It seriously doesn't take much to figure it out.

 

For Droid phones it appears Harmonies are not available. For Droid Tablets it appears that it is available. So one has be to careful as to distinguish between phone and Tablet.




#44518 NEWS e-Sword Bible Study For Android

Posted by APsit190 on 04 June 2023 - 08:27 AM in e-Sword Questions & Answers

Hi, I've converted and transferred whatever I want from PC to Android.  The only ones I'm unable to do my own Harmony files (HARX).  The conversion utility doesn't work on them.  Am I missing something?
 
Thanks

Going by what I can see the Droid edition of e-Sword doesn't handle Harmony files (and neither does e-Sword HT or LT). Looks like that is being left for e-Sword PC edition and e-Sword X (which would be an hari file).

 

Blessings,

Autograph.png

 




#44537 NEWS e-Sword Bible Study For Android

Posted by APsit190 on 06 June 2023 - 10:28 PM in e-Sword Questions & Answers

If you use Microsoft Edge browser, then your device ought to provide you with the option to zoom the window to be able to see the text in larger fonts. Microsoft is now collaborating with Adobe, to provide Read Aloud for more operating systems when the reader is viewing a PDF file.

Olaf,

I don't use Edge because it's a hacker's dream Web Browser.

 

For about 20 years my pet Browser has been and is Firefox, and according to Mozilla, its way more secure than Edge. As to how true that is, well that's anyone's guess. I just like it way better than Edge or Chrome. Totally one eyed and biased. :D ^_^

 

Blessings,

Autograph.png



#45285 Installing E-Sword HD modules for IPAD from PC

Posted by APsit190 on 01 November 2023 - 03:26 AM in Tutorials

I have a iPad and wanted to install multiple modules at one time. How can I do that. I have over a 1000 modules. Having to install them one at a time is taking a very long time. Dr. Wade Bridges. 

This one is relatively easy. If these resources are made for e-Sword HT, LT and X, and they're not in some form of an installer Application, but are the raw data files, e.g., bbli, cmti etc., then all you need to do is put them on a pen drive and copy them over onto your device, or send the resource files via WiFi from one device to the other.




#45277 Installing E-Sword HD modules for IPAD from PC

Posted by APsit190 on 30 October 2023 - 05:24 AM in Tutorials

What if one does not have access to a windows computer. How can we convert the .exe file modules to run on iPhone, iPad, and MacBook?  

You can't. With that said, however regarding your MacBook, you are able to run an exe natively on that device using Crossover.

 

Now regarding your iOS devices, there's no application available to make an exe file on them. However there are an abundant of third party, and official (both premium and free) resources available for these devices, which in reality you don't need it to run on these devices.

 

Trust you find this information helpful.

 

Blessings,

Autograph.png


 




#45166 JW's New World Translation

Posted by APsit190 on 04 October 2023 - 02:44 PM in e-Sword Modules / Resources

Ok now I am confused, I thought there was something on this site that had a download for the JW's "bible".  I am sorry I was so mistaken.  It's kind of a relief because I'm not the type to study another religion, not at all in depth anyway.


There is a section in the study of theology called "Apologetics,"  which means, "to give an account, a defense." Those who are students who study Apologetics, and who are Apologists have and use resources of all types so that they are able to counter false claims and etc. And this includes Jehovah Witnesses, Mormons, and etc.

 

Therefore, those wishing to have resources such as the NWT (New World Translation) Bible basically have a resource which they use, and as such can be used against them to the extent that it can be used to refute their (JWs) claims, etc.

 

With that said, there are copies of the NWT Bible for e-Sword floating around, but none on this site because of the policies of the owner of this site. I'm one of those who does have a copy of this "translation" (if one can call it that with a straight face) of the Bible both on my PC and phone.

 

Trust you find this helpful.

 

Blessings,

Autograph.png



#45164 JW's New World Translation

Posted by APsit190 on 04 October 2023 - 07:37 AM in e-Sword Modules / Resources

I would love to have a copy of the Jehovah witness bible to compare in esword. Been looking for one for a while and cannot find one. I have an aunt and some cousins that are caught up in it.

I can tell you this much that you won't find a NWT Bible for e-Sword on this site at all! And neither will you find one at eStudySource, or in e-Swords download manager. About the possible way you may get one, if one happens to fall off the back of the metaphorical truck, kind of thingy. Sort of like acquiring one through the black market kind of thing.

 

That said, if you go to the J.W. website you can download an electronic version in several formats, including an rtf format, which really comes in handy for importing into T4, and thus creating your own NWT Bible.

 

Trust you find this helpful.

 

Blessings,

Autograph.png



#44967 Paleo Hebrew

Posted by APsit190 on 30 August 2023 - 06:37 PM in e-Sword Questions & Answers

The only way you can know if it will work, is to try it for yourself. If it works, great! If it doesn't, O well, at least you gave it ago, and found out that it doesn't. And also you will have your answer either way.
 
Blessings,

Autograph.png

@APsit190




#44970 Paleo Hebrew

Posted by APsit190 on 01 September 2023 - 03:06 PM in e-Sword Questions & Answers

I am creating a module that uses God's name in Paleo Hebrew like this: [/size]
 
Is there anyway to put the Paleo Hebrew in the module itself?
 
Thanks in advance.


Yes, there is.  Jeff Benner did something similar in his Ancient Hebrew Lexicon of the Bible module.  Jeff Benner also included the fonts to install along with his lexicon module.  More information regarding what Jeff Benner did is available at:   http://www.biblesupp...n-of-the-bible/
 
ElderB

 Just a matter of interest; Jeff Benner specializes in Mosaic Hebrew, and His Lexicon is focused on that time period, and not so much of the Paleo period. Below is a chart showing the historicity of the Hebrew text which will give you a timeline of the development of the Hebrew language.
 
Historicity of Hebrew Text.jpg
 
So, as to how helpful Jeff Benner's work will be, that I'll leave to "JahsScriptures" (whoever he or she is) to decide.




#45094 Paleo Hebrew

Posted by APsit190 on 24 September 2023 - 01:37 PM in e-Sword Questions & Answers

To make life a tad simpler wthout having to resort to Jeff Benner, click here to download the paleo Hebrew font.

 

As noted before, Jeff Benner's work deals with Mosaic ancient Hebrew, which is of a totally diffrent and earlier period from the Paleo era.

 

Blessings

Autograph.png