[DQSD-Users] faganfinder

2003-06-05 Thread Tom Corcoran



This is an interesting site
http://www.faganfinder.com/
A search would have a lot of possible 
arguments!

Cheers, Tom.


RE: [DQSD-Users] RE: Problem with maximized.html file

2003-06-05 Thread Kim Gräsman
Hi Paul,

There's a bug in 3.1.6.0 that causes this error to surface. I couldn't
find my previous reply in the archives, so I'll paste it here:

I just figured out a way to configure the bug away, so to speak.

It only appears if:

a) launchmode is 0
b) pagetemplate is maximized.htm

So, adding the following to localprefs.js should help:

snip
/* Browser launch mode
*  0=use IE
*  1=use default browser
*  2=auto (launches in IE directly if IE is default browser)
[default]
*/
launchmode=2;

/* Page template to use to initialize search results window
* Used only when launching in IE. Set pagetemplate to
maximized.htm to
maximize results.
* With things set up as is currently, reuses the browser size
that was
most recently closed.
*/
pagetemplate=;
/snip

Incidentally, these are the defaults, I just copied them from my
preferences.js, so you could just remove them from your
localprefs.js,
where they are likely overridden.

This is fixed in the CVS repository, so if you desperately need to use
the functionality, you can always get defer_tools.js from 
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/dqsd/defer_tools.js.
You can just click download at the top of the listing, and save the new
file to your DQSD directory. Restart after replacing the file.

Kim

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Carugati Paul-APC050
 Sent: den 5 juni 2003 14:21
 To: '[EMAIL PROTECTED]'
 Subject: [DQSD-Users] RE: Problem with maximized.html file
 
 
 Ok, you're right. I apologize I meant to say maximized.htm 
 not html. The problem still exists either way.
  
  
 Paul Carugati
 
   -Original Message-
   From: Carugati Paul-APC050 
   Sent: Wednesday, June 04, 2003 2:37 PM
   To: '[EMAIL PROTECTED]'
   Subject: Problem with maximized.html file
   
   
   Hi All,
   I just downloaded and installed this product and its 
 awesome. However, there seems to be a problem with making the 
 search results maximized. Config says to just input 
 maximized.html into the variable and it will always max the 
 screen. However when I do that and reload, an error pops up 
 stating that the var url is undefined on serach.html page.

   Any ideas?

   Paul Carugati

 
 



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


[DQSD-Users] Problem with maximized.html file

2003-06-05 Thread Carugati Paul-APC050
Title: Message



Hi 
All,
I just downloaded 
and installed this product and its awesome. However, there seems to be a problem 
with making the search results "maximized". Config says to just input 
"maximized.html" into the variable and it will always max the screen. However 
when I do that and reload, an error pops up stating that the var "url" is 
undefined on serach.html page.

Any 
ideas?

Paul 
Carugati



Re: [DQSD-Users] Problem with maximized.html file

2003-06-05 Thread Steve Poirier
Title: Message



Should be "maximized.htm" not 
"maximized.html".

  - Original Message - 
  From: 
  Carugati Paul-APC050 
  To: '[EMAIL PROTECTED]' 
  
  Sent: Wednesday, June 04, 2003 3:37 
  PM
  Subject: [DQSD-Users] Problem with 
  "maximized.html" file
  
  Hi 
  All,
  I just 
  downloaded and installed this product and its awesome. However, there seems to 
  be a problem with making the search results "maximized". Config says to just 
  input "maximized.html" into the variable and it will always max the screen. 
  However when I do that and reload, an error pops up stating that the var "url" 
  is undefined on serach.html page.
  
  Any 
  ideas?
  
  Paul 
  Carugati
  


RE: [DQSD-Users] Perldoc Search - first version

2003-06-05 Thread Monty Scroggins
Man I love this!  thanks for the very useful addition..

IMO the computers-programming is the better fit which is where you have it
now.

Mont


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Dean Wilson
 Sent: Tuesday, June 03, 2003 4:39 PM
 To: [EMAIL PROTECTED]
 Subject: [DQSD-Users] Perldoc Search - first version


 After spending some time looking for an excuse to try out the
 Dave's Quick
 Search Deskbar Search Wizard (Verdict: very cool!) i decided to build a
 search for the online perldoc repository (located at
 http://www.perldoc.com/ not surprisingly.) Which allows you to search the
 built in functions in Perl by version number, something which saves me
 having a bundle of different documentation packages installed on all my
 machines.

 In the doc examples I've shown something i thought would save a couple of
 keystrokes, the version number can be anything from a verbose /perl5.6.0
 to a terse and more perlish /56

 I've attached a working draft of the search but i have a couple of
 questions for the list:

 1. Should this kind of search live in the Computers-programming
 section or
 the Computer-reference section? The existing language references (PHP and
 Javascript) live in programming so I've done the same but i thought i
 should ask.




---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
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] RE: Problem with maximized.html file

2003-06-05 Thread Sarah Sweeney
Kim,

Maybe I am missing something, but how does this take care of the bug? As 
far as I can tell, this is just not using maximized.htm at all, instead of 
fixing the error which occurs when you do use maximized.htm. Sorry if I am 
just being dense :)

Sarah

At 09:33 AM 06/05/2003, you wrote:
Hi Paul,

There's a bug in 3.1.6.0 that causes this error to surface. I couldn't
find my previous reply in the archives, so I'll paste it here:
I just figured out a way to configure the bug away, so to speak.

It only appears if:

a) launchmode is 0
b) pagetemplate is maximized.htm
So, adding the following to localprefs.js should help:

snip
/* Browser launch mode
*  0=use IE
*  1=use default browser
*  2=auto (launches in IE directly if IE is default browser)
[default]
*/
launchmode=2;
/* Page template to use to initialize search results window
* Used only when launching in IE. Set pagetemplate to
maximized.htm to
maximize results.
* With things set up as is currently, reuses the browser size
that was
most recently closed.
*/
pagetemplate=;
/snip
Incidentally, these are the defaults, I just copied them from my
preferences.js, so you could just remove them from your
localprefs.js,
where they are likely overridden.
This is fixed in the CVS repository, so if you desperately need to use
the functionality, you can always get defer_tools.js from
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/dqsd/defer_tools.js.
You can just click download at the top of the listing, and save the new
file to your DQSD directory. Restart after replacing the file.
Kim

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 Carugati Paul-APC050
 Sent: den 5 juni 2003 14:21
 To: '[EMAIL PROTECTED]'
 Subject: [DQSD-Users] RE: Problem with maximized.html file


 Ok, you're right. I apologize I meant to say maximized.htm
 not html. The problem still exists either way.


 Paul Carugati

   -Original Message-
   From: Carugati Paul-APC050
   Sent: Wednesday, June 04, 2003 2:37 PM
   To: '[EMAIL PROTECTED]'
   Subject: Problem with maximized.html file


   Hi All,
   I just downloaded and installed this product and its
 awesome. However, there seems to be a problem with making the
 search results maximized. Config says to just input
 maximized.html into the variable and it will always max the
 screen. However when I do that and reload, an error pops up
 stating that the var url is undefined on serach.html page.

   Any ideas?

   Paul Carugati





---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601




---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601