Re: [sword-devel] Crash on module name w/ spaces

2002-07-03 Thread Troy A. Griffitts
Christian, I understand your asthetic disagreement, but the module name was intended to be a small abbreviation for the module and as a token to reference the module in code. The module Discription and About sections are intended more for user asthetics. Maybe CEDICTEn might be a bett

Re: [sword-devel] Crash on module name w/ spaces

2002-07-03 Thread Christian Renz
> Yes, spaces are NOT valid in module names, only alpha-numeric and > '_'. I changed my module names to, e.g. CEDICT_En Thanks, I didn't know that (didn't see it in the docs) and will change it. However, I think it is a nonnecessary limitation... or maybe the GUI interfaces should c

Re: [sword-devel] Crash on module name w/ spaces

2002-07-03 Thread Troy A. Griffitts
Christian, Yes, spaces are NOT valid in module names, only alpha-numeric and '_'. I changed my module names to, e.g. CEDICT_En -Troy. Christian Renz wrote: > Hi, > > a little bug report for Beta J: It seems not to be able to cope with > modules that have a space in t

[sword-devel] Crash on module name w/ spaces

2002-07-03 Thread Christian Renz
Hi, a little bug report for Beta J: It seems not to be able to cope with modules that have a space in their name, e.g. "CEDICT En". The message that comes up after starting sword is '"LexDictRTFCEDICT En" is not a valid component name'. This bug did not appear in previous versions of sword. Gree