Re: [DQSD-Users] Firefox Error revisited

2007-09-26 Thread Kim Gräsman
Hi Richard,

That could well be... But would the Google toolbar change the DDE
setup for .html?

I don't understand why the search toolbar changes the behavior of the
browser at startup.

I'm not intimately familiar with DDE, so the details evade me, but I
think we may be onto something here. Please post back if you find
anything out.

- Kim

On 9/26/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Actually Kim I may disagree. I had run into similar issue today. However if
 you manually drag and drop a html file to FF icon or launch from command
 line it appears to work fine to me. If I could be so bold to venture a guess
 I would be its the DDE setup for html files. This would explain why it was
 an IE error window I was getting when FF was the default browser, windows is
 passing off the WWW_OpenURL topic via DDE to any apps registered for the
 .html files (in my case systernals process explorer showed MS word getting a
 hit and also free download manager).

 So my guess is its DDE related (used to do a fair bit of DDE stuff back in
 the day). I guess the way to test it would be to go into the file
 associations and disable DDE for html files, I may try that tomorrow.

 Just my 2cents.


 On 9/25/07, Kim Gräsman [EMAIL PROTECTED] wrote:
  Hi guys,
 
  I took the time and changed our ShellExecute calls to use
  ShellExecuteEx, which has better error reporting.
 
  With a clean port from the old to the new, I got the error after
  installing the Google Toolbar, and the resulting error code said: File
  not found, indicating that DQSDLaunch.html (the file generated to
  launch searches) did not exist.
 
  This seemed to be a problem with the protocol handler/file mapping for
  .html files, as the file was most decidedly there.
 
  So, this looks like a problem with Firefox in general, after the
  Google Toolbar has been installed -- you can try and run Open from the
  context menu of any .html file, and you'll get the same error -- File
  not found.
 
  I'll see if I can figure out a workaround, but we may need to start
  bugging Google/Mozilla.
 
  Thanks for all the good problem reports!
 
  Cheers,
  - Kim

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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] Firefox Error revisited

2007-09-26 Thread George Hitz





 Don't overlook my experience that had the error without
 any Google toolbar installation as described in a prior input 
 to this thread.

 It showed up with AdBlockPlus 0.7.5.2 I installed as an 
 ABP upgrade and went away with 0.7.5.3 when it was 
 introduced a few days later.

 Again, FWIW.


[EMAIL PROTECTED] wrote:

  Send DQSD-Users mailing list submissions to
	dqsd-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/dqsd-users
or, via email, send a message with subject or body 'help' to
	[EMAIL PROTECTED]

