Re: [DQSD-Users] 2 questions - white field in XP and currency converter

2003-08-14 Thread Fabio Chelly
 - Why under Windows XP, the field remains white even in
 disabled mode (when the date appears)?

Couldn't tell you. I could *guess*, but it wouldn't really do you any good. ;)

Thank you for your answer. In fact I just found that I just need to 
rename xplocalsearch.css in localsearch.css to have a perfect 
integration of the bar under windows XP.

 - How can I create special searches like the XE converter
 (how can the XE search parse 125usdeur)?

Using RegEx to parse it yourself. Look in curr.xml to see how they do it for XE. More 
information below...

In fact, it seems that I need to modify search.htm which I prefer not 
to do.
It would be great if we could do it entirely in the XML search file 
or maybe with a new file localparsing.txt which will contain RegEx 
strings?

Thanks  best regards,
Fabio Chelly.


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] Google synonyms

2003-08-14 Thread Shawn K. Hall
Hi Tom,

 fyi Google has just introduced a new operator to search
 for synonyms. You use it by adding a tilde in front of
 the keyword for which you want to find synonyms. This
 works with dqsd.

I've tried it several times and have yet to get it to work. Is there
anything special I need to do or did google disable this
functionality?

Regards,

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

'// 
   Optimists are right. So are pessimists. It's up to you
to choose which you will be.
  -- Harvey Mackay




---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


[DQSD-Users] Additional Search...

2003-08-14 Thread Pete Matthews








Hi all,



An XML file to enable searching for the Metafilter
community weblog is available at http://www.monkeyspannered.com/mefi.xml
or attached to this mail Nice piece of software, btw, can see it being
pretty damn useful in future :)



Pete






search function=mefi
  nameMetaFilter/name
  description
MetaFilter is a community blog that anyone can contribute links or comments tobr/
div class=helpboxDescLabelsExample:/div
table class=helpboxDescTable
  		trtdmefi pancakes/td/tr
  	/table
  /description
  categoryNews/category
  linkhttp://www.Metafilter.com//link
  contributorPete Matthews/contributor
  emailPete_at_monkeyspannered.com/email
  
  form name=search
  action=http://www.metafilter.com/searched.mefi;
  input type=hidden name=option value=2/
  input type=hidden name=date value=3/
  input type=hidden name=search value= /
  /form
  
  script![CDATA[
function mefi(q)
{
  if( nullArgs(sw,q) )
return false;
  else
  {
document.search.search.value = q;
submitForm(search);
  }
}
  ]]/script

  copyright
	Copyright (c) 2002 David Bau
	Distributed under the terms of the
	GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  /copyright

  copyright
	Copyright (c) 2002 David Bau
	Distributed under the terms of the
	GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  /copyright
/search


Re: [m_list_b] [DQSD-Users] RE: Clock updating bug

2003-08-14 Thread Alec Burgess



I've got no idea about the details of 
what you're trying, but I'll bet the ":08" means August:-)

Somewhere you've probably got a 
date_time spec that says HH:MM that should be HH:mm or vice-versa.
Regards ... Alec-- 

  - Original Message - 
  From: 
  Tom Corcoran 
  To: [EMAIL PROTECTED] 
  
  Sent: Thursday, August 07, 2003 
  06:03
  Subject: [m_list_b] [DQSD-Users] RE: 
  Clock updating bug
  
  Thanks Shawn,
  
  Maybe. There's really no telling. It could be 
  working correctly, andthe jscript parser might have incorrectly parsed 
  the"clockupdate=1000;" line in your prefs file. Try deleting the line 
  andretyping the characters explicitly, just to make sure they're 
  accurate.
  
  Unfortunately that did not help. I've been 
  watching the clock the past while and it mostly seems to show the current hour 
  followed by 08. It was just showing 10:08 and the time changed to 11:00 and 
  the clock changed to 11:08. 
  
  Does that give anyone any clues to track 
  thisbug?
  
  Thanks, 
Tom.


[DQSD-Users] Google synonyms

2003-08-14 Thread Tom Corcoran



fyi Google has just introduced a new operator to search for synonyms. You 
use it by adding atilde in front of the keyword for which you want to find 
synonyms. This works with dqsd.

Cheers, Tom.


[DQSD-Users] Debug window?

2003-08-14 Thread Shawn K. Hall
Hello all,

I've been using DQSD more and more every day and it has come to the
point where I can actually do most of the things I used to have to
open a command interpreter or a notepad console (to script up some JS
really fast) for.

But I still find myself opening VB to run some code that does some
very laborious processing via a few functions/scripts I wrote (and add
to) over the last several years in the debug window.

Is it possible for DQSD to take the place of this as well? Can it
interpret a VB bas file - or rather, could a VB bas file be converted
to the XML structure that I could use from DQSD? The scripts never
appear to have script declarations on them, so I don't know if it
would be capable of running vb(script) code. Yeah, I'd probably lose
access to several objects - but I could *probably* live with losing a
couple...


Is there a way to hook into the clipboard from DQSD (not a simple
cut/paste but a settext/gettext so I can push/pop the clipboard into
variables)?

Is there a way for a script to write *to* the DQSD toolbar (so I can
get the results of my script transactions)? For example:
dqsd.write/dqsd.print?


How would I run a script that I wrote directly into the toolbar?

Digging a little deeper I see jsexec - but it doesn't really clear
anything up for me. :]

Thanks in advance,

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

'// 
   Hello, my name is Inigo Montoya. You killed my father.
Prepare to die.
  -- 'Inigo', The Princess Bride




---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601