Re: [sword-devel] MacSword abandoned

2006-12-06 Thread Will Thimbleby
VN SWORD and possibly >> write >> a simple UI to the installmgr class in then engine. Maybe Will >> would be >> willing to let us import the project into CrossWire's SVN server and >> maintain it from here, until he has time to jump back in. I'll be &

Re: [sword-devel] Help wanted: Unlocking a module in MacSword

2006-02-28 Thread Will Thimbleby
Hi Joachim, Sorry for slow replies. I hope to have a version of MacSword out by the end of the week that supports entering cipher keys within MacSword. Which should make it obvious and easy to work. At the moment though the process will be much like you suggest. Except that in MacSword mo

Re: [sword-devel] Bug: While closing last window

2005-10-08 Thread Will Thimbleby
thanks, 1.2.1a had some problems. I'd suggest getting 1.2.1b and if it happens again I'll look into it in more detail. www.macsword.com/download thanks --Will On 4 Oct 2005, at 10:47 am, Erich Lutz wrote: Using apple W to close a few windows, program quit at last window closing Date/Time

Re: [sword-devel] German Bible module update (beta area)

2005-09-14 Thread Will Thimbleby
It seems to work fine in MacSword. The about info seems corrupt but this is probably an encoding thing. However I'm unable to get the chapter introductions to show at all. Can anyone show me how to get them. I've been looking at BibleTime's code but I can't quite get it to work in MacSword.

Re: [sword-devel] (no subject)

2005-06-28 Thread Will Thimbleby
Lance, I think it might be Java running out of memory. I've uploaded a new version here: http://will.thimbleby.net/downloads/ MacSword.app.zip see if it works for you. --Will On 26 Jun 2005, at 1:04 am, Lance wrote: I have a question. Everytime I try to search my Matthew Henry Commentary or

Re: [sword-devel] checking in

2005-06-27 Thread Will Thimbleby
On 26 Jun 2005, at 8:27 am, Troy A. Griffitts wrote: I once reluctantly read an article about rewriting code from scratch. In the end I was convinced that it was in general a bad idea. I wish I could point to the article and may dig it up, but his point that sticks in my mind goes someth

[sword-devel] MacSword 1.2 released

2005-06-08 Thread Will Thimbleby
MacSword 1.2 is finally here, bringing with it many new great features including parallel bibles, personal commentary editing, instant searching and the 1.5.8 sword API! Cheers guys. The major changes in MacSword 1.2 are: Editing and creation of modules Vastly improved searching Indexed

Re: [sword-devel] WHNU variants

2005-05-14 Thread Will Thimbleby
xt.appendFormatted(" subType=\"%s\"", cls.c_str()); text += ">"; divEnd = ""; newText = true; lastspace = false; handled = true;

[sword-devel] WHNU variants

2005-05-14 Thread Will Thimbleby
Hi, can some one point me to some variants in the WHNU module, along with what MacSword should be showing. So I can fix MacSwords variant code. thanks --Will ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/lis

Re: [sword-devel] New Accented Greek NT with Morph

2005-04-21 Thread Will Thimbleby
I have the same problems. Here's what it looks like in Safari 1.2 http://will.thimbleby.net/downloads/whnu.png On 21 Apr 2005, at 1:22 am, DM Smith wrote: Under FC3/Firefox, the composed and decomposed forms show the same behavior as under Firefox and WinXP. The composed has no problems. But

Re: [sword-devel] Compiling sword

2005-04-18 Thread Will Thimbleby
Great that's fixed my problem. Thanks. I've compiled sword, but there remain a couple of problems. When finally finishing compiling both the i386 and ppc architectures are specified. It works if I just remove the -arch i386, but I do that by hand, /bin/sh ../libtool --mode=link g++ -ftemplate-

Re: [sword-devel] Compiling sword

2005-04-15 Thread Will Thimbleby
ndidate, and I'll try to hunt down what changed since then: http://crosswire.org/sword/ALPHAcckswwlkrfre22034820285912/alpha/ sword-1.5.7.100.tar.gz -Troy. Will Thimbleby wrote: Hi, I have problems when I make sword and also problems with autogen,sh. Here is the trimmed output f

[sword-devel] Compiling sword

