Re: [DQSD-Users] Windows 7 RC 64 Bit Install Help needed

2009-05-11 Thread David Blume
I've been concerned about this.  I wish I could help with the development.

I could live with a gadget as long as Windows+S still brought it to the
foreground and gave its edit box focus (maybe even pasted the current
selection or clipboard contents in there...).  I'd also love the searches
with popup windows to continue to work.  (Like mwd /popup used to, and the
newer, unreleased, df search does.)

Ideally, though, I'd like to have its edit box always be present so that I
could navigate to it via mouse, too, as it is on the Taskbar in current
Windows OSes.  I realize that that may be too much to ask for, though.

This is the *only* thing that makes me hesitant about Windows 7.  That's how
important DQSD is.

--David

On Mon, May 11, 2009 at 12:48 PM, Charlie Russel char...@scribes.comwrote:

 I haven't even tried on Win7. Given  the changes in the task bar, I'm not
 confident that it would work. We are really up against it at this point, and
 I think we need to find a way to work within the MS guidelines if we don't
 want to face this every time they ship a new version. Perhaps as a Windows
 Gadget?

 Charlie.

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
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] df for word definitions (take 2)

2009-05-02 Thread David Blume
Thanks, Kim,

For anybody who's interested, there's a screenshot of the new search in
action here:

http://dblume.livejournal.com/126591.html

I won't take offense if anybody takes ownership of it and improves it.  :)

--David

On Sat, May 2, 2009 at 1:02 PM, Kim Gräsman kim.gras...@gmail.com wrote:

 Thanks David!

 Committed, and will be part of the next release.

 - Kim

 On Sat, May 2, 2009 at 06:58, David Blume david.bl...@gmail.com wrote:
  Sorry, all.  I'd left an alert() in there, had the dictionaries in the
 wrong
  order, and didn't know that there was formatting whitespace hidden in the
  XML response.  Here's a second cut of the file that takes those points
 into
  account.
 
  --David
 
 
 --
  Register Now  Save for Velocity, the Web Performance  Operations
  Conference from O'Reilly Media. Velocity features a full day of
  expert-led, hands-on workshops and two days of sessions from industry
  leaders in dedicated Performance  Operations tracks. Use code vel09scf
  and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
  ___
  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
 
 


 --
 Register Now  Save for Velocity, the Web Performance  Operations
 Conference from O'Reilly Media. Velocity features a full day of
 expert-led, hands-on workshops and two days of sessions from industry
 leaders in dedicated Performance  Operations tracks. Use code vel09scf
 and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
 ___
 To unsubscribe visit:
 https://lists.sourceforge.net/lists/listinfo/dqsd-users
 DQSD-Users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/dqsd-users%0adqsd-us...@lists.sourceforge.net
 http://sourceforge.net/mailarchive/forum.php?forum_id=8601

--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf___
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] New search: df for word definitions

2009-05-01 Thread David Blume
 ? window.screen.height/2 : windowH;
  dictPopup_x = (buttonalign == left ? 0 : document.body.clientWidth - windowW);
  dictPopup_y = -windowH;
  dictPopup_width = windowW;
  dictPopup_height = windowH;
  if ( typeof dictPopup_ring == 'undefined' )
dictPopup_ring = new Array();
  dictPopup_ring.push( { x:dictPopup_x, y:dictPopup_y, width:dictPopup_width, height:dictPopup_height, html:dictPopupBody.innerHTML } );
  dictPopup_sp = dictPopup_ring.length - 1;
  dictPopup.show(dictPopup_x, dictPopup_y, dictPopup_width, dictPopup_height, document.body);
}

function dfCopySelection()
{
  dictPopup.document.execCommand( Copy );
  dictPopup.document.selection.empty();
}

function dfGoToWord(w)
{
  if ( dictPopup.document.selection.type == Text )
  {
dfCopySelection();
  }
  else
  {
df(w);
  }
}
  ]]/script
  copyright
  Copyright (c) 2009 David Blume
  Distributed under the terms of the
  GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  /copyright
/search
--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf___
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] df for word definitions (take 2)

2009-05-01 Thread David Blume
Sorry, all.  I'd left an alert() in there, had the dictionaries in the wrong
order, and didn't know that there was formatting whitespace hidden in the
XML response.  Here's a second cut of the file that takes those points into
account.

--David
search function=df
  nameDictService from Aonaware/name
  description