You can reach the person managing the list at
	[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of DQSD-Users digest..."
  
  

Today's Topics:

   1. Re: Firefox Error revisited ([EMAIL PROTECTED])
  
  
  
  

  

Subject:
    
Re: [DQSD-Users] Firefox Error revisited
  
  

From: 
[EMAIL PROTECTED]
  
  

Date: 
Wed, 26 Sep 2007 08:52:51 -0400
  
  

To: 
"DQSD users mailing list" dqsd-users@lists.sourceforge.net
  

  
  

  

To: 
"DQSD users mailing list" dqsd-users@lists.sourceforge.net
  

  
  
Yeah I think this is it;
  
  https://bugzilla.mozilla.org/show_bug.cgi?id=359630
  
  
Following the instructions in the link from my previous email fixes the
issue. FF definitely has a DDE issue because of the hinky way they are
handing their windows. At this point I wouldn't count on this being
fixed soon. 
  
In one of the bug tickets its explained quite well I am betting, one
user stated he thinks what happens is the DDE conversation is started
with the Firefox window thats present at launch, during the launching
process the original thread/window dies and DDE isnt properly
transferred to the new Firefox window or perhaps even, MS was sloppy in
their explorer code, (my theory) and is assuming once the DDE session
is open it always stays open and after their inital 'message' they send
another without checking the status of the DDE connection and whammo,
error gets generated. 
  
Why this gets worse seemingly with the google toolbar present (and
really enhanced with GT and DQSD together) I am not sure. Some have
pointed out errors that are likely related to this ( 
http://groups.google.com/group/FFToolbar-Group-Bugs/browse_thread/thread/072935cb2d9acabe/77cdc339cf169b6f#77cdc339cf169b6f
) to google but I dont know what if any action was taken. 
  
So in the end the bug isnt yours or DQSD's, its related to windows and
FF. Since the bug has been around off and on since as early as 2002 I
dont know if FF Dev team will ever address it
  
  
Richard
  
  
  
  
  On 9/26/07, Kim Grsman [EMAIL PROTECTED]
wrote:
  Hi
Richard,

That could well be... But would the Google toolbar change the DDE
setup for .html?

I don't understand why the search toolbar changes the behavior of the
browser at startup.

I'm not intimately familiar with DDE, so the details evade me, but I

think we may be onto something here. Please post back if you find
anything out.

- Kim

On 9/26/07, [EMAIL PROTECTED]

[EMAIL PROTECTED] wrote:
 Actually Kim I may disagree. I had run into similar issue today.
However if
 you manually drag and drop a html file to FF icon or launch from
command
 line it appears to work fine to me. If I could be so bold to
venture a guess

 I would be its the DDE setup for html files. This would explain
why it was
 an IE error window I was getting when FF was the default browser,
windows is
 passing off the "WWW_OpenURL" topic via DDE to any apps registered
for the

 .html files (in my case systernals process explorer showed MS word
getting a
 hit and also free download manager).

 So my guess is its DDE related (used to do a fair bit of DDE stuff
back in

 the day). I guess the way to test it would be to go into the file
 associations and disable DDE for html files, I may try that
tomorrow.

 Just my 2cents.


 On 9/25/07, Kim Grsman 
[EMAIL PROTECTED]
wrote:
  Hi guys,
 
  I took the time and changed our ShellExecute calls to use
  ShellExecuteEx, which has better error reporting.

 
  With a clean port from the old to the new, I got the error
after
  installing the Google Toolbar, and the resulting error code
said: File
  not found, indicating that DQSDLaunch.html (the file
generated to
  launch searches) did not exist.
 
  This seemed to be a problem with the protocol handler/file
mapping for
  .html files, as the file was most decidedly there.

 
  So, this looks like a problem with Firefox in general, after
the
  Google Toolbar has been installed -- you can try and run Open
from the
  context menu of any .html file, and you'll get the same error
-- File

  not found.
 
  I'll see if I can figure out a workaround, but we ma

Re: [DQSD-Users] Firefox Error revisited

2007-09-26 Thread Tom Corcoran




False alarm, sorry...it has not fixed either home or work machines

 Original Message 

  

  Subject: 
  Re: [DQSD-Users] Firefox Error revisited


  Date: 
  Mon, 24 Sep 2007 23:08:46 +0100


  From: 
  Tom Corcoran [EMAIL PROTECTED]


  Reply-To: 
  [EMAIL PROTECTED]


  To: 
  [EMAIL PROTECTED], DQSD users mailing list
dqsd-users@lists.sourceforge.net


  References: 
  [EMAIL PROTECTED]

  



I just updated my adblock plus in firefox to 0.7.5.3. I closed all 
firefox windows and started firefox form dqsd and no error

I can't believe this could be fixed. I put up with that error screen 
many times a day for the last couple of years it seems - that shows you 
how invaluable dqsd is to me!

I'm stunned this could be fixed. Will test on my work machine too.

Thanks for documenting this George :-)

Tom.

George Hitz wrote:
 My apologies to the list for the erroneous input I made
 earlier.  My bad.

 I have been using Firefox and DQSD for a very long time
 without any problems until just recently when I experienced
 the Internet Explorer Script Error window - only when
 starting Firefox from a DQSD function.

 I have never installed the Google toolbar but in light of
 one users remedy, I installed it and uninstalled it and of
 course the "script error" window continued to show.

 A day or two ago, AdBlock Plus 0.7.5.2 was available
 and installed here which in retrospect was when the error
 first started.

 Today, autoupdate indicated that AdBlock Plus 0.7.5.3
 was ready for install which I did and lo and behold, the
 "script error" window has gone away. On the
 adblockplus.org website it says 0.7.5.3 "fixes an error
 message that appears on some installations".

 FWIW.




 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 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

 --
 This email has been verified as Virus free
 Virus Protection and more available at http://www.plus.net


   





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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] Firefox Error revisited

