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

2003-06-06 Thread Kim Gräsman
Sarah,

 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. 

Yes, that's absolutely correct. I meant it as a workaround.
The bug is fixed, but not released, hence the CVS reference [1].

Sorry about the confusion,
Kim

[1]
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/dqsd/defer_tools.js



---
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 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


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