RE: [DQSD-Users] Repeat Searches

2005-01-04 Thread Shawn K. Hall
Hi Paul, How do I get the search bar to remember searches I've done previously and to suggest them as I start to retype them? In your localprefs.js file add these two lines: multiline=false; //necessary for auto-complete to work autocomplete=true; Regards, Shawn K. Hall

RE: [DQSD-Users] Repeat Searches

2005-01-04 Thread Shawn K. Hall
Hi Ryan, Everyone- is there an easy way to access an array of all the search names from within a search script? You can enumerate them using the searches[] and aliases[] arrays. Look in loader.js for code that works with them, that should give you a start anyway. Regards, Shawn K. Hall

[DQSD-Users] notesbydave.com down?

2005-01-04 Thread James Robertson
Just tried installing DQSD 3.1.9 onto my WinNT4 SP6 machine with Firefox as default browser and encountered a few problems. So after uninstalling (BTW, the uninstaller deletes *all* the files in the Quick Search Deskbar directory, including any files added after the install - I had a backup folder

Re: [DQSD-Users] notesbydave.com down?

2005-01-04 Thread Kim Gräsman
Hi James, James Robertson wrote: However, the notesbydave.com URL seems to be down - pinging gives an IP of 68.80.225.136 but it timed out on returning packets. Is there anywhere else that we've got that hosts the install scripts? Hmm... The files are on www.dqsd.net as well, I think

Re: [DQSD-Users] notesbydave.com down?

2005-01-04 Thread Monty Scroggins
Hi James, James Robertson wrote: However, the notesbydave.com URL seems to be down - pinging gives an IP of 68.80.225.136 but it timed out on returning packets. Is there anywhere else that we've got that hosts the install scripts? Hmm... The files are on www.dqsd.net as well, I think

RE: [DQSD-Users] newbie needs help with a search

2005-01-04 Thread Shawn K. Hall
Hi Jean-Marie, is it possible with the dqsd search wizard to make a search from http://www.vab.be/NL/viaVAB/belgie/addressform.asp I just cann't get it. Some pointers would be usefull. I thought of using user_address and so on for always having the same startpoint. So that would leave me

[DQSD-Users] searches array

2005-01-04 Thread ryan_carpenter
Yeah, that was the first thing I tried. I put the line alert(searches.length); into one of my search files and did a search. It popped up saying "Undefined". alert(searches) just gives "[Object object]". The aliases array does the same thing. Does anyone know what I'm doing wrong? -Ryan