-
http://www.logos.com/L4/support/whatsnew41
-
[quote user="Richard DeRuiter"] Just so Logos doesn't release 4.1 on a Friday. If there are issues that come up, it will be a long weekend until support opens (and gets swamped) Monday morning. [/quote] You reckon? http://blog.logos.com/archives/2010/09/it_isnt_too_late_to_enter_the_mac_giveaway.html Unless 4.1 and Mac will have different dates.
-
Here is one resource I found: 36. Is chi or prana the same as the Holy Spirit by another name? Stewart, G. (1998). Basic questions on alternative medicine : What is good and what is not?. BioBasics series (page 80). Grand Rapids, MI: Kregel Publications. logosres:bqaltmed;ref=Page.p_80 I think you should have this resource in your library
-
But this page disappeared after being online for a bit: http://www.logos.com/L4/support/whatsnew41
-
[quote user="Mike W"]Is there a way to find out about these specials if your not a facebook member? Some of us would rather not provide email addresses or other information to social networking sites due to privacy issues.[/quote] Yes - look at the HTML source.
-
You could always order the download option, and then just the media-only DVD: http://www.logos.com/products/details/5579 That should avoid any customs problems. In Australia, you usually only worry about customs charges on items valued over AUD$1000 (or if it is delivered by DHL) - perhaps there is a similar threshold in the UK?
-
[quote user="Michael March"] Oh, and one other thing I forgot to mention, just so you know, I did click the link that Paul Davey posted above. I got a listing for mac and ipod stuff, neither of which I have. [/quote] Yeah I clicked on the link that Paul Davey posted as well and I got the same thing as you :) . But that is ok.
-
This is a list of all your messages (assuming you are logged in at the moment in your browser) https://clientservices.logos.com/messages/v1/MessageDeliveryService.svc/Messages/logos4
-
[quote user="Bob Pritchett"] [quote user="MJ. Smith"]Given the complexity of the laws for contests which vary from state to state, I suspect that the legalities for international contests simply becomes impractical.[/quote] That would be the correct answer. It's hard enough just to mail a disc to some countries; we're terrified of accidentally committing
-
Jesus foretold his death in both ways, so they must be equivalent: Matthew 16:21 (ESV) Jesus Foretells His Death and Resurrection 21 From that time Jesus began to show his disciples that he must go to Jerusalem and suffer many things from the elders and chief priests and scribes, and be killed, and on the third day be raised. Matthew 12:40 (ESV) 40
-
Hi Andy If a resource has a datatype "Bible" then I think it will contain the 66 Books. I don't know why the ESV is different - so is the NASB (NASB is of datatype BibleNASB95). The datatype is not necessarily tied to the version. Each version has a datatype - most seem to be "Bible". If you want to specify the Bible, you have to specify the resource
-
If it helps, you can do the last one (I don't have BDAG so I substituted a different resource): $lg = New-Object -com "LogosBibleSoftware.Launcher" $lg.LaunchApplication() $lga = $lg.Application $chalotcoll = $lga.Library.GetResourcesMatchingQuery("concise hebrew aramaic") $nr = $lga.CreateNavigationRequest() $nr.ResourceId = $chalotcoll.Item(0).ResourceID
-
Now to open a resource using friendlier language, just like searching your library. $bstmatcol = $lga.Library.GetResourcesMatchingQuery("bible speaks today matthew") $nr2 = $lga.CreateNavigationRequest() $nr2.ResourceId = $bstmatcol.Item(0).ResourceID $ref2 = $lga.DataTypes.LoadReference("Bible.Matt5:3") $nr2.reference = $ref2 $lga.Navigate($nr2) This
-
Just to add, the following line also works (i.e. the Bible reference has some flexibility, but must start with "Bible." $lga.DataTypes.LoadReference("Bible.1 Kings 8:62-66")
-
Ok I got some navigation action happening: $lg = New-Object -com "LogosBibleSoftware.Launcher.1" $lg.LaunchApplication() $lga = $lg.Application $nr = $lga.CreateNavigationRequest() $nr.ResourceId = "totc09kius" $ref = $lga.DataTypes.LoadReference("Bible.1Ki8.62-66") $nr.reference = $ref $lga.Navigate($nr) This navigates to the "1 Kings 8:62–66" entry
-
Hi Rosie The thing about Powershell is that you don't need a development environment - it's just that, a shell. It's a free download from Microsoft. You don't compile anything, just issue commands and see if it works or not.
-
It might be a bit off-topic but it took me a while to get this working so I figured I would post it. I was able to get the Logos COM API working from Windows Powershell using the following: $lg = New-Object -com "LogosBibleSoftware.Launcher.1" $lg.LaunchApplication() $lga = $lg.Application $nr = $lga.CreateNavigationRequest() $nr.ResourceId = "LLS:COED11
-
It looks like it is a list of every product released in the past 5 years or more. It needs to be culled and paged and sorted by date descending.
-
The problem is that the search index information appears to only be updated once per week (~Monday depending on timezone). Apart from the forum search being close to useless - please fix it Logos!
-
I agree. To be more specific, the search option "Find results with all the words" does not do an AND but it does an OR, so it behaves as "Find results with any the words" and this makes it impossible to be more specific in searches - indeed you end up with ever-increasing numbers of search results when you type more words in, instead of the expected