2007-09-25 Thread rahlquist
If I disable every option in the google toolbar and hide it, I still get the
error. I just dont quite get what is happening.

On 9/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


 I have noticed a similar behavior.  If I launch a search in dqsd with ff
 not running, it will startup with no errors as long as ff starts up with
 no intro dialog (restore session dialog, etc).

 I can recreate it at will...  start ff, open a few tabs..   kill the ff
 process so it dies uncleanly.

 launch a search in dqsd.   when ff starts up, it wants to prompt the user
 if they wish to restore the previous session.   This is when the js error
 is displayed..

 Monty


  So the popup window prompting for the AdBlock sub seems related to
 kicking
  off the error in my case?
 

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 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




-- 
Richard Ahlquist
Systems Analyst
Everyone is entitled to be stupid but you're abusing the privilege.
Webmaster
http://www.patentlystupid.com
http://www.pcsites.com
http://www.unlimitedbs.com
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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] Firefox Error revisited

2007-09-25 Thread Kim Gräsman
Hi guys,

I took the time and changed our ShellExecute calls to use
ShellExecuteEx, which has better error reporting.

With a clean port from the old to the new, I got the error after
installing the Google Toolbar, and the resulting error code said: File
not found, indicating that DQSDLaunch.html (the file generated to
launch searches) did not exist.

This seemed to be a problem with the protocol handler/file mapping for
.html files, as the file was most decidedly there.

So, this looks like a problem with Firefox in general, after the
Google Toolbar has been installed -- you can try and run Open from the
context menu of any .html file, and you'll get the same error -- File
not found.

I'll see if I can figure out a workaround, but we may need to start
bugging Google/Mozilla.

Thanks for all the good problem reports!

Cheers,
- Kim

On 9/25/07, Glenn Carr [EMAIL PROTECTED] wrote:


 I think I posted something about this earlier, but the call in DQSDTools.dll
 which causes the default .HTM-associated app to be launched is failing --
 we're just not reporting the exact reason, we are simply throwing an E_FAIL.

 Probably, the first step is to determine what the API is returning as an
 error, and if there's no apparent fix, one option would be to simply ignore
 specific (or all) errors from the call.

 I no longer have VS2003 on my box, but I'm assuming that we should be able
 to build with 05, I just haven't had time to try it yet.  Anyone want to
 give it a shot?


  
  From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of [EMAIL PROTECTED]
 Sent: Tuesday, September 25, 2007 10:33 AM
 To: DQSD users mailing list
 Subject: Re: [DQSD-Users] Firefox Error revisited


 If I disable every option in the google toolbar and hide it, I still get the
 error. I just dont quite get what is happening.


 On 9/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
  I have noticed a similar behavior.  If I launch a search in dqsd with ff
  not running, it will startup with no errors as long as ff starts up with
  no intro dialog (restore session dialog, etc).
 
  I can recreate it at will...  start ff, open a few tabs..   kill the ff
  process so it dies uncleanly.
 
  launch a search in dqsd.   when ff starts up, it wants to prompt the user
  if they wish to restore the previous session.   This is when the js error
  is displayed..
 
  Monty
 
 
   So the popup window prompting for the AdBlock sub seems related to
 kicking
   off the error in my case?
  
 
 
 -
  This SF.net email is sponsored by: Microsoft
  Defy all challenges. Microsoft(R) Visual Studio 2005.
  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
 



 --
 Richard Ahlquist
 Systems Analyst
 Everyone is entitled to be stupid but you're abusing the privilege.
 Webmaster
 http://www.patentlystupid.com
 http://www.pcsites.com
 http://www.unlimitedbs.com
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 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



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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] Firefox Error revisited

2007-09-25 Thread rahlquist
Actually Kim I may disagree. I had run into similar issue today. However if
you manually drag and drop a html file to FF icon or launch from command
line it appears to work fine to me. If I could be so bold to venture a guess
I would be its the DDE setup for html files. This would explain why it was
an IE error window I was getting when FF was the default browser, windows is
passing off the WWW_OpenURL topic via DDE to any apps registered for the
.html files (in my case systernals process explorer showed MS word getting a
hit and also free download manager).