2005-04-14 Thread Will Thimbleby
Hi, I have problems when I make sword and also problems with autogen,sh. Here is the trimmed output from autogen. Are these warnings a problem, and is there an easy way to fix them? thanks --Will *** Sword build system generation *** Recreating libtool libtoolize *** Recreating aclocal.m4 acloca

Re: [sword-devel] possibly bug of Sword 1.5.8 found?

2005-04-12 Thread Will Thimbleby
A similar problem with EReo_en and ERru_en was reported to me last year, but I haven't looked into it much further. It could be the same bug. -Will On 12 Apr 2005, at 5:42 pm, Martin Gruner wrote: Hi, I noticed that opening certain lexicons does not work atm. I tried it with ZhEnglish. BibleTim

Re: [sword-devel] Searching and Lucene thoughts

2005-03-02 Thread Will Thimbleby
On 2 Mar 2005, at 7:53 pm, Chris Little wrote: The standard linear search is the most general purpose search algorithm, and I think general purpose is what we need to maintain. For people who want faster searches, there is indexed searching available. While this in some sense is true. The method

Re: [sword-devel] Searching and Lucene thoughts

2005-03-02 Thread Will Thimbleby
On 2 Mar 2005, at 12:45 am, DM Smith wrote: Can we enumerate what Lucene does not support that we want for Biblical searching? The only thing I saw was that it did not find adjacent documents. For example, find all verses containing Moses within 5 verses of Aaron. As long as we build the index

[sword-devel] Searching and Lucene thoughts

2005-03-01 Thread Will Thimbleby
I apologies for my ramblings, but here are some searching thoughts that I've collected as I implemented lucene searching in MacSword: Searching It is more complicated than I thought, and lucene doesn't quite do everything. Certainly to do a document range is something that needs to be bolted on

Re: [sword-devel] Module index funny results

2005-02-28 Thread Will Thimbleby
Well I fixed my main problem. lucene can sort by index order, which makes life very simple. I now just store the key text as before. But I would be interested in why my code didn't work. Anyhow, cheers --Will ___ sword-devel mailing list sword-devel@cr

Re: [sword-devel] Module index funny results

2005-02-28 Thread Will Thimbleby
efficient than a 'long', but it's safest and works and will still work, even if entries have been added to the module. Sorry, Index() should be fixed or removed. -Troy. Will Thimbleby wrote: Hi, Can someone help me with this code: sword::VerseKey textkey = "matt3

[sword-devel] Fuzzy searches

2005-02-28 Thread Will Thimbleby
I'm still playing with lucene, and I thought I'd give you guys a screen shot to enjoy. http://macsword.com/screenshots/fuzzysearch.png cheers --Will ___ sword-devel mailing list sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-d

Re: [sword-devel] Module index funny results

2005-02-28 Thread Will Thimbleby
All the ones I've tried so-far: akjv, kjv, web, isv. It does, however, only seem to happen with NT verses. On 28 Feb 2005, at 1:18 pm, DM Smith wrote: Which module? Will Thimbleby wrote: Hi, Can someone help me with this code: sword::VerseKey textkey = "matt3.16"; module->setK

[sword-devel] Module index funny results

2005-02-28 Thread Will Thimbleby
Hi, Can someone help me with this code: sword::VerseKey textkey = "matt3.16"; module->setKey(textkey); NSLog(@"%d %@",module->Index(),fromUTF8((char *)module->getKey()->getText())); module->Index(module->Index()); NSLog(@"%d %@",module->Index(),fromUTF8((char *)module->getKey()->getText())); whi

Re: [sword-devel] Layout of the conf.

2005-02-20 Thread Will Thimbleby
As an aside, MacSword now allows you to create your own modules. Thus I need something I can put in the conf file to signify an editable user module. I was using Editable=YES, but something like Feature=Editable might make more sense. Any ideas for a sensible choice. cheers --Will _

Re: [sword-devel] confused

2005-02-11 Thread Will Thimbleby
Sorry about that Shawn. Have a look at this image I just created that hopefully will clear things up. http://www.macsword.com/screenshots/modlocations.png regards --Will On 8 Feb 2005, at 4:27 pm, Shawn Holes wrote: I am really confused as to the installation of macsword modules on my powerboook

[sword-devel] Fwd: Greetings

2004-12-13 Thread Will Thimbleby
Hi all, Any ideas how to help Tim out. I don't know anything about installing modules on Windows. thanks --Will Begin forwarded message: From: Tim McCracken <[EMAIL PROTECTED]> Date: 11 December 2004 3:07:20 pm GMT To: [EMAIL PROTECTED] Subject: Greetings Greetings, I am a mac user. Yet one of m

