[DQSD-Users] [ dqsd-Feature Requests-564400 ] clear history

2002-06-04 Thread noreply
Feature Requests item #564400, was opened at 2002-06-04 17:13 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=432069&aid=564400&group_id=42081 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: mlmll (mlmll) Assigned to: Nobody/Anonym

RE: [DQSD-Users] history

2002-06-04 Thread MLL
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of John W. > Bairen, Jr. > Sent: Tuesday, June 04, 2002 5:22 PM > To: [EMAIL PROTECTED] > Subject: Re: [DQSD-Users] history > > > the following entries in localaliases.txt should do it... > > > clrmr

RE: [DQSD-Users] googletrans

2002-06-04 Thread MLL
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Glenn Carr > Sent: Tuesday, June 04, 2002 4:36 PM > To: [EMAIL PROTECTED] > Subject: RE: [DQSD-Users] googletrans > Sensitivity: Personal > > > The parse is bailing on the ampersand (&) in the comme

Re: [DQSD-Users] history

2002-06-04 Thread John W. Bairen, Jr.
by the way it should be 2 single line entries... clrmru|run cmd /C del "C:\Program Files\Quick Search Deskbar\mrumenu.txt"|Clear MRU Menu clrhist|run cmd /C del "C:\Program Files\Quick Search Deskbar\history.txt"|Clear History - Original Message - From: "John W. Bairen, Jr." <[EMAIL

Re: [DQSD-Users] history

2002-06-04 Thread John W. Bairen, Jr.
problem with that is it doesn't clear the history in memory so when you do your next search the history.txt gets re-written with the whole history in it. hmmm. - Original Message - From: "John W. Bairen, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 11:2

RE: [DQSD-Users] history

2002-06-04 Thread MLL
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Glenn Carr > Sent: Tuesday, June 04, 2002 4:41 PM > To: [EMAIL PROTECTED] > Subject: RE: [DQSD-Users] history > Sensitivity: Personal > > > > Thanks John, but I meant, is there an incorporated command

Re: [DQSD-Users] history

2002-06-04 Thread John W. Bairen, Jr.
the following entries in localaliases.txt should do it... clrmru|run cmd /C del "C:\Program Files\Quick Search Deskbar\mrumenu.txt"|Clear MRU Menu clrhist|run cmd /C del "C:\Program Files\Quick Search Deskbar\history.txt"|Clear History JB - Original Message - From: "Glenn Carr" <[EMA

RE: [DQSD-Users] history

2002-06-04 Thread Glenn Carr
> Thanks John, but I meant, is there an incorporated command to achieve > this (say, a popup menu command, or some "clearMRU" command...) ? No, but it should be straightforward for someone to add some clearMRU and clearHistory commands. __

RE: [DQSD-Users] googletrans

2002-06-04 Thread Glenn Carr
The parse is bailing on the ampersand (&) in the comment. Change the ampersand to ' and ' (or whatever). Also, the tags aren't closed. Change them to and it will parse. An easy way to check this is to open the .XML file in IE. It will usually show any problems and where they problem is. --

RE: [DQSD-Users] history

2002-06-04 Thread MLL
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of John W. > Bairen, Jr. > Sent: Tuesday, June 04, 2002 3:24 PM > To: [EMAIL PROTECTED] > Subject: Re: [DQSD-Users] history > > > open history.txt and empty it. depending on what you want to > clear yo

RE: [DQSD-Users] googlespell add-on

2002-06-04 Thread MLL
  -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Glenn CarrSent: Tuesday, June 04, 2002 7:19 AMTo: [EMAIL PROTECTED]Subject: RE: [DQSD-Users] googlespell add-on This first example has been cleaned up, and it should be pretty easy t

[DQSD-Users] googletrans

2002-06-04 Thread MLL
Hi, Attached is googletrans.xml, a search made just the same way as freetrans, but that uses google translations. Upon loading it, QSB gives this pop-up error box : "Unable to load search from searches\googletrans.xml: no white space allowed there" Could somebody dive into googletrans.xml and

Re: [DQSD-Users] history

2002-06-04 Thread John W. Bairen, Jr.
open history.txt and empty it. depending on what you want to clear you may want to do the same with mrumenu.txt. alternatively you could delete these files as i think DQSD will recreate them as necessary. i usually just open the files and remove the entries i want cleared. JB - Original

[DQSD-Users] history

2002-06-04 Thread MLL
Hi all, How do you clear the history ? MLL ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm ___

RE: [DQSD-Users] nev version

2002-06-04 Thread Glenn Carr
I'd like to include the add-ons in 2.5.8, so that others can start writing them.  How about one more beta release before we do a final?  There hasn't been much activity in CVS lately, so we probably need a release.   I'd still like to figure out the script errors that people were getting, b

RE: [DQSD-Users] googlespell add-on

2002-06-04 Thread Glenn Carr
 It pulls it from the registry where DQSD puts it during an install.  Checkout the googlespell.nsi script. Glenn, I downloaded & executed the exe, it installs finely in the right directory (how does the NSIS fetch its name BTW ?) 

RE: [DQSD-Users] googlespell add-on

2002-06-04 Thread Glenn Carr
It can, but I left it there for documentation of the service and response format. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John W. Bairen, Jr.Sent: Tuesday, June 04, 2002 7:41 AMTo: [EMAIL PROTECTED]Subject: Re: [DQSD-Users] goo

Re: [DQSD-Users] googlespell add-on

2002-06-04 Thread John W. Bairen, Jr.
So can the local wdsl file be deleted?     >The googlespell gets the wsdl file from Google's site, not locally (I couldn't get it to work using the local wsdl).

RE: [DQSD-Users] googlespell add-on

2002-06-04 Thread Glenn Carr
The googlespell gets the wsdl file from Google's site, not locally (I couldn't get it to work using the local wsdl).  And, it's running in the context of the explorer.exe which controls the desktop and taskbar.  Not sure if it's possible to change this.  Now this works ! One small draw