So my guess is its DDE related (used to do a fair bit of DDE stuff back in
the day). I guess the way to test it would be to go into the file
associations and disable DDE for html files, I may try that tomorrow.

Just my 2cents.

On 9/25/07, Kim Gräsman [EMAIL PROTECTED] wrote:

 Hi guys,

 I took the time and changed our ShellExecute calls to use
 ShellExecuteEx, which has better error reporting.

 With a clean port from the old to the new, I got the error after
 installing the Google Toolbar, and the resulting error code said: File
 not found, indicating that DQSDLaunch.html (the file generated to
 launch searches) did not exist.

 This seemed to be a problem with the protocol handler/file mapping for
 .html files, as the file was most decidedly there.

 So, this looks like a problem with Firefox in general, after the
 Google Toolbar has been installed -- you can try and run Open from the
 context menu of any .html file, and you'll get the same error -- File
 not found.

 I'll see if I can figure out a workaround, but we may need to start
 bugging Google/Mozilla.

 Thanks for all the good problem reports!

 Cheers,
 - Kim

 On 9/25/07, Glenn Carr [EMAIL PROTECTED] wrote:
 
 
  I think I posted something about this earlier, but the call in
 DQSDTools.dll
  which causes the default .HTM-associated app to be launched is failing
 --
  we're just not reporting the exact reason, we are simply throwing an
 E_FAIL.
 
  Probably, the first step is to determine what the API is returning as an
  error, and if there's no apparent fix, one option would be to simply
 ignore
  specific (or all) errors from the call.
 
  I no longer have VS2003 on my box, but I'm assuming that we should be
 able
  to build with 05, I just haven't had time to try it yet.  Anyone want to
  give it a shot?
 
 
   
   From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf
  Of [EMAIL PROTECTED]
  Sent: Tuesday, September 25, 2007 10:33 AM
  To: DQSD users mailing list
  Subject: Re: [DQSD-Users] Firefox Error revisited
 
 
  If I disable every option in the google toolbar and hide it, I still get
 the
  error. I just dont quite get what is happening.
 
 
  On 9/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  
   I have noticed a similar behavior.  If I launch a search in dqsd with
 ff
   not running, it will startup with no errors as long as ff starts up
 with
   no intro dialog (restore session dialog, etc).
  
   I can recreate it at will...  start ff, open a few tabs..   kill the
 ff
   process so it dies uncleanly.
  
   launch a search in dqsd.   when ff starts up, it wants to prompt the
 user
   if they wish to restore the previous session.   This is when the js
 error
   is displayed..
  
   Monty
  
  
So the popup window prompting for the AdBlock sub seems related to
  kicking
off the error in my case?
   
  
  
 
 -
   This SF.net email is sponsored by: Microsoft
   Defy all challenges. Microsoft(R) Visual Studio 2005.
   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
  
 
 
 
  --
  Richard Ahlquist
  Systems Analyst
  Everyone is entitled to be stupid but you're abusing the privilege.
  Webmaster
  http://www.patentlystupid.com
  http://www.pcsites.com
  http://www.unlimitedbs.com
 
 -
  This SF.net email is sponsored by: Microsoft
  Defy all challenges. Microsoft(R) Visual Studio 2005.
  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
 
 

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 To unsubscribe visit:
 https://lists.sourceforge.net/lists/listinfo/dqsd-users
 DQSD-Users

Re: [DQSD-Users] Firefox Error revisited

2007-09-24 Thread rahlquist
Ah ha!

Maybe A DQSD Dev can weigh in on this.

Installed AdBlock and closed FF used DQSD for a search and got the script
error at the same time as being prompted for what filter subscription to
pick. Picked subscription, closed FF again and relaunached via a DQSD search
and no script error.

So the popup window prompting for the AdBlock sub seems related to kicking
off the error in my case?

So now that i had AdBlock Runing and was error free I reinstalled google
toolbar, and now when I launch a DQSD search every time if FF is closed I
get the script error again.

Thoughts anyone?



