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
http://12PointDesign.com/
http://ReliableAnswers.com/

'// 
Whoever would overthrow the liberty of a nation must
begin by subduing the freeness of speech.
-- Benjamin Franklin (1706-1790)




---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


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
http://12PointDesign.com/
http://ReliableAnswers.com/

'// 
A lot has been said about politics;
some of it complimentary, but most of it accurate.
-- Eric Idle




---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


[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 of
localprefs.js etc. Luckily I had another copy
elsewhere :), but it might catch other people out...)
I tried re-installing 3.1.8 and then using the
http://notesbydave.com/toolbar/install.htm URL to get
the DQSD toolbar up and running.

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?

TIA


James





___ 
ALL-NEW Yahoo! Messenger - all new features - even more fun! 
http://uk.messenger.yahoo.com


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


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 
notesbydave.com/toolbar is/was a mirror of dqsd.net.

So, do what the manual says, but substitute
 notesbydave.com/toolbar
for
 www.dqsd.net
I'll look into changing the directions on the page.
Thanks,
Kim
---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


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
 notesbydave.com/toolbar is/was a mirror of dqsd.net.

 So, do what the manual says, but substitute

   notesbydave.com/toolbar
 for
   www.dqsd.net


Dave changed hosting companies about 9 or 10 months ago..  I would bet
that the notesbydave (which I think was the really old sitename being
used) was officially dropped at that time and we just never noticed..

Monty



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


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 with
 2 fields to fill in  the street (straat) and the
 place...

I don't personally use the search wizard when creating searches.
It's really better suited for searches that have very minimal search
requirements (one to three parameters). Instead, I look at the
existing searches that are most similar to what I want to accomplish
and build the search in a similar fashion.

For example, for your particular requirement I'd recommend looking
at the mappoint (mp.xml), mapquest (mq.xml) or directions (dir.xml)
for how to build the search parameterization, and look at winres
(winres.xml) for assigning default values to fields. Make sure you
have the latest copies of each of these searches. ;)

Regards,

Shawn K. Hall
http://12PointDesign.com/
http://ReliableAnswers.com/

'// 
Sophisticated indifference is best learned by watching a cat
-- Amelia Massa




---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


[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
-- Original message --  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  http://12PointDesign.com/  http://ReliableAnswers.com/   '//   A lot has been said about politics;  some of it complimentary, but most of it accurate.  -- Eric Idle  ---  The SF.Net email is sponsored by: Beat the post-holiday bl
 ues  Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.  It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt  ___  To unsubscribe visit:  https://lists.sourceforge.net/lists/listinfo/dqsd-users  DQSD-Users@lists.sourceforge.net  http://sourceforge.net/mailarchive/forum.php?forum_id=8601