[sword-devel] Glossary problems

2004-12-07 Thread Will Thimbleby
Hi, I've got problems with the EReo_en and ERru_en, when stepping through the dictionary keys it seems to loop and I get stuck forever. Does anyone else have this problem, or is it just MacSword. There also seems to be keys that are badly formed utf8 in them. thanks --Will _

Re: [sword-devel] MacSword 1.1.3

2004-11-25 Thread Will Thimbleby
So all I have to do is replace char* StringMgr::upperUTF8(char* t, const unsigned int maxlen)? If so, then what is maxlen for? Is it expecting t to be overwritten or just a maximum buffer allocated? I assume that sword will dealloc any buffer I return. thanks -Will On 25 Nov 2004, at 7:42 am,

Re: [sword-devel] MacSword 1.1.3

2004-11-24 Thread Will Thimbleby
ne() might be a figment of my imagination, but I think it's there. Again, excited about the new release! -Troy. On Tue, 2004-11-23 at 20:14 +, Will Thimbleby wrote: Hello all, I have just released MacSword 1.1.3, a much improved version, faster and more stable. I fina

[sword-devel] MacSword 1.1.3

2004-11-23 Thread Will Thimbleby
Hello all, I have just released MacSword 1.1.3, a much improved version, faster and more stable. I finally tracked down the major crashing bug that was causing problems MacSword's multithreaded-ness was wreaking havoc with the sword library. Which explains why it took so long to find, I made my

[sword-devel] -3 searching and CLucene

2004-11-22 Thread Will Thimbleby
Hi, could someone tell me a bit more about these two searching methods. What exactly does -3 do, and what are its capabilities? What is the state of CLucene integration, will it work and how do I get it to work? Do these two work together? thanks --Will _

[sword-devel] Module editing

2004-10-01 Thread Will Thimbleby
Hi, Is there a way to edit a module, but not save the changes to disk until the user chooses. Just like editing a file. cheers --Will ___ sword-devel mailing list [EMAIL PROTECTED] http://www.crosswire.org/mailman/listinfo/sword-devel

[sword-devel] STEP format conversion

2004-09-29 Thread Will Thimbleby
I have a couple of users asking about this. Does the utility work? Does it make sense to wrap it up and distribute it? And what are the legalities of this, can they then download say the NIV as step, convert it and then use MacSword? --Will ___ sword-

[sword-devel] Re-encoded modules

2004-09-29 Thread Will Thimbleby
Hi, A couple of users were having trouble with the Latvian and Turkish modules. And I took the time to extract, re-encode to UTF-8, and create new modules. Would it be worth me sending/uploading them somewhere so we can correct these modules. They are still quite sketchy I believe with little i

[sword-devel] Re: Inquiry.

2004-09-01 Thread Will Thimbleby
y mainly. I do appreciate your help. thank you . jose On Sep 1, 2004, at 4:12 PM, Will Thimbleby wrote: Hi, MacSword supports all the bibles and modules here ( http://www.crosswire.org/sword/modules/ ). While there are Spanish bibles, none of the bibles include the Apocrypha. -- which I belie

Re: [sword-devel] Sword make problem

2004-08-26 Thread Will Thimbleby
help is appreciated. thanks --Will On 26 Aug 2004, at 10:56 pm, Hugo van der Kooij wrote: On Thu, 26 Aug 2004, Will Thimbleby wrote: Can anyone point me to a solution? I keep getting this error when making sword. /usr/bin/libtool: no library created (no object files in input files) Could you give us

[sword-devel] Sword make problem

2004-08-26 Thread Will Thimbleby
Can anyone point me to a solution? I keep getting this error when making sword. /usr/bin/libtool: no library created (no object files in input files) this is the output: Making all in lib /bin/sh ../libtool --mode=link g++ -ftemplate-depth-25 -DCURLAVAILABLE -g -O2 -o libsword.la -rpath /usr/l

[sword-devel] Re: [osis-editors] The death of OSIS?

2004-08-13 Thread Will Thimbleby
Agreed. I think the concept of users wanting to change quotes is mostly academic. Has anyone actually wanted to do this? Really? I believe (from a position of little knowledge) that the language rules for quotes in complex cases go beyond what style sheets can do. There was a claim quotes are a

[sword-devel] Config files and CVS

2004-08-12 Thread Will Thimbleby
Hi, Does anyone know the state of switching to utf-8 for the config files? I've just got a copy of a Chinese config file -- from the nice guy who translated MacSword into Chinese. It obviously needs utf-8 but the system doesn't seem to support it. On another note I was profiling the start-up of

Re: [sword-devel] 1.5.7 & KJV2003 releases

2004-01-14 Thread Will Thimbleby
Thanks for the enormous detail. Not sure what filters you are using exactly, but the *HTMLHREF filters in the engine are probably the most current. These have been updated to easily facilitate the EntryAttributes for footnote and crossref popups in the frontend. Basically, when there is a foo

[sword-devel] sword:// URL formats

2004-01-14 Thread Will Thimbleby
At the moment with MacSword I use a slightly strange URL format: sword://@/ I send the options as the user, separated by &. Bit of a kludge but allows me to have persistent options easily within the url. I did use the query but it's not persistent. eg. sword://Strong'[EMAIL PROTECTED]/2tim1 sw

Re: [sword-devel] MacSword 0.4 beta

2004-01-14 Thread Will Thimbleby
Thanks for your good work, Christian :) Your feedback was very helpful, and several good points that have gone on my to-do list. - I'm having trouble opening the "Find" window. It won't show up. Would be nice to have a "Find" field for the toolbar also. The find menu got disconnected, it works