On 9/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Very interesting. I am going to check with the AdBlock people and see if a
 meeting of the minds is possible to find out what they fixed. In my case on
 this machine Adblock is not installed. (the machine where google toolbar
 brings about the error).

 Very peculiar, I am starting to wonder if its really something deep in the
 mshtml handler.



 On 9/24/07, George Hitz  [EMAIL PROTECTED] wrote:
 
 
  My apologies to the list for the erroneous input I made
  earlier.  My bad.
 
  I have been using Firefox and DQSD for a very long time
  without any problems until just recently when I experienced
  the Internet Explorer Script Error window - only when
  starting Firefox from a DQSD function.
 
  I have never installed the Google toolbar but in light of
  one users remedy, I installed it and uninstalled it and of
  course the script error window continued to show.
 
  A day or two ago, AdBlock Plus 0.7.5.2 was available
  and installed here which in retrospect was when the error
  first started.
 
  Today, autoupdate indicated that AdBlock Plus 0.7.5.3
  was ready for install which I did and lo and behold, the
  script error window has gone away. On the
  adblockplus.org website it says 0.7.5.3 fixes an error
  message that appears on some installations.
 
  FWIW.
 
 
 
 
 
  -
  This SF.net email is sponsored by: Microsoft
  Defy all challenges. Microsoft(R) Visual Studio 2005.
  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
 



 --
 Richard Ahlquist
 Systems Analyst
 Everyone is entitled to be stupid but you're abusing the privilege.
 Webmaster
 http://www.patentlystupid.com
 http://www.pcsites.com
 http://www.unlimitedbs.com




-- 
Richard Ahlquist
Systems Analyst
Everyone is entitled to be stupid but you're abusing the privilege.
Webmaster
http://www.patentlystupid.com
http://www.pcsites.com
http://www.unlimitedbs.com
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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] Firefox Error revisited

2007-09-24 Thread Kim Gräsman
Hi Richard,

 So the popup window prompting for the AdBlock sub seems related to kicking
 off the error in my case?

Yep, that vibes with my experiences. This is not pretty, in my
opinion, but no big deal either.

 So now that i had AdBlock Runing and was error free I reinstalled google
 toolbar, and now when I launch a DQSD search every time if FF is closed I
 get the script error again.

This, on the other hand, is more disturbing. Maybe Google are doing
something wrong :)

Just to make sure I understand -- you get the script error whenever a
new instance of FF is launched, right? When you say every time FF is
closed, you mean the script error occurs the next time you launch a
search using DQSD? Or literally when FF is closed?

Thanks,
- Kim

On 9/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Ah ha!

 Maybe A DQSD Dev can weigh in on this.

 Installed AdBlock and closed FF used DQSD for a search and got the script
 error at the same time as being prompted for what filter subscription to
 pick. Picked subscription, closed FF again and relaunached via a DQSD search
 and no script error.

 So the popup window prompting for the AdBlock sub seems related to kicking
 off the error in my case?

 So now that i had AdBlock Runing and was error free I reinstalled google
 toolbar, and now when I launch a DQSD search every time if FF is closed I
 get the script error again.

 Thoughts anyone?




 On 9/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  Very interesting. I am going to check with the AdBlock people and see if a
 meeting of the minds is possible to find out what they fixed. In my case on
 this machine Adblock is not installed. (the machine where google toolbar
 brings about the error).
 
  Very peculiar, I am starting to wonder if its really something deep in the
 mshtml handler.
 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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] Firefox Error revisited

2007-09-24 Thread rahlquist
Yes. If I close FF and make sure the task list is clear of and FF instances
and launch a new DQSD search I get the IE script window error if Google
toolbar is installed, or another plugin wants to give me a window on FF
launch and I am launching FF through a DQSD search.

So its like google toolbar is throwing an invisible window when a DQSD
search launches FF? Not heavy on debugging tools on this machine any
suggestions for proving out the theory?

