[DQSD-Users] Calculator problem: comma vs. period

2003-01-30 Thread naghris
Hi, This excellent little helper is a miracle! But one thing has annoyed me for a while and I just wondered if there is an easy solution for it. I use the calc-function very much, becouse it's much faster than to start an calc-application every time I have to calculate something. But when I use

RE: [DQSD-Users] Calculator problem: comma vs. period

2003-01-30 Thread Monty Scroggins
hmmmThis is cheesy workaround for this problem, but you could maybe add this line - var expr = expr.replace(/\,/g, .); at line 9 of calculate.js. This replaces any commas with decimals in the math expression.. Of course every toolbar upgrade will overwrite calculate.js, so you will need to

RE: [DQSD-Users] Calculator problem: comma vs. period

2003-01-30 Thread Krohne Gregory Contr AFRC/SCOS
Okay, let's make it a little less cheesy. Add a line to localprefs.js that defines a decimal separator character; call it calculatorDecimal: localprefs.js /* Calculator decimal separator character. * Value can be almost any character not used for computation. * Default value is '.' (period), if

[DQSD-Users] New Family History Searches

2003-01-30 Thread Brian Phelps
Here are three simple scripts for finding your ancestors on Ancestry.com, FamilySearch.org, and Genealogy.com. I'm working on a more sophisticated script for www.familysearch.org, but they have a number of fields and I could use some help setting up the query correctly and parsing input. A rough

RE: [DQSD-Users] New Family History Searches

2003-01-30 Thread John W. Bairen, Jr.
Brian, Before you knock yourself out, you might check out the Geneology Add-on by Brent Beardsly http://sourceforge.net/project/showfiles.php?group_id=42081 Thanks for the effort. I'm just trying to stop you from re-inventing the wheel. JB -Original Message- From: [EMAIL