non-trivial, but not impossible
I have a program that drives the Pradis user interface via windows operating system messages. It is somewhat of a reverse engineering job.
It is not super stable as the success of getting the "handles" to the combo boxes that specify book, chapter and verse is flakey, I think for timing reasons (works well in debugging sessions). I can get it to work if I insert timeouts, but that makes it slow :(
Also, it is not a generic solution, it would only work with the current version that comes with Expositors. That is because I depend on the resource indentifiers to the controls (combo boxes, etc) contained in the Pradis.exe. If they decide to change those IDs, it would no longer work.
I haven't done windows programming for years, this can probably be done by enumerating child windows and such rather than hardcoding to the resource ids...
Anyway, my point is that it is not impossible... just not supported by Pradis. BTW - If I do get it in a more usable state, I'd be happy to publish it as open source shareware.
External Link to ebible.com
Here are a couple external links to ebible.com
They, most likely, can be improved. One can also sign up for the site. Members get more access.
:confused: Question: How does one pass a UserID and Password through the external link operation?
// External Link #38
//
[ebible]
Operation = Open
Directory = NULL
File = http://www.ebible.com/bible/<book>%20<chapter>:<verse>
Parameters = NULL
MenuLocation = Browse Window All
TextType = Bible Verse
MapToVersion = KJV
Lookup = Verse Reference
MenuText = Look up verse at ebible.com
Enabled = 1
//
// External Link #39
//
[ebible word lookup]
Operation = Open
Directory = NULL
File = http://www.ebible.com/ency/WDBSA/<dummy>
Parameters = NULL
MenuLocation = Browse Window English
TextType = Latin Text
MapToVersion = NULL
Lookup = Form
MenuText = ebible word lookup
Enabled = 1
Gutenberg.org links, need help
:confused: Can anyone improve on the search capabilities of the Gutenberg.org search and author search? :confused:
// External Link #40
//
[Gutenberg Author Lookup]
Operation = Open
Directory = NULL
File = http://www.gutenberg.org/author/<dummy>
Parameters = NULL
MenuLocation = Browse Window English
TextType = Latin Text
MapToVersion = NULL
Lookup = Form
MenuText = Gutenberg Lookup by Author
Enabled = 1
//
// External Link #41
//
[Gutenberg Search]
Operation = Open
Directory = NULL
File = http://www.gutenberg.org/catalog/world/search
Parameters = NULL
MenuLocation = Browse Window English
TextType = Latin Text
MapToVersion = NULL
Lookup = Form
MenuText = Gutenberg Search
Enabled = 1
//
Using ELM for Calvin's Works
http://www.bibleworks.com/forums/images/icons/icon1.gif Using ELM for Calvin's Works
I am having a difficult time setting up ELMs.
Can someone write a step-by-step approach for how to do this?
I have read the other posts and I still can't figure it out.
I can open Calvin's works, but I can't get the actual search to take place. It is a PDF file, does that make a difference?
C:\Program Files\AGES\calvin.pdf
It would be helpful if this information could be put in the online help guide for actual programs on the computer. (All that's there is info on how to open a website and a CHM file).
Here are my ELMs (Luther collection and Calvin collection) if that would help figuring out my problem:
//
[Logos - Luther]
Operation = Open
Directory = NULL
File = libronixdls:dialog|name=SearchBasic|search=bible in "<Book> <Chapter>:<Verse>"|collection-name=Luther
Parameters = NULL
MenuLocation = Browse Window All
TextType = NULL
MapToVersion = KJV
Lookup = NULL
MenuText = Logos - Luther
Enabled = 1
//
// External Link #25
//
[Calvin Collection]
Operation = Open
Directory = NULL
File = C:\Program Files\AGES\calvin.pdf
Parameters = NULL
MenuLocation = Browse Window All
TextType = NULL
MapToVersion = NULL
Lookup = NULL
MenuText = Calvin Collection
Enabled = 1
[Maybe just editing these should fix my problem]
Thanks,
Robert
1 Attachment(s)
BW7 linking to CEV, Message, TNIV, etc.
I've been looking for a quick way to check out a few other English translations that are not in BW7. Attached is a view of my External Links editor showing links to BibleGateway.com for quick access to the book/ch/v of some of the translations they have there.
Personally, I have had trouble editing/saving my ShellExec.txt directly, so I recommend using the Ext.Links editor in BW7. Use my graphic to get the parameters correct.
The only line you will need to paste in is:
http://www.biblegateway.com/passage/?search=<book>%20<chapter>%3A<verse>&version=72
(Sometimes extra spaces somehow end up in that line. There should be no spaces.)
The version #72 at the end of the line is the code for the TNIV. Once you set up your first link, simply use the NEW button and create another and simply the change the version code to add other links.
E.g.:
CEV=46
The Message=65
You should be able to figure out the other version #s at BibleGateway.com.