On 9/24/07, Kim Gräsman [EMAIL PROTECTED] wrote:

 Hi Richard,

  So the popup window prompting for the AdBlock sub seems related to
 kicking
  off the error in my case?

 Yep, that vibes with my experiences. This is not pretty, in my
 opinion, but no big deal either.

  So now that i had AdBlock Runing and was error free I reinstalled google
  toolbar, and now when I launch a DQSD search every time if FF is closed
 I
  get the script error again.

 This, on the other hand, is more disturbing. Maybe Google are doing
 something wrong :)

 Just to make sure I understand -- you get the script error whenever a
 new instance of FF is launched, right? When you say every time FF is
 closed, you mean the script error occurs the next time you launch a
 search using DQSD? Or literally when FF is closed?

 Thanks,
 - Kim

 On 9/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  Ah ha!
 
  Maybe A DQSD Dev can weigh in on this.
 
  Installed AdBlock and closed FF used DQSD for a search and got the
 script
  error at the same time as being prompted for what filter subscription to
  pick. Picked subscription, closed FF again and relaunached via a DQSD
 search
  and no script error.
 
  So the popup window prompting for the AdBlock sub seems related to
 kicking
  off the error in my case?
 
  So now that i had AdBlock Runing and was error free I reinstalled google
  toolbar, and now when I launch a DQSD search every time if FF is closed
 I
  get the script error again.
 
  Thoughts anyone?
 
 
 
 
  On 9/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
   Very interesting. I am going to check with the AdBlock people and see
 if a
  meeting of the minds is possible to find out what they fixed. In my case
 on
  this machine Adblock is not installed. (the machine where google toolbar
  brings about the error).
  
   Very peculiar, I am starting to wonder if its really something deep in
 the
  mshtml handler.
  

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 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




-- 
Richard Ahlquist
Systems Analyst
Everyone is entitled to be stupid but you're abusing the privilege.
Webmaster
http://www.patentlystupid.com
http://www.pcsites.com
http://www.unlimitedbs.com
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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] Firefox Error revisited

2007-09-24 Thread mscroggi

I have noticed a similar behavior.  If I launch a search in dqsd with ff
not running, it will startup with no errors as long as ff starts up with
no intro dialog (restore session dialog, etc).

I can recreate it at will...  start ff, open a few tabs..   kill the ff
process so it dies uncleanly.

launch a search in dqsd.   when ff starts up, it wants to prompt the user
if they wish to restore the previous session.   This is when the js error
is displayed..

Monty


 So the popup window prompting for the AdBlock sub seems related to kicking
 off the error in my case?


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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] Firefox Error revisited

2007-09-19 Thread rahlquist
It is really annoying. I wish there was a way to get more information out of
the app and/or Firefox and/or IE to find out what the real issue is to
since the line the error refers to is not the source of the problems.

It is so odd that I am getting an IE script error to launch a FF window.

On 9/18/07, Tom Corcoran [EMAIL PROTECTED] wrote:

  Thanks for the post. This is such a serious problem for DQSD imho, I get
 it on any new install I've tried. Yet a lot of people do not have the
 problem? Very strange. I do not have google toolbar installed but have the
 default internet search (
 http://www.grok.lsu.edu/Article.aspx?articleId=4531)...doesnlthttp://www.grok.lsu.edu/Article.aspx?articleId=4531%29...doesnltseem
  to be any way to uninstall this :-(

 Cheers, Tom.

 [EMAIL PROTECTED] wrote:

 Ok, I think I have finally found the source of the Firefox error I
 mentioned a few months back.

 Situation, clean install(new machine) add all windows updates then DQSD
 then Google Toolbar for IE and then FF and then Google Toolbar for FF. Once
 Google Tooolbar for FF is installed I get the following error when using
 DQSD for a search with the default browser(Firefox) closed;

 Internet Explorer Script Error
 An error has occurred in the script on this page
 Line: 78
 Char: 5
 Error: Unspecified Error
 Code: 0
 URL: file:///C:/Program%20Files/Quick%20Search%20Deskbar/search.htm

 Do you want to continue running scripts on this page?
 Yes|No

 If I uninstall the google toolbar in FF it goes away. No more error.

 --
 Richard Ahlquist
 Systems Analyst
 Everyone is entitled to be stupid but you're abusing the privilege.
 Webmaster
 http://www.patentlystupid.com
  http://www.pcsites.com
  http://www.unlimitedbs.com

 --

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

 --

 ___
 To unsubscribe visit:
 https://lists.sourceforge.net/lists/listinfo/[EMAIL 
 PROTECTED]://sourceforge.net/mailarchive/forum.php?forum_id=8601

 --

 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.487 / Virus Database: 269.13.21/1012 - Release Date: 9/16/2007 
 6:32 PM



 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 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




-- 
Richard Ahlquist
Systems Analyst
Everyone is entitled to be stupid but you're abusing the privilege.
Webmaster
http://www.patentlystupid.com
http://www.pcsites.com
http://www.unlimitedbs.com
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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] Firefox Error revisited