RE: [DQSD-Users] googlespell add-on

2002-06-04 Thread Glenn Carr
That's a really good question and people have differing opinions.  My opinion is that when a new feature is not really a search, and/or it requires more than just a single XML file, and/or it doesn't have general appeal (i.e., not many will use it) it should be an optional add-on.    The goo

[DQSD-Users] nev version

2002-06-04 Thread John W. Bairen, Jr.
here's a thought.  should 2.5.8 be "officially" released before the addition of all this add-on stuff?  IMHO, the add-ons would definitely seem to be a big enough of an addition to warrant a new rev.  i realize that we don't seem to have an official rev. policy, but what do you guys think? J

RE: [DQSD-Users] googlespell add-on

2002-06-04 Thread MLL
  -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John W. Bairen, Jr.Sent: Tuesday, June 04, 2002 1:03 PMTo: [EMAIL PROTECTED]Subject: RE: [DQSD-Users] googlespell add-onSensitivity: Personal MLL,   did you manually go and get the

RE: [DQSD-Users] googlespell add-on

2002-06-04 Thread John W. Bairen, Jr.
makes sense, Glenn.  question though (for future FAQ maybe) how do you differentiate when you should write a search and when you should write an add-on?   i think i have a basic answer, but am looking for clarification.   thanks, JB     -Original Message-From: [EMAIL PROTECTED

RE: [DQSD-Users] googlespell add-on

2002-06-04 Thread John W. Bairen, Jr.
MLL,   did you manually go and get the latest loader.js?  i think it is necessary.  i believe glenn mentioned that in a message yesterday.   JB   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of MLLSent: Tuesday, June 04, 2002 3:44 AMTo:

RE: [DQSD-Users] googlespell add-on

2002-06-04 Thread MLL
  -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Glenn CarrSent: Tuesday, June 04, 2002 7:19 AMTo: [EMAIL PROTECTED]Subject: RE: [DQSD-Users] googlespell add-on This first example has been cleaned up, and it should be pretty easy t