Search for word definitions.  Recommended it is used with :|df in localaliases.txt, so that word: brings up its definition.
div class=helpboxDescLabelsSwitches:/div
div class=helpboxDescLabelsExamples:/div
table class=helpboxDescTable
  trtddf idempotent/td/tr
  trtdidempotent:/td/tr
/table
  /description
  categoryReferencecategoryLanguage/category/category
  linkhttp://www.aonaware.com/services.htm/link
  
  form name=dff
action=http://services.aonaware.com;
method=post
input type=hidden name=book value=Dictionary/
input type=hidden name=va/
  /form
  
  script
   ![CDATA[
  
function df(q)
{
  var dicts = [gcide,foldoc];
  var definitions;
  try
  {
var xmlHttp = new ActiveXObject(Microsoft.XmlHttp);
for( var d in dicts ) {
  xmlHttp.open(GET, http://services.aonaware.com/DictService/DictService.asmx/DefineInDict?dictId=; + dicts[d] + word= + q, false);
  xmlHttp.send();  
  var xmlDoc = xmlHttp.responseXML.documentElement;
  definitions = xmlDoc.getElementsByTagName(WordDefinition)  
  if( definitions.length  0 )
break;
}
  }
  catch ( e )
  {
alert( Exception thrown:  + e.description );
return;
  }
  
  var windowW = 440;

  if ( definitions.length  0 ) {
  var html = ;
  for( var i=0; i  definitions.length; i++ ) {
html += 'pb' + q + '/b/p';
var body = definitions[i].text.replace( /[\r\n]/gi, br / );
body = body.replace( /  /gi,  nbsp; );
html += 'p' + body + '/p';
  }
  }
  else
  {
  var html = 'centerb' + q + '/b not found/centerbr/';
  }

  if ( typeof dictPopup == 'undefined' )
dictPopup = window.createPopup();
  var dictPopupBody = dictPopup.document.body;

  // Let's concat on a local variable first for easier debugging - let's also copy over a couple of styles from linked entry.css
  var dictPopupBodyInnerHTML = 'table id=dfTable style=font-size: 70%; border: inset 2px height=100% width=100%style type=text/cssimg { border-width: 0 } .variant { font-weight: bold; } .verb_class { display: block; } .unicode{font-family:Lucida Sans Unicode;}/styletrtd style=padding: 5px 20px 5px 5px' + html + /td/tr/table;

  // This assignment will reformat the HTML extensively
  dictPopupBody.innerHTML = dictPopupBodyInnerHTML;

  dictPopup.document.body.style.border=outset 2px;
  dictPopup.document.body.style.padding=1px 1px; background: navy;
  dictPopup.document.body.style.background='menu';
  dictPopup.document.body.style.overflowY='auto';
  dictPopup.document.body.style.fontFamily='Verdana';
  dictPopup.document.body.attachEvent('onmouseup',dfCopySelection);

  // Temporarily show the popup to determine the proper final height for the popup.
  dictPopup.show(0, 0, windowW, 0);
  var windowH = dictPopupBody.scrollHeight + 6;
  dictPopup.hide();
  dictPopup.document.all.dfTable.style.width = windowW - 5;
  windowH = windowH  window.screen.height/2 ? window.screen.height/2 : windowH;
  dictPopup_x = (buttonalign == left ? 0 : document.body.clientWidth - windowW);
  dictPopup_y = -windowH;
  dictPopup_width = windowW;
  dictPopup_height = windowH;
  if ( typeof dictPopup_ring == 'undefined' )
dictPopup_ring = new Array();
  dictPopup_ring.push( { x:dictPopup_x, y:dictPopup_y, width:dictPopup_width, height:dictPopup_height, html:dictPopupBody.innerHTML } );
  dictPopup_sp = dictPopup_ring.length - 1;
  dictPopup.show(dictPopup_x, dictPopup_y, dictPopup_width, dictPopup_height, document.body);
}

function dfCopySelection()
{
  dictPopup.document.execCommand( Copy );
  dictPopup.document.selection.empty();
}

function dfGoToWord(w)
{
  if ( dictPopup.document.selection.type == Text )
  {
dfCopySelection();
  }
  else
  {
df(w);
  }
}
  ]]/script
  copyright
  Copyright (c) 2009 David Blume
  Distributed under the terms of the
  GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  /copyright
/search
--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http

Re: [DQSD-Users] mwd /p stopped working

2008-09-24 Thread David Blume
I'm pretty sure that this is due to a change over at Merriam Websters.
 Their cgi-bin link just doesn't work anymore.

I've already dirtied my own sandbox's mwd.xml.  But I don't think the regular
mwd search worked anymore either.  Somebody with a clean sandbox
could try it out by typing,

mwd word

in the DQSD.  The popups haven't been a problem.  I've had this
working for years.

Environments:

launchmode=1;  (On two computers.  Default browser is Mozilla Firefox
3.0.1. on each.)
OS: Windows XP (on one computer), Windows Vista (on another)

--David

On Wed, Sep 24, 2008 at 1:53 AM, Kim Gräsman [EMAIL PROTECTED] wrote:
 Hi David,

 Does the regular mwd search work?

 After all the security enhancements to IE, popups have been hard to
 get working properly -- are you still on Windows XP, or Vista?

 Thanks,
 - Kim

 On Tue, Sep 23, 2008 at 23:33, David Blume [EMAIL PROTECTED] wrote:
 My favorite feature of DQSD is my alias of the : terminator to mwd
 /p to cause definitions to appears in a popup window.
 (Here's a link that shows the alias: 
 http://dblume.livejournal.com/65402.html )

 It looks like Merriam Websters has changed their cgi-bin
 implementation, because mwd /p doesn't work anymore.

 Maybe the fix is simply to remove cgi-bin/ from the URL, but this
 isn't something I can easily test until I get some free time at home.

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] Latest mwd search

2008-02-26 Thread David Blume
Wow.  No sooner do I send that out than I find a class of words that don't
parse correctly for the popup.

mwd /p declare

doesn't work.  I made it work by changing one of the regular expressions in
mwd.xml like so:

@@ -96,7 +96,7 @@
   var windowW = 500;

   var sBody = xmlHttp.responseText.replace( /[\r\n]/gi,  );
-  var re = /(div\sclass=entry\smisc(.+)\/div\/div)/mig;
+  var re =
/(div\sclass=entry\smisc(.+)[\/span|\/div]\/div)/mig;
   var results = re.exec( sBody );
   if ( results != null )
   {

I don't know if that's the right way to handle this situation though.
Wonder if the (.+) should be greedy or not, too...

--David

On Mon, Feb 25, 2008 at 8:54 AM, David Blume [EMAIL PROTECTED] wrote:

 Even since that last one that was mailed out, another change was
 required.  (Not using m-w.com)  Enclosed with this message is what I have
 in my sandbox.

 --David

 On Mon, Feb 25, 2008 at 8:26 AM, Glenn Carr [EMAIL PROTECTED] wrote:

   Does anyone have the latest update to the mwd.xml search?  Or was there
  even one?  I'm noticing that the regular mwd search isn't working for me,
  and I thought I remembered someone doing some work on the popup version of
  mwd, and sending it out as an attachment. ... ?
 
 
  -
  This SF.net email is sponsored by: Microsoft
  Defy all challenges. Microsoft(R) Visual Studio 2008.
  http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
  ___
  To unsubscribe visit:
  https://lists.sourceforge.net/lists/listinfo/dqsd-users
  DQSD-Users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/[EMAIL
   PROTECTED]
  http://sourceforge.net/mailarchive/forum.php?forum_id=8601
 
 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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] Latest mwd search

2008-02-25 Thread David Blume
Even since that last one that was mailed out, another change was required.
(Not using m-w.com)  Enclosed with this message is what I have in my
sandbox.

--David

On Mon, Feb 25, 2008 at 8:26 AM, Glenn Carr [EMAIL PROTECTED] wrote:

  Does anyone have the latest update to the mwd.xml search?  Or was there
 even one?  I'm noticing that the regular mwd search isn't working for me,
 and I thought I remembered someone doing some work on the popup version of
 mwd, and sending it out as an attachment. ... ?

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 To unsubscribe visit:
 https://lists.sourceforge.net/lists/listinfo/dqsd-users
 DQSD-Users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/[EMAIL
  PROTECTED]
 http://sourceforge.net/mailarchive/forum.php?forum_id=8601


search function=mwd
  nameMerriam-Webster Dictionary/name
  description
Search for word definitions.
div class=helpboxDescLabelsSwitches:/div
table class=helpboxDescTable
  trtd/popup/tdtd - /tdtdDisplay in popup window instead of regular browser window/td/tr
/table
div class=helpboxDescLabelsExamples:/div
table class=helpboxDescTable
  trtdmwd idempotent/td/tr
  trtdmwd /p idempotent/td/tr
/table
  /description
  categoryReferencecategoryLanguage/category/category
  linkhttp://www.merriam-webster.com//link
  
  form name=mwdf
action=http://www.merriam-webster.com/cgi-bin/dictionary;
method=post
input type=hidden name=book value=Dictionary/
input type=hidden name=va/
  /form
  
  script![CDATA[
function mwd(q)
{
  var args = parseArgs(q, popup);
  if ( typeof mwdDisplayInPopup == undefined )
mwdDisplayInPopup = 0;
  if ( (args.switches.length  0) || (mwdDisplayInPopup != 0) )
  {
mwdx(args.q) // Display in popup window
  }
  else
  {
if( nullArgs(mwd,q) )
  return false;

document.mwdf.va.value = args.q;
submitForm(mwdf); // Display in regular browser window
  }
}

function mwdx(q)
{
  var extraArgDelim = '\1';
  var listOption = false;
  var p = q.search( extraArgDelim );
  if ( p = 0 )
  {
postArgs = unescape( q.substr( p + 1 ) );
listOption = true;
q = q.substr( 0, p );
  }

  try
  {
var xmlHttp = new ActiveXObject(Microsoft.XmlHttp);
if ( listOption )
{
  xmlHttp.open(POST, http://www.merriam-webster.com/cgi-bin/dictionary;, false);
  xmlHttp.setRequestHeader( Content-Type, application/x-www-form-urlencoded );
  xmlHttp.send( postArgs );
}
else
{
  xmlHttp.open(GET, http://www.merriam-webster.com/dictionary/; + q, false);
  xmlHttp.send();
}
  }
  catch ( e )
  {
alert( e.description );
return;
  }
  
  if ( q == '' )
  {
if ( typeof dictPopup != 'undefined'  dictPopup_ring.length  0 )
{
  if ( --dictPopup_sp  0 )
dictPopup_sp = dictPopup_ring.length - 1;

  var prev = dictPopup_ring[ dictPopup_sp ];
  dictPopup.document.body.innerHTML = prev.html;
  dictPopup.show(prev.x, prev.y, prev.width, prev.height, dictPopup.document.body);
}
else
{
  nullArgs(mwd,q)
}
return;
  }

  var windowW = 500;

  var sBody = xmlHttp.responseText.replace( /[\r\n]/gi,  );
  var re = /(div\sclass=entry\smisc(.+)\/div\/div)/mig;
  var results = re.exec( sBody );
  if ( results != null )
  {
var html = results[ 1 ].replace( /(src=\/)/gi, src=\http://www.merriam-webster.com/; ).replace( /(href=\/)/gi, href=\http://www.merriam-webster.com/; );
var html = html.replace( /span\sclass=sense_break\//gi, br/);
var html = html.replace( /span\sclass=sense\_label\sstart/gi, br/br/span);
var html = html.replace( /javascript\:popWin\(\'\//gi, http://www.merriam-webster.com/;);
var html = html.replace( /\'\)\sclass=audio/gi, \);

var optionHtml = '';
var numOfEntriesRegex = /form name=entry  method=post action=\/dictionary(Entries [0-9]+ to [0-9]+ of )?([0-9]+)( entries found)?/.exec( sBody );
var entriesFound = 1;
if (numOfEntriesRegex != null)
  entriesFound = parseInt( numOfEntriesRegex[ 2 ], 10 );

if ( entriesFound  1 )
{
  var entryFormHTML = /(form name=entry.*?\/form)/.exec( sBody );
  if ( entryFormHTML != null )
  {
var options = /(option.*)\/select/.exec( entryFormHTML[1] );
if ( options != null )
{
  var allFormVars = entryFormHTML[1].replace( 

[DQSD-Users] mwd.xml: m-w.com needs to be changed to merriam-webster.com

2008-02-08 Thread David Blume
The mwd.xml script has stopped working again. Although most of
m-w.comredirects to
merriam-webster.com, it looks like some has stopped doing so.

A part of the fix is to simply replace m-w.com with merriam-webster.com in
all the urls.

This is a sufficient fix for the popup mode.  The normal mode is a little
off.  Now the Merriam-Webster page shows the requested word as, va=word
instead of word.

Here's a snippet in Python that demonstrates the issue with m-w.com.

 import win32com.client
 xmlHttp = win32com.client.Dispatch('Microsoft.XmlHttp')
 xmlHttp.open(GET, http://www.m-w.com/dictionary/word;, False)
 xmlHttp.send()
Traceback (most recent call last):
  File interactive input, line 1, in module
  File COMObject Microsoft.XmlHttp, line 2, in send
com_error: (-2147352567, 'Exception occurred.', (0, 'msxml3.dll', 'Access is
denied.\r\n', None, 0, -2147024891), None)

But if you try it with merriam-webster.com, you'll get a good response.

 xmlHttp.open(GET, http://www.merriam-webster.com/dictionary/word;,
False)
 xmlHttp.send()
 xmlHttp.responseText[:20]
u'!DOCTYPE html PUBLI'

--David
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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] mwd /p stopped working?

2007-10-14 Thread David Blume
Sorry, Everybody,

My last reply to Shawn was premature.  Shawn's mwd /popup fix is a fine
interim fix.

The fact that the list of spelling suggestions didn't include correct links
is not a new problem.  What's more important is that support for multiple
entries for a word is broken. (Eg., mwd /popup register vs. mwd
register)

mwd.xml needs some TLC.  I don't actually know any javascript, but I'm
willing to give it a look when I free up in a couple of weeks.

--David

On 10/13/07, Shawn K. Hall [EMAIL PROTECTED] wrote:


  Anybody else notice that searching m-w.com with mwd /p %s
  (popup) stopped working correctly today?  Please let me know
  if there's a fix to mwd.xml I can use.

 I've attached a fixed version. I don't actually use this search, so let
 me know if it's insufficient.

 -Shawn




-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
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] mwd /p stopped working?

2007-10-13 Thread David Blume
Wow!  Thanks so much for the quick reply.  It works well, with a minor
exception.  (It doesn't handle misspellings correctly.  Links in the popup
are not links in that case.)  For example, try mwd /p missspell  Still,
I'm delighted to have the popup back.

It's a feature I love so much I once blogged about it.  There's an image of
the old popup window there, too:  http://dblume.livejournal.com/65402.html

Thanks again,
--David

BTW, I now see that the version of mwd.xml I had was

On 10/13/07, Shawn K. Hall [EMAIL PROTECTED] wrote:

 Hi David,

  Anybody else notice that searching m-w.com with mwd /p %s
  (popup) stopped working correctly today?  Please let me know
  if there's a fix to mwd.xml I can use.

 I've attached a fixed version. I don't actually use this search, so let
 me know if it's insufficient.

 -Shawn

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 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



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
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] Vista RC1 error message with DQSD 4.0 rc2

2007-01-11 Thread David Blume

Thanks for the quick reply, Kim!

Yes, using the default Google search wasn't working.

No, I hadn't changed any preferences yet.  I don't even see
useExternalBrowser in the default preferences.js at all.

What did fix my problem was setting IE7 as my default browser.  Only then
did I discover that I cannot reset FireFox as my default browser.  (
https://bugzilla.mozilla.org/show_bug.cgi?id=352424 which is not RESOLVED in
2.0.0.1)

Looks like I'm stuck with IE7, but at least DSQD works again.

I can't get used to using dic instead the postfix : for dictionary...

Thank you!
--David

On 1/10/07, Kim Gräsman [EMAIL PROTECTED]  wrote:


Hi David,

 When searching for a regular search term, I get the following
 message in an Internet Explorer Script Error window:

Is this when using the default Google search, or for some specific search?

I used to get this on XP, but I got rid of it somehow. I see in my
localprefs.js that I have

  // useExternalBrowser = true;

i.e. it is commented out, and using the default.

Do you have a custom setting for useExternalBrowser? I have a vague
feeling
that that's what fixed it for me.

- Kim


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
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] Vista RC1 error message with DQSD 4.0 rc2

2007-01-10 Thread David Blume

I use DQSD on all my XP system, and love it.  On my one Vista system (RC1,
build 5600), I've installed DQSD 4.0 rc2.  (I also installed the
DSQD-Vista.zip themes, and they look great, but have no affect on the
following bug.)

When searching for a regular search term, I get the following message in an
Internet Explorer Script Error window:

Line: 78
Char: 5
Error: Unspecified error.
Code: 0
Url: file:///F:/Program%20Files/Quick%20Search%20Deskbar/search.htm
Do you want to continue running scripts on this page?  (Yes) (No)

Regardless of how I answer, a browser window does not come up.  (I've set
Firefox 2.0.0.1 as my default browser.)  However, most other DQSD features
do work.  ! reloads.  dqsd brings up the sourceforge page.  right-clicking
brings up the calendar.  clicking on the chevrons brings up the menu of
keywords.  ?, however, brings up a window that says, Cannot find
documentation  (But I don't care about that.)

Is this a known issue?  I checked the FAQ, but Vista does not appear there.
I'd be happy to help debug the issue if I'm the only one who can reproduce
it.  (But I'd need guidance in gathering what you need.)

Thanks,
David
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
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