2007-09-19 Thread tom . corcoran
 It is so odd that I am getting an IE script error to launch a FF window.

You will notice too that the about screen shows in IE rather than the
default browser. I forget the reason why this cannot use the default
browser but that's always been the way.

Tom.

 On 9/18/07, Tom Corcoran [EMAIL PROTECTED] wrote:

  Thanks for the post. This is such a serious problem for DQSD imho, I
 get
 it on any new install I've tried. Yet a lot of people do not have the
 problem? Very strange. I do not have google toolbar installed but have
 the
 default internet search (
 http://www.grok.lsu.edu/Article.aspx?articleId=4531)...doesnlthttp://www.grok.lsu.edu/Article.aspx?articleId=4531%29...doesnltseem
 to be any way to uninstall this :-(

 Cheers, Tom.

 [EMAIL PROTECTED] wrote:

 Ok, I think I have finally found the source of the Firefox error I
 mentioned a few months back.

 Situation, clean install(new machine) add all windows updates then DQSD
 then Google Toolbar for IE and then FF and then Google Toolbar for FF.
 Once
 Google Tooolbar for FF is installed I get the following error when using
 DQSD for a search with the default browser(Firefox) closed;

 Internet Explorer Script Error
 An error has occurred in the script on this page
 Line: 78
 Char: 5
 Error: Unspecified Error
 Code: 0
 URL: file:///C:/Program%20Files/Quick%20Search%20Deskbar/search.htm

 Do you want to continue running scripts on this page?
 Yes|No

 If I uninstall the google toolbar in FF it goes away. No more error.

 --
 Richard Ahlquist
 Systems Analyst
 Everyone is entitled to be stupid but you're abusing the privilege.
 Webmaster
 http://www.patentlystupid.com
  http://www.pcsites.com
  http://www.unlimitedbs.com

 --

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

 --

 ___
 To unsubscribe visit:
 https://lists.sourceforge.net/lists/listinfo/[EMAIL 
 PROTECTED]://sourceforge.net/mailarchive/forum.php?forum_id=8601

 --

 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.487 / Virus Database: 269.13.21/1012 - Release Date:
 9/16/2007 6:32 PM



 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 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




 --
 Richard Ahlquist
 Systems Analyst
 Everyone is entitled to be stupid but you're abusing the privilege.
 Webmaster
 http://www.patentlystupid.com
 http://www.pcsites.com
 http://www.unlimitedbs.com


 --
 This email has been verified as Virus free
 Virus Protection and more available at http://www.plus.net
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 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



Cheers,

Tom.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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] Firefox Error revisited

2007-09-18 Thread Tom Corcoran




Thanks for the post. This is such a serious problem for DQSD imho, I
get it on any new install I've tried. Yet a lot of people do not have
the problem? Very strange. I do not have google toolbar installed but
have the default internet search
(http://www.grok.lsu.edu/Article.aspx?articleId=4531)...doesnlt seem to
be any way to uninstall this :-(

Cheers, Tom.

[EMAIL PROTECTED] wrote:
Ok, I think I have finally found the source of the Firefox
error I mentioned a few months back. 
  
Situation, clean install(new machine) add all windows updates then DQSD
then Google Toolbar for IE and then FF and then Google Toolbar for FF.
Once Google Tooolbar for FF is installed I get the following error when
using DQSD for a search with the default browser(Firefox) closed;
  
  
Internet Explorer Script Error
An error has occurred in the script on this page
Line: 78
Char: 5
Error: Unspecified Error
Code: 0
URL: file:///C:/Program%20Files/Quick%20Search%20Deskbar/search.htm
  
  
Do you want to continue running scripts on this page?
Yes|No
  
If I uninstall the google toolbar in FF it goes away. No more error. 
  
-- 
Richard Ahlquist
Systems Analyst
Everyone is entitled to be stupid but you're abusing the privilege.
  
Webmaster
  http://www.patentlystupid.com
  
  
  

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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
  
  

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.487 / Virus Database: 269.13.21/1012 - Release Date: 9/16/2007 6:32 PM
  




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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