Re: [sword-devel] proposal for changes in locale system

2004-01-13 Thread Will Thimbleby
You got my vote for number 3 as well that'd be really useful. -Will 3. Convert everything to UTF-8. Apps then need to convert to local, if necessary. Small overhead in apps. ___ sword-devel mailing list [EMAIL PROTECTED] http://www.crosswire.org/mailman/

[sword-devel] 1.5.7 & KJV2003 releases

2004-01-13 Thread Will Thimbleby
Hi, Just a quick couple of questions; apologies if they've already been asked. When will the finalised KJV module be released? What does 1.5.7 offer over 1.5.6 and when will it be finalised. I would like to include both in MacSword 0.4 but it is not important. Cheers -Will ___

Re: [sword-devel] MacSword 0.4 beta

2004-01-13 Thread Will Thimbleby
Christian, I've severely changed the English UI nib files. The German ones haven't been updated in any way but are still lying around, it really wont work with them. Open MacSword as a bundle and delete the German, French and pt.lproj folders, then it'll run in English and actually work. Hope

[sword-devel] MacSword 0.4 beta

2004-01-12 Thread Will Thimbleby
Hi all, I've just been hard at work on the next version of MacSword and I've finished it (mostly). This should probably be the final beta. I'd really appreciate any beta testing and lots of feedback. I need bits of help polishing the read me and with internationalisation. It will probably not wor

[sword-devel] Fwd: MacSword w/KJV

2003-11-28 Thread Will Thimbleby
He's right... Gen 3.20 7.11 Cheers -Will Begin forwarded message: From: Gary Chung <[EMAIL PROTECTED]> Date: Wed Nov 26, 2003 3:04:15 pm Europe/London To: Will Thimbleby <[EMAIL PROTECTED]> Subject: Re: MacSword w/KJV Will, Sorry to bother you again, but it seems like many o

Fwd: [sword-devel] Fwd: display greek accents in LXX and NT

2003-11-20 Thread Will Thimbleby
Cheers. Begin forwarded message: From: Christian Walti <[EMAIL PROTECTED]> Date: Thu Nov 20, 2003 3:57:37 pm Europe/London To: Will Thimbleby <[EMAIL PROTECTED]> Subject: Re: [sword-devel] Fwd: display greek accents in LXX and NT Dear Sword-Team Thank you so much! Your answer

[sword-devel] Fwd: display greek accents in LXX and NT

2003-11-17 Thread Will Thimbleby
Hi guys, No idea how to answer the second question, can I leave it in your hands. Cheers -Will Begin forwarded message: From: [EMAIL PROTECTED] Date: Fri Nov 14, 2003 4:57:22 pm Europe/London To: [EMAIL PROTECTED] Subject: display greek accents in LXX and NT Reply-To: [EMAIL PROTECTED] Dear M

Re: [sword-devel] question

