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

Reply via email to