2003-10-25 Thread Will Thimbleby
You can get the source code from http://sourceforge.net/projects/macsword/, you need to also download and compile sword http://www.crosswire.org/sword/software/swordapi.jsp . You'll be able to compile it using Project Builder. Hope this helps, if you have problems compiling let me know -Will O

[sword-devel] Use of SWBuf for config paths

2003-09-05 Thread Will Thimbleby
Hi, I use modules in a funny way in MacSword, they can be placed anywhere on the disk. (Allows drag and drop installation and makes it easier for novices) And because of this I've run into problems in some of the sword lib code, namely that the library uses char[127] to store path names in the

[sword-devel] MacSword 0.3 beta - almost there

2003-09-05 Thread Will Thimbleby
Hi guys, Just to let you all know, I'm almost done with the new MacSword release v0.3. I've posted a new beta at http://www.heathmoor.plus.com/downloads/MacSword0.3.0b6.sit . I'd really appreciate any beta testing and help making this release as good as possible. Briefly the improvements are: Man

[sword-devel] Search speed with OSIS

2003-09-04 Thread Will Thimbleby
Hi, I was wondering if the slow searching with the OSIS modules is inherent in the OSIS format. Or if its just my app. I'm just updating MacSword to use 1.5.6 and the searching is treacle slow for the KJV, compared to what it was. Cheers -Will ___

[sword-devel] Locales

2003-06-21 Thread Will Thimbleby
With all this talk of locales. Could someone clear up what format the locales are in. I can make use of the most of them that seem to be given in Latin1, but for Ukranian and Russian they use a different encoding. Is there a way of getting the encoding information for these? Cheers, Will _

Re: [sword-devel] crash using thml modules with strongs numbers

2003-06-20 Thread Will Thimbleby
Fixed my bug too. Cheers Will On Friday, June 20, 2003, at 06:06 pm, Terry Biggs wrote: Thanks Joachim, That fixed it :) -- Terry <[EMAIL PROTECTED]> Rev 1:5 And from Jesus Christ, who is the faithful witness, and the first begotten of the dead, and the prince of the kings of the earth. Unt

[sword-devel] MacSword Beta

2003-06-20 Thread Will Thimbleby
Hi, To all those Mac users out there. I've just uploaded a new beta copy. It'd be great if you could check it out. The changes are if I can remember them: Module list alphabetised Cmd-N creates a new module window - same as top window The book combo now doubles as a reference short cut you ca

Re: [sword-devel] MacSword 0.2.5

2003-06-06 Thread Will Thimbleby
Get it at: www.macsword.com On Thursday, June 5, 2003, at 12:22 pm, Will Thimbleby wrote: Hi all, Well I didn't manage to work out how to deal with Russian bible name localisation. But I've just released a new version of MacSword, this version has much improved search features and

[sword-devel] MacSword 0.2.5

2003-06-05 Thread Will Thimbleby
Hi all, Well I didn't manage to work out how to deal with Russian bible name localisation. But I've just released a new version of MacSword, this version has much improved search features and remembers module settings. A French localisation is now available. And I've fixed many more bugs. Enj

Re: [sword-devel] Sherlock channel

2003-06-03 Thread Will Thimbleby
Cool, I'd be very interested. I could certainly host it as part of the macsword source forge account. It would be very good at any rate to link to it from MacSword. Will On Tuesday, June 3, 2003, at 01:01 am, don smith wrote: I have written a sherlock channel for sword, it is not fully comple

[sword-devel] Re: Searching other languages

2003-06-01 Thread Will Thimbleby
Cheers, I'm now slightly confused (mostly thanks to Chris ;-), but I've got it working. One other question to do with encodings; is the locales. The locale for French seem to be stored in Latin1, but this wouldn't work for Russian. How do the book names get handled? For instance I use VerseKey

[sword-devel] Searching other languages

2003-05-30 Thread Will Thimbleby
Hi, Could someone explain how you can search for Chinese or other non latin scripts, programming wise using the sword library. I'm also struggling to get MacSword to find words with letters with accents like é, ë. Any help would be appreciated. Cheers, Will

[sword-devel] MacSword 0.2.1

2003-02-04 Thread Will Thimbleby
Hi all, I've just done some major bug fixing, and there is a new version of MacSword available. http://www.heathmoor.plus.com/macsword/ I was also wondering if you could give me some advice. More people are getting involved in MacSword, and I probably need to set up something like, putting th

Re: [sword-devel] MacSword?

2002-12-06 Thread Will Thimbleby
Yep, You can grab MacSword at http://www.heathmoor.plus.com/macsword/. It's a Mac OS X only program. If you have any problems, email me. Will Thimbleby On Friday, December 6, 2002, at 08:56 pm, Mike & Amy wrote: I noticed the other day someone mentioned something about "MacSw

Re: [sword-devel] MacSword and book problems

2002-12-03 Thread Will Thimbleby
Thanks that fixed my problem. Finally this has been the major thing thats been bothering me with MacSword for a long time. On a final note: the Luther module gives top as 2,9,2 (testament, book, verse) and bottom as 2,10,1. However it doesn't include Ephesians, can you assume a bottom verse of

Re: [sword-devel] MacSword and book problems

2002-11-30 Thread Will Thimbleby
Joachim, I looked at BibleTime, and in the end I opted for my own similar method, that managed to get modules such as Luther to list only Galations. Using ObjC, but should be pretty clear. VerseKey top, bottom; books = [[NSMutableArray alloc] init]; *module = BOTTOM; bottom = module->KeyText(

[sword-devel] MacSword and book problems

2002-11-29 Thread Will Thimbleby
Hi, I've been struggling for a while to get MacSword to show only the books in a module, and only have just realised, that it could (and probably is) the modules themselves. In MacSword, at least modules such as BHS and LXX think they have a NT, and modules such as ISV think it has an OT, Fami

[sword-devel] Re: MacOS X CD

2002-11-26 Thread Will Thimbleby
om CD] and [Install], but I'd be happy with just the tract right now. Let me know your thoughts. -Troy. Will Thimbleby wrote: Hi all, There is a new version of MacSword available at http://www.heathmoor.plus.com/macsword/ It includes many new bug fixes as well some useful features

[sword-devel]

2002-11-25 Thread Will Thimbleby
Hi all, There is a new version of MacSword available at http://www.heathmoor.plus.com/macsword/ It includes many new bug fixes as well some useful features such as tool-tips and history for documents. Cheers, Will

Re: [sword-devel] MacOS X version development

2002-10-24 Thread Will Thimbleby
Hi David, I'm still currently actively developing a mac os x version.You can get it and its source at http://www.heathmoor.plus.com/downloads/MacSword5src.sit and the app at http://www.heathmoor.plus.com/downloads/MacSword5.app.sit . The program works well and is quite functional, but still re

Re: [sword-devel] Mac OSX UI

2002-09-25 Thread Will Thimbleby
I don't have a mac but would love to see some screen shots! > > Will Thimbleby wrote: >> Hi all, >> To those that are interested you can get the beta version at: >> wjt.port5.com/MacSword5.app.sit >> This version requires the modules to be unzipped in the same fol

[sword-devel] More simple questions

2002-09-23 Thread Will Thimbleby
Back again for some more answers ;-) Firstly how do you work out what books you have for a particular module? At the moment I use: while (!module->Key().Error()) { currentKey = (VerseKey *)&module->Key(); //store currentKey->getBookName() currentKey->Book( currentKey->

[sword-devel] Mac OSX UI

2002-09-22 Thread Will Thimbleby
Hi all, To those that are interested you can get the beta version at: wjt.port5.com/MacSword5.app.sit This version requires the modules to be unzipped in the same folder as the application. To use services in 10.1 you need the app in your applications folder and to logout and in again. I'll u

[sword-devel] Mac OSX UI

2002-09-20 Thread Will Thimbleby
te: Fri, 20 Sep 2002 11:12:54 +0100 Subject: NSTextStorage setAttributedString problems Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v480) From: Will Thimbleby <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Content-Transfer-

[sword-devel] Basic Questions

2002-09-11 Thread Will Thimbleby
Hi, I am trying to write a simple sword GUI for MacOSX. I've quite easily got a simple bible reader with search windows working. However to do this I just use OSXs rtf renderer, this is very easy but gives me little control. I want to do things like having clickable links for references and s

[sword-devel] New MacOSX version

2002-07-03 Thread Will Thimbleby
Hi, I've been doing a bit of hacking and I've uploaded a new version at: http://wjt.port5.com/MacSword3.app.sit This fixes many bugs, and adds a few features. It now also uses services, you can now quote the bible in any program, just select the reference and press shift-cmd-L. Make sure its