Re: [DQSD-Users] DQSD 4.0.0.5

2008-06-17 Thread rahlquist
This isnt tecnically a IE error. Its a result of the launching of your
browser most likely. If your using firefox then what you are seein is
a failure of the DDE conversation as noted here
https://bugzilla.mozilla.org/show_bug.cgi?id=359630 basically when FF
launches a small process starts and kicks off the main firefox
window/thread in a separate thread, meanwhile windows has opened DDE
conversation with the small initial process which it then tries to
pass data to (the URL), but it is in the process of dying, it manages
to pass the data to the new FF thread but doesnt return the right
status to windows which then spits out the error you see. The easiest
workaround in the case of FF  (until they ever fix this bug) is to
turn off DDE under your file types for the html type and reboot.

Richard



On Mon, Jun 16, 2008 at 10:33 PM, Tom Corcoran
<[EMAIL PROTECTED]> wrote:
> Sorry forgot the link
> http://i27.tinypic.com/f296b5.jpg
>
> Tom Corcoran wrote:
>
> I get it on any new install I've tried, this has been happening for me for
> years. Opening up the browser for the first time still gives the same error,
> see screenshot. I first reported a form of this in 2004, see archive
> http://preview.tinyurl.com/4sxcw8 (may need to be logged onto sourceforge),
> it's never gone away for me in all this time with many installs on many
> machines. But I love dqsd too much too uninstall it!
>
> Here's the defect in action after a clean install with the current version.
>
> Tom.
>
> Kim Gräsman wrote:
>
> Hi Tom,
>
> On Thu, Jun 12, 2008 at 22:55, Tom Corcoran <[EMAIL PROTECTED]>
> wrote:
>
>
> btw, has anyone done any further work on the startup browser IE error?
>
>
> Remind me; which one is that?
>
> Thanks,
> - Kim
>
>
>
>
> 
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
>
> 
> ___
> 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
>
>
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> 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
http://www.patentlystupid.com

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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 rahlquist
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 Gräsman <[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 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
>



-- 
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-26 Thread rahlquist
Starting to look like we are headed in the right direction here;

http://kb.mozillazine.org/Windows_error_opening_Internet_shortcut_or_local_HTML_file_-_Firefox

That seems to cinch it for me that there is an issue with the DDE
implementation in FF.

On 9/26/07, Kim Gräsman <[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 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
>



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

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-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 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 rahlquist
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
-
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)...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
>  
>  
>
> --
>
> -
> 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


[DQSD-Users] Firefox Error revisited

2007-09-18 Thread rahlquist
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


Re: [DQSD-Users] blackle option for google

2007-07-26 Thread rahlquist

Tom,

A noble goal, and while any energy savings inst a bad thing, the wild claims
about black vs white backgrounds have been pretty throughly debunked. A good
thread for this (better than this mailing list) is at
http://ecoiron.blogspot.com/2007/01/black-google-would-save-3000-megawatts.html
Basically
what it boils down to is the average person sees a less than 2 watt
difference in measured energy consuption.

That said, its easy enough to add your own search to DQSD, one of its main
strengths.

Perhaps a better goal would be a command in the DQSD to enter power saving
directly assuming it doesnt already exist and I have just missed it.

Richard


On 7/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:


Seemingly we can reduce our electricity consumption by simply switching to
Google's own - "Blackle" instead of Google:

When your screen page is white, be it an empty word page, or the Google
page, your computer consumes 74 watts, and when it's black it consumes
only 59 watts.

http://www.blackle.com/

It looks like this is just a skin on google, is there any way we can
update the gg search to have an option to use this instead without loosing
all the options available in that search.

..maybe passing this option to defaultsearch blackle could be default?

Maybe it could be built into v4 as an overrideable default in the
installation so that people start using it.

Cheers,

Tom.


-
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





--
Richard Ahlquist
Systems Analyst

Webmaster
http://www.patentlystupid.com
http://www.pcsites.com
http://www.unlimitedbs.com
-
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] cut & paste & firefox error

2007-05-18 Thread rahlquist

Ok followed the following steps here today;
Uninstall (told it no to local settings)
Rebooted
Install, add to taskbar
Rebooted

Try search, get error dialog; http://www.patentlystupid.com/dqsderr.jpg

To get that error all I did was make sure FireFox was closed and did the
search mentioned in another email about the problems I was having with math.



On 5/18/07, Kim Gräsman <[EMAIL PROTECTED]> wrote:


Tom, Bill,

[EMAIL PROTECTED] wrote:
> On Thu, 17 May 2007 23:08:08 +0100, you [Tom Corcoran] wrote:
>
> }Note I got it after 2 clean installs on 2 different machines.  anyone
> }using this version successfully with the latest Firefox?
>
> Sorry to have to tell you that I am having no problems with either
> Firefox (ver 2.0.0.3) nor with ctl-v pasting into the taskbar with
> DQSD (ver 4.0.0.3).

Yep, works fine here as well on the same setup.

There were problems with the keyboard accelerators if the pre-4.0 DLL
had not been successfully unregistered -- could that be the case for you?

- Kim


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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

Webmaster
http://www.patentlystupid.com
http://www.pcsites.com
http://www.unlimitedbs.com
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
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] Odd Math Error

2007-05-18 Thread rahlquist

I tried it again cutting and pasting it verify that I was not corrupting the
data. I also tried;
2156737.51 - 16123.85

Which netted the same result.

So from the other emails on this subject I can see that I definitely
misunderstood about DQSD's ability to perform calculations in a normal
manner. What a shame, and waiting for google to run the calc and return it
is a pill too. Is there no way to set DQSD to preform normal arithmetic
functions?

I'll admit I am lost on the way this is functioning, but to me the end
result is it works for some math and others it doesn't and therefore cant be
trusted. Perhaps on the functions list it should be made clear that this is
not doing standard arithmetic but binary. Or maybe I'm the only person out
here who looks at this and goes "What?!?!?!?!".



On 5/18/07, Kim Gräsman <[EMAIL PROTECTED]> wrote:


Hi Richard,

> Uhhh that doesnt sound right to me. I subtracted 3 different values
> from another value and got the same result twice.

Oops, I didn't see your results were identical for the first two cases.
I tried it here;

2156737.51 - 16123.81 => 2140613.67
2156737.51 - 16123.83 => 2140613.679997 <-- Note: .6_7_999...
2156737.51 - 16123.82 => 2140613.69

Could you try it again to make sure you transcribed the values correctly?

> Also two of the results are flat out wrong.

Right, but they're pretty close to correct, which is what you get with
floating-point, if I understand things correctly.

> I could understand if I had used some kind of hokey notation but its
> a straight up math problem X-Y. When performed in a calculator
> application I dont get that result?

The calculator (at least the one in Windows) probably doesn't use
floating-point to store its numbers, but again, I'm a bit out of my
depth here.

Cheers,
- Kim

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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

Webmaster
http://www.patentlystupid.com
http://www.pcsites.com
http://www.unlimitedbs.com
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
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] Odd Math Error

2007-05-17 Thread rahlquist

Kim,

Uhhh that doesnt sound right to me. I subtracted 3 different values from
another value and got the same result twice. Also two of the results are
flat out wrong.

I could understand if I had used some kind of hokey notation but its a
straight up math problem X-Y. When performed in a calculator application I
dont get that result?



On 5/17/07, Kim Gräsman <[EMAIL PROTECTED]> wrote:


Hi Richard,

[EMAIL PROTECTED] wrote:
> Had something really screwy happen today, had to do some math so I
dropped
> into my DQSD bar and typed;
>
> 2156737.51 - 16123.81
>
> and it gives me the result;
>
> 2140613.67
> WOW!

That's how floating-point arithmetic works on most PCs.

I can never describe it without at least confusing accuracy and
precision, so I suggest you Google for details :-)

http://www.google.com/search?q=floating-point+arithmetic

I really have a hard time understanding the details myself, but I know
it's how it's supposed to be, even if it's disconcerting.

Cheers,
- Kim

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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

Webmaster
http://www.patentlystupid.com
http://www.pcsites.com
http://www.unlimitedbs.com
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
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] Odd Math Error

2007-05-17 Thread rahlquist

Had something really screwy happen today, had to do some math so I dropped
into my DQSD bar and typed;

2156737.51 - 16123.81

and it gives me the result;

2140613.67
WOW!

ok, so lets try

2156737.51 - 16123.83

gives me the result;
2140613.67

err thats just weird, how bout
2156737.51 - 16123.82

nets;
2140613.69

Er thats just screwy and scary because ufortunatley I've
trusted the math done in DQSD many times...


p.s. I am getting the same error as TomCorcoran on launching with FF closed.

--
Richard Ahlquist
Systems Analyst

Webmaster
http://www.patentlystupid.com
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
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] IE 7 out

2006-10-31 Thread rahlquist
Well IE 7 is out now are there plans to do a new DQSD release with the new portions to bypass the security warnings?-- Richard AhlquistSystems Analyst
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
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?

2006-07-29 Thread rahlquist
Glenn, link bad? Or did you take it down already? I'd really like to obtain a copy.On 7/27/06, Glenn Carr <[EMAIL PROTECTED]
> wrote:Here's an install from the current 4.0 code:
http://www.glenncarr.com/dqsd/dqsd4-beta-27-Jul-2006.exe> -Original Message-> From: [EMAIL PROTECTED] [mailto:
dqsd-users-> [EMAIL PROTECTED]] On Behalf Of Gennetten, K. Douglas> Sent: Monday, July 24, 2006 8:28 AM> To: DQSD users mailing list
> Subject: [DQSD-Users] Vista?>> Is anyone testing DQSD on Vista? I'm running Vista on my laptop. Is the> 4.0 branch recommended?>> Douglas>> -Original Message-
> From: [EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED]
] On Behalf Of Shawn K.> Hall> Sent: Monday, July 10, 2006 6:47 PM> To: 'DQSD users mailing list'> Cc: [EMAIL PROTECTED]> Subject: Re: [DQSD-Users] Search Bar
>> Hi Bethany,>> I'm including you on my response since you are not a member of the Users> list. I recommend you join it if you are interested in the ongoing> development and support of DQSD. We are currently in the process of
> alpha-testing the 4.0 branch, already resolves much of the XP trouble> many have faced, and it also has ballooned the number of included> "searches" to well over 300. At current count I believe there are about
> 375, and I have another 10 or so left in my upload queue, waiting for> CVS to work properly again.>> You can still see the latest stable build (3.1.9.2) on the DQSD.net
> homepage here:>   http://www.dqsd.net/> Which soon, hopefully, will be replaced by the 4.x build.>> Join the lists here:>   
http://sourceforge.net/mail/?group_id=42081>> Regards,>> Shawn K. Hall> http://12PointDesign.com/> > -Original Message-
> > From: [EMAIL PROTECTED]> > [mailto:[EMAIL PROTECTED]
] On Behalf> > Of Glenn Carr> > Sent: Monday, July 10, 2006 12:43 PM> > To: dqsd-users@lists.sourceforge.net> > Subject: Re: [DQSD-Users] Search Bar
> >> > Bethany,> >> > John is correct, it hasn't been abandoned by any means.  Kim> > and others have done the lion's share of the build/release> > work over the last couple of years while some of us have been AWOL.
> >> > Is there some feature you really wish it had that it doesn't> > have now?  That's usually how improvements on this little> > proggie happen, a user suggests a change and someone has
> > enough interest in the same feature to dig in and make it happen.> >> > Personally, I still use it several times a day.  But I'm busy> > enough with life and other projects (that pay better), and am
> > content enough with its functionality to simply use it, and> > usually avoid the temptation to enhance it.> >> > Glenn> >> >  Original Message 
> > > From: "John W. Bairen, Jr." <[EMAIL PROTECTED]>> > > Sent: Monday, July 10, 2006 12:28 PM> > > To: "'DQSD users mailing list'" <
dqsd-users@lists.sourceforge.net>> > > Subject: Re: [DQSD-Users] Search Bar> > >> > > incorrect.> > >> > > though the main developers have become very busy over
> > recent years.  but> > > there is some work on releasing a 4.0 version that uses a> > hosting DLL to> > > help work around some security issues introduced by WinXP SP2.
> > >> > > also, DQSD is so feature rich, there haven't been many> > fresh ideas proposed> > > or implemented lately and development has basically taken> > on a maintenance
> > > posture.  the only thing i wish DQSD could do that it> > doesn't do now is mow> > > my lawn.> > >> > > JB> > >> > >> > >   _
> > >> > > From: [EMAIL PROTECTED]> > > [mailto:
[EMAIL PROTECTED]] On Behalf> > Of Bethany> > > Sent: Sunday, July 09, 2006 5:46 PM> > > To: dqsd-users@lists.sourceforge.net
> > > Subject: [DQSD-Users] Search Bar> > >> > >> > > Hi,> > > Am I correct in assuming that this software has become> > abandonware?  There
> > > have been no updates for quite a long time now.  I have> > really enjoyed using> > > it and hate to see it go.> > >> > > Sincerely,> > > Bethany
> >> >> >> >> >> >> > --> > ---> > Using Tomcat but need to do more? Need to support web
> > services, security?> > Get stuff done quickly with pre-integrated technology to make> > your job easier> > Download IBM WebSphere Application Server v.1.0.1 based on> > Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&> > dat=121642> > ___
> > 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> 
>> > -> Using Tomcat but need to do more? Need to support web services,> security?> Get stuff done quickly with pre-integrated technology to make your job
> easier> Download IBM WebSphere Application Server v.1.0.1 based on Apache> Geronimo> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _

Re: [DQSD-Users] Search Bar

2006-07-11 Thread rahlquist
LOL yeah I guess its MS's new stealth security initiative, we will make it secure because we wont tell you how we did it! :)On 7/11/06, Chuck Baker
 <[EMAIL PROTECTED]> wrote:










  
Well dang. I never thought of that. I thought it wasn't working because when I installed DQSD on IE6 I got the yellow security bar when DQSD started so I put in the workaround.
 
Then when I installed IE7 Beta 3 and rebooted my computer the DQSD bar came up but was grayed out and there was no yellow security bar came up to tell me it was disabled.
 
So I assumed that it still wasn't working. But now I have reinstalled IE7 Beta 3. Put in the workaround and rebooted my computer and DQSD is now working fine.
 
Thanks for the help.
 

 

Rev. Chuck BakerICQ# 1816811skype ID: ChuckBaker[EMAIL PROTECTED] 
http://ChuckBaker.orghttp://Church.ChuckBaker.org 
Yahoo ID: [EMAIL PROTECTED]http://
www.ingenio.com/ChuckBakerHelp Line: 1-800-275-5336 Ext. 0322651Fax: 801-740-7293
  
Chuck & Cindy BakerIndependent AssociatesPre-Paid Legal Servicesprepaidlegal.com/hub/charlesrbaker

[EMAIL PROTECTED] 877-507-9464
Identity Theft? Protect yourself and your family from the fast growing crime in America! Have you ever wished you had a lawyer?
 Do you have teenage drivers? 

For less than $1.00 a day you can have access to a local law firm in your area.$ Need some cash? Our publicly traded, 34 year old company is looking for both part-time and full time associates!  

---Original Message---
 

From: [EMAIL PROTECTED]
Date: 7/11/2006 5:24:06 PM
To: DQSD users mailing list

Subject: Re: [DQSD-Users] Search Bar
 All I did was after the IE7 B3 install I re applied the registry security hacks and bingo it all worked! I manged to get it to workin in IE3 B2 this way as well. The IE install evidently overwrites the security hack, thats why I've started whining for a beta of V4. 

On 7/11/06, Chuck Baker <[EMAIL PROTECTED]
> wrote: 







DQSD works with IE7 beta3?
 
I have just started reloading my computer. Fresh OS and all and I installed DQSD with IE6 and then I download IE7b3 and DQSD didn't work.
 
I got the same grayed  out bar. What did you do to get DQSD to work with beta3?
 

 

Rev. Chuck BakerICQ# 1816811skype ID: ChuckBaker[EMAIL PROTECTED] 
http://ChuckBaker.orghttp://Church.ChuckBaker.org 
Yahoo ID: [EMAIL PROTECTED]http://
 www.ingenio.com/ChuckBakerHelp Line: 1-800-275-5336 Ext. 0322651Fax: 801-740-7293
  
Chuck & Cindy BakerIndependent AssociatesPre-Paid Legal Servicesprepaidlegal.com/hub/charlesrbaker 

[EMAIL PROTECTED] 877-507-9464
Identity Theft? Protect yourself and your family from the fast growing crime in America! Have you ever wished you had a lawyer?
 Do you have teenage drivers? 

For less than $1.00 a day you can have access to a local law firm in your area.$ Need some cash? Our publicly traded, 34 year old company is looking for both part-time and full time associates!  

---Original Message---
 


From: [EMAIL PROTECTED]
Date: 7/11/2006 7:57:59 AM
To: DQSD users mailing list


Subject: Re: [DQSD-Users] Search Bar


 Shawn,Since the latest IE 7 beta appears to work ok with the existing DQSD other than having to do the reg hacks to get security working whats the chance of the 4.0 branch reaching beta status soon for the general public? 
ThanksRichard Ahlquist
On 7/10/06, Shawn K. Hall <[EMAIL PROTECTED] 
> wrote: 
Hi Bethany,I'm including you on my response since you are not a member of the Userslist. I recommend you join it if you are interested in the ongoing 
development and support of DQSD. We are currently in the process ofalpha-testing the 4.0 branch, already resolves much of the XP troublemany have faced, and it also has ballooned the number of included "searches" to well over 300. At current count I believe there are about 
375, and I have another 10 or so left in my upload queue, waiting forCVS to work properly again.You can still see the latest stable build ( 
3.1.9.2) on the DQSD.nethomepage here:  http://www.dqsd.net/Which soon, hopefully, will be replaced by the 
4.x build.Join the lists here:   http://sourceforge.net/mail/?group_id=42081
Regards,Shawn K. Hallhttp://12PointDesign.com/> -Original Message- 
> From: [EMAIL PROTECTED]> [mailto:
 [EMAIL PROTECTED]] On Behalf> Of Glenn Carr> Sent: Monday, July 10, 2006 12:43 PM> To: 
dqsd-users@lists.sourceforge.net > Subject: Re: [DQSD-Users] Search Bar>> Bethany,>> John is correct, it hasn't been abandoned by any means.  Kim> and others have done the lion's share of the build/release 
> work over the last couple of years while some of us have been AWOL. >> Is there some feature you really wish it had that it doesn't> have now?  That's usually how improvements on this little
> proggie happen, a user suggests a change and someone has> enough interest in the same feature to dig in and make it happen. >> Personally, I still use it several times a day.  But I'm busy> enough with life and other projects (that pay better), and am 

Re: [DQSD-Users] Search Bar

2006-07-11 Thread rahlquist
All I did was after the IE7 B3 install I re applied the registry security hacks and bingo it all worked! I manged to get it to workin in IE3 B2 this way as well. The IE install evidently overwrites the security hack, thats why I've started whining for a beta of V4.
On 7/11/06, Chuck Baker <[EMAIL PROTECTED]> wrote:










DQSD works with IE7 beta3?
 
I have just started reloading my computer. Fresh OS and all and I installed DQSD with IE6 and then I download IE7b3 and DQSD didn't work.
 
I got the same grayed  out bar. What did you do to get DQSD to work with beta3?
 

 

Rev. Chuck BakerICQ# 1816811skype ID: ChuckBaker[EMAIL PROTECTED] 
http://ChuckBaker.orghttp://Church.ChuckBaker.org 
Yahoo ID: [EMAIL PROTECTED]http://
www.ingenio.com/ChuckBakerHelp Line: 1-800-275-5336 Ext. 0322651Fax: 801-740-7293
  
Chuck & Cindy BakerIndependent AssociatesPre-Paid Legal Servicesprepaidlegal.com/hub/charlesrbaker

[EMAIL PROTECTED] 877-507-9464
Identity Theft? Protect yourself and your family from the fast growing crime in America! Have you ever wished you had a lawyer?
 Do you have teenage drivers? 

For less than $1.00 a day you can have access to a local law firm in your area.$ Need some cash? Our publicly traded, 34 year old company is looking for both part-time and full time associates!  

---Original Message---
 

From: [EMAIL PROTECTED]
Date: 7/11/2006 7:57:59 AM
To: DQSD users mailing list

Subject: Re: [DQSD-Users] Search Bar
 Shawn,Since the latest IE 7 beta appears to work ok with the existing DQSD other than having to do the reg hacks to get security working whats the chance of the 4.0 branch reaching beta status soon for the general public? 
ThanksRichard Ahlquist
On 7/10/06, Shawn K. Hall <[EMAIL PROTECTED]
> wrote: 
Hi Bethany,I'm including you on my response since you are not a member of the Userslist. I recommend you join it if you are interested in the ongoing
development and support of DQSD. We are currently in the process ofalpha-testing the 4.0 branch, already resolves much of the XP troublemany have faced, and it also has ballooned the number of included "searches" to well over 300. At current count I believe there are about
375, and I have another 10 or so left in my upload queue, waiting forCVS to work properly again.You can still see the latest stable build ( 
3.1.9.2) on the DQSD.nethomepage here:  http://www.dqsd.net/Which soon, hopefully, will be replaced by the 
4.x build.Join the lists here:   http://sourceforge.net/mail/?group_id=42081
Regards,Shawn K. Hallhttp://12PointDesign.com/> -Original Message-
> From: [EMAIL PROTECTED]> [mailto:
 [EMAIL PROTECTED]] On Behalf> Of Glenn Carr> Sent: Monday, July 10, 2006 12:43 PM> To: 
dqsd-users@lists.sourceforge.net > Subject: Re: [DQSD-Users] Search Bar>> Bethany,>> John is correct, it hasn't been abandoned by any means.  Kim> and others have done the lion's share of the build/release
> work over the last couple of years while some of us have been AWOL. >> Is there some feature you really wish it had that it doesn't> have now?  That's usually how improvements on this little
> proggie happen, a user suggests a change and someone has> enough interest in the same feature to dig in and make it happen. >> Personally, I still use it several times a day.  But I'm busy> enough with life and other projects (that pay better), and am
> content enough with its functionality to simply use it, and> usually avoid the temptation to enhance it. >> Glenn>>  Original Message > > From: "John W. Bairen, Jr." <
[EMAIL PROTECTED]>> > Sent: Monday, July 10, 2006 12:28 PM > > To: "'DQSD users mailing list'" <
dqsd-users@lists.sourceforge.net>> > Subject: Re: [DQSD-Users] Search Bar> >
> > incorrect. > >> > though the main developers have become very busy over> recent years.  but> > there is some work on releasing a 4.0 version that uses a> hosting DLL to
> > help work around some security issues introduced by WinXP SP2. > >> > also, DQSD is so feature rich, there haven't been many> fresh ideas proposed> > or implemented lately and development has basically taken
> on a maintenance> > posture.  the only thing i wish DQSD could do that it > doesn't do now is mow> > my lawn.> >> > JB> >> >> >   _
> >> > From: [EMAIL PROTECTED] > > [mailto:
[EMAIL PROTECTED]] On Behalf> Of Bethany> > Sent: Sunday, July 09, 2006 5:46 PM
> > To: dqsd-users@lists.sourceforge.net> > Subject: [DQSD-Users] Search Bar
> >> >> > Hi,> > Am I correct in assuming that this software has become > abandonware?  There> > have been no updates for quite a long time now.  I have> really enjoyed using
> > it and hate to see it go.> >> > Sincerely,> > Bethany >>> --
> ---> Using Tomcat but need to do more? Need to support web> services, security? > Get stuff done quickly with pre-integrated technology to make> your job easier> Download IBM WebSphere Application Server 
v.1.0.1 based on> Apache

Re: [DQSD-Users] Search Bar

2006-07-11 Thread rahlquist
Shawn,Since the latest IE 7 beta appears to work ok with the existing DQSD other than having to do the reg hacks to get security working whats the chance of the 4.0 branch reaching beta status soon for the general public?
ThanksRichard AhlquistOn 7/10/06, Shawn K. Hall <[EMAIL PROTECTED]> wrote:
Hi Bethany,I'm including you on my response since you are not a member of the Users
list. I recommend you join it if you are interested in the ongoingdevelopment and support of DQSD. We are currently in the process ofalpha-testing the 4.0 branch, already resolves much of the XP troublemany have faced, and it also has ballooned the number of included
"searches" to well over 300. At current count I believe there are about375, and I have another 10 or so left in my upload queue, waiting forCVS to work properly again.You can still see the latest stable build (
3.1.9.2) on the DQSD.nethomepage here:  http://www.dqsd.net/Which soon, hopefully, will be replaced by the 4.x build.Join the lists here:
  http://sourceforge.net/mail/?group_id=42081Regards,Shawn K. Hallhttp://12PointDesign.com/
> -Original Message-> From: [EMAIL PROTECTED]> [mailto:
[EMAIL PROTECTED]] On Behalf> Of Glenn Carr> Sent: Monday, July 10, 2006 12:43 PM> To: dqsd-users@lists.sourceforge.net
> Subject: Re: [DQSD-Users] Search Bar>> Bethany,>> John is correct, it hasn't been abandoned by any means.  Kim> and others have done the lion's share of the build/release> work over the last couple of years while some of us have been AWOL.
>> Is there some feature you really wish it had that it doesn't> have now?  That's usually how improvements on this little> proggie happen, a user suggests a change and someone has> enough interest in the same feature to dig in and make it happen.
>> Personally, I still use it several times a day.  But I'm busy> enough with life and other projects (that pay better), and am> content enough with its functionality to simply use it, and> usually avoid the temptation to enhance it.
>> Glenn>>  Original Message > > From: "John W. Bairen, Jr." <[EMAIL PROTECTED]>> > Sent: Monday, July 10, 2006 12:28 PM
> > To: "'DQSD users mailing list'" > > Subject: Re: [DQSD-Users] Search Bar> >> > incorrect.
> >> > though the main developers have become very busy over> recent years.  but> > there is some work on releasing a 4.0 version that uses a> hosting DLL to> > help work around some security issues introduced by WinXP SP2.
> >> > also, DQSD is so feature rich, there haven't been many> fresh ideas proposed> > or implemented lately and development has basically taken> on a maintenance> > posture.  the only thing i wish DQSD could do that it
> doesn't do now is mow> > my lawn.> >> > JB> >> >> >   _> >> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]] On Behalf> Of Bethany> > Sent: Sunday, July 09, 2006 5:46 PM> > To: 
dqsd-users@lists.sourceforge.net> > Subject: [DQSD-Users] Search Bar> >> >> > Hi,> > Am I correct in assuming that this software has become
> abandonware?  There> > have been no updates for quite a long time now.  I have> really enjoyed using> > it and hate to see it go.> >> > Sincerely,> > Bethany
>>> --> ---> Using Tomcat but need to do more? Need to support web> services, security?
> Get stuff done quickly with pre-integrated technology to make> your job easier> Download IBM WebSphere Application Server v.1.0.1 based on> Apache Geronimo> 
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&> dat=121642> ___> 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>-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-usersDQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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] DQSD still not working IE7b3

2006-06-30 Thread rahlquist
I installed IE7b3 and its working fine. Check the two registry settings for security again. That fixed it for me.On 6/29/06, Sidney Chong <
[EMAIL PROTECTED]> wrote:Hi all,
 
Just a note to let you guys know that IE7b3 is out and DQSD is still not working.

Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-usersDQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601-- Richard AhlquistSystems AnalystWebmasterhttp://www.patentlystupid.com
http://www.pcsites.com
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
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] FW: IE7 Compatibility issue with Dave's Quick Search Taskbar Toolbar Deskbar

2006-06-29 Thread rahlquist
Ok perhaps I was premature. After performing these changes I decided to re-check the security settings that we have had to disable in the registry for so long. I know for a fact that this machine had these options set prior to installing IE 7 B2. So it appears it may reset these values. I made sure both keys documented on the DQSD page were set and actually had to create the second one mentioned by hand. Anyway after I did that DQSD started working again. So I went in and re-added the body section to the 
search.css and bingo it all works and looks fine again?!?!?Anyone else able to confirm?On 6/29/06, [EMAIL PROTECTED]
 <[EMAIL PROTECTED]> wrote:
Thanks John. I tried wading through this and tinkered with the search.css file. I have found if I delete the 'body' section mentione below I do indeed get to see the search box in the taskbar again, however the magnifying glass that shows before it and the button after it are missing. Also the form field while being visible is totally non functional. 
A step perhaps, but there still seems to be something amis.On 6/28/06, John W. Bairen, Jr.
 <[EMAIL PROTECTED]
> wrote:







 

  
  
  From: Keryn Mark (Volt) 
  [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 27, 2006 6:17 
  PMTo: [EMAIL PROTECTED]Subject: RE: [DQSD-Users] IE7 
  Compatibility issue with Dave's Quick Search Taskbar Toolbar 
  Deskbar
  
  
  Hi 
  John,
   
  My apologies for the 
  delay in response.  I've checked in with our test team about this, and 
  they recommend the following to try and resolve these issues for 
  IE7:
   
  (1) 
  Updating 
  the CSS to provide the correct rendering of this toolbar in IE7.  We 
  pulled apart the resources from the application to create something local for 
  a repro of this issue.  We found the following 
  code:
  Context 
  from HTML:
  
  
  
   
  Likely 
  causing the disappearance of the content within the 
  page:
  body
  {
   margin: 
  0px;
   border: 
  0;
   padding: 
  0;
   background-color: 
  threedface;
  }
   
  (2) 
  If this 
  CSS changes don't resolve all of the issues, we recommend also reviewing 
  security best practices for IE7.  It's possible that this may be caused 
  by a security issue where files don't access cross domain, protocol or 
  zone.  
   
  Below I've included 
  several articles that may be of help in reviewing these two 
  solutions:
  -  
  Upcoming 
  HTTS Improvements in IE7: http://blogs.msdn.com/ie/archive/2005/10/22/483795.aspx

  -  
  Security 
  & Compatibility in IE&: http://msdn.microsoft.com/library/default.asp?url=""

  -  
  CSS 
  Compatibility in IE7: http://msdn.microsoft.com/library/default.asp?url=""

   
  Please let me know if 
  you have any other questions, we're happy to 
help!
   
  Best 
  Regards,
   
  
  Keryn 
  Mark
  PM, IE7 Compatibility 
  Team
  
  
  
  
  From: John W. 
  Bairen, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 22, 2006 7:12 
  PMTo: Keryn Mark 
  (Volt)Subject: RE: 
  [DQSD-Users] IE7 Compatibility issue with Dave's Quick Search Taskbar Toolbar 
  Deskbar
   
  Hey 
  Keryn,
   
  The solution that you 
  proposed (install IE 7 and undock DQSD to approve the security warning) was 
  tried by myself and at least 1 other person and it did not work.  I don't 
  know what kind of interaction you've hade with the other DQSD developers on 
  this issue, so maybe you know this already.  Sorry if that is the 
  case.
   
  When I installed the 
  latest IE 7 Beta and undocked DQSD, I just get a grey IE window, with nothing 
  displayed in it and no security warning to approve.  Let me know if you 
  need more information or if you have any other 
  ideas.
   
  Thanks,
  JB
  


 



From:

 Keryn 
Mark (Volt) [mailto:[EMAIL PROTECTED]] Sent: Friday, June 09, 2006 3:54 
PMTo: 
[EMAIL PROTECTED]Cc: IE 7 
Compatibility TeamSubject: 
FW: [DQSD-Users] IE7 Compatibility issue with Dave's Quick Search Taskbar 
Toolbar Deskbar
Hi 
John,
 
Thank you for 
your email!  I just responded to another developer from your community 
on this issue.  Please find the attached mail that should help answer 
some of your questions.
 
Please let me 
know if I can help further.  Thank you for testing with 
IE7!
 
Best 
regards,
 
Keryn 
Mark
IE7 Compatibility 
Team
 

From: John Bairen, Jr. 
[mailto:[EMAIL PROTECTED]] Sent: Friday, June 09, 2006 11:26 
AMTo: DQSD users mailing 
listCc: Keryn Mark (Volt); 
IE 7 Compatibility TeamSubject: Re: [DQSD-Users] IE7 
Compatibility issue with Dave's Quick Search Taskbar Toolbar 
Deskbar
 

E-mailing this list would work, as the developers 
who work on DQSD all subscribe to this 
list.

 

If you need a more private means of working with the 
developers, individual e-mails can be provided.  Let us 
know.

 
 

Re: [DQSD-Users] FW: IE7 Compatibility issue with Dave's Quick Search Taskbar Toolbar Deskbar

2006-06-29 Thread rahlquist
Thanks John. I tried wading through this and tinkered with the search.css file. I have found if I delete the 'body' section mentione below I do indeed get to see the search box in the taskbar again, however the magnifying glass that shows before it and the button after it are missing. Also the form field while being visible is totally non functional. 
A step perhaps, but there still seems to be something amis.On 6/28/06, John W. Bairen, Jr. <[EMAIL PROTECTED]
> wrote:






 

  
  
  From: Keryn Mark (Volt) 
  [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 27, 2006 6:17 
  PMTo: [EMAIL PROTECTED]Subject: RE: [DQSD-Users] IE7 
  Compatibility issue with Dave's Quick Search Taskbar Toolbar 
  Deskbar
  
  
  Hi 
  John,
   
  My apologies for the 
  delay in response.  I've checked in with our test team about this, and 
  they recommend the following to try and resolve these issues for 
  IE7:
   
  (1) 
  Updating 
  the CSS to provide the correct rendering of this toolbar in IE7.  We 
  pulled apart the resources from the application to create something local for 
  a repro of this issue.  We found the following 
  code:
  Context 
  from HTML:
  
  
  
   
  Likely 
  causing the disappearance of the content within the 
  page:
  body
  {
   margin: 
  0px;
   border: 
  0;
   padding: 
  0;
   background-color: 
  threedface;
  }
   
  (2) 
  If this 
  CSS changes don't resolve all of the issues, we recommend also reviewing 
  security best practices for IE7.  It's possible that this may be caused 
  by a security issue where files don't access cross domain, protocol or 
  zone.  
   
  Below I've included 
  several articles that may be of help in reviewing these two 
  solutions:
  -  
  Upcoming 
  HTTS Improvements in IE7: http://blogs.msdn.com/ie/archive/2005/10/22/483795.aspx

  -  
  Security 
  & Compatibility in IE&: http://msdn.microsoft.com/library/default.asp?url=""

  -  
  CSS 
  Compatibility in IE7: http://msdn.microsoft.com/library/default.asp?url=""

   
  Please let me know if 
  you have any other questions, we're happy to 
help!
   
  Best 
  Regards,
   
  
  Keryn 
  Mark
  PM, IE7 Compatibility 
  Team
  
  
  
  
  From: John W. 
  Bairen, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 22, 2006 7:12 
  PMTo: Keryn Mark 
  (Volt)Subject: RE: 
  [DQSD-Users] IE7 Compatibility issue with Dave's Quick Search Taskbar Toolbar 
  Deskbar
   
  Hey 
  Keryn,
   
  The solution that you 
  proposed (install IE 7 and undock DQSD to approve the security warning) was 
  tried by myself and at least 1 other person and it did not work.  I don't 
  know what kind of interaction you've hade with the other DQSD developers on 
  this issue, so maybe you know this already.  Sorry if that is the 
  case.
   
  When I installed the 
  latest IE 7 Beta and undocked DQSD, I just get a grey IE window, with nothing 
  displayed in it and no security warning to approve.  Let me know if you 
  need more information or if you have any other 
  ideas.
   
  Thanks,
  JB
  

 



From:
 Keryn 
Mark (Volt) [mailto:[EMAIL PROTECTED]] Sent: Friday, June 09, 2006 3:54 
PMTo: 
[EMAIL PROTECTED]Cc: IE 7 
Compatibility TeamSubject: 
FW: [DQSD-Users] IE7 Compatibility issue with Dave's Quick Search Taskbar 
Toolbar Deskbar
Hi 
John,
 
Thank you for 
your email!  I just responded to another developer from your community 
on this issue.  Please find the attached mail that should help answer 
some of your questions.
 
Please let me 
know if I can help further.  Thank you for testing with 
IE7!
 
Best 
regards,
 
Keryn 
Mark
IE7 Compatibility 
Team
 

From: John Bairen, Jr. 
[mailto:[EMAIL PROTECTED]] Sent: Friday, June 09, 2006 11:26 
AMTo: DQSD users mailing 
listCc: Keryn Mark (Volt); 
IE 7 Compatibility TeamSubject: Re: [DQSD-Users] IE7 
Compatibility issue with Dave's Quick Search Taskbar Toolbar 
Deskbar
 

E-mailing this list would work, as the developers 
who work on DQSD all subscribe to this 
list.

 

If you need a more private means of working with the 
developers, individual e-mails can be provided.  Let us 
know.

 

You can correspond with me at [EMAIL PROTECTED]
.  Though, I am not 
technically skilled enough to discuss the code at this 
level.

 

 

Any chance you can also help us get rid of the 
active X - security warning everytime we load DQSD or boot up (this resulted 
when we applied XP SP2)?  Hey--- you can't fault a guy for 
trying.

 

JB

 

 

On 6/8/06, Keryn Mark (Volt) <
[EMAIL PROTECTED]> 
wrote: 



**Microsoft 
Confidential**
Good 
afternoon,
 
I'm 
part of the Internet Explorer 7 Compatibility Team at Microsoft

[DQSD-Users] Make the Searc.html file work in an regular IE window

2006-05-19 Thread rahlquist
Is there any easy way to make the search.html work in a regular IE window?Thanks!-- Richard AhlquistSystems AnalystWebmasterhttp://www.patentlystupid.com
http://www.pcsites.com


Re: [DQSD-Users] IE7 bug and DQSD

2006-05-19 Thread rahlquist
Daniel, do you have any other software installed that supports deskbands perhaps? On 5/17/06, [EMAIL PROTECTED]
 <[EMAIL PROTECTED]> wrote:

Hi,
I'm not sure how this bug got fixed
on my pc, but Chris Pirillo of Lockergnome had mentioned that the IE7 website
had a few addons for the browser.
It mentioned different interfaces for
it too, like Maxthon and Avant Browser.
I had been using Maxthon and liked it,
but I figured I would give Avant Browser a try.
Well, I installed it and had been using
it for a couple of days.
Then I noticed that DQSD looked ok in
the toolbar, so I tried it and it works.

I can't explain why installing Avant
Browser fixed this seems to have fixed this, but that's the only change
I had made since installing XP SP2 and IE7 beta 2.
When y'all had replied that DQSD wouldn't
work with IE7 beta 2, I had downloaded IE6 SP1 to reinstall over IE7.
Just hadn't gotten around to it yet.

Maybe someone else can verify this?
 Cause it doesn't make much sense to me.

Dan






"Kim Gräsman"
<[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]

05/17/2006 01:15 AM



Please respond to
dqsd-users@lists.sourceforge.net





To
dqsd-users@lists.sourceforge.net


cc



Subject
RE: [DQSD-Users] IE7 bug
and DQSD








Hi Chuck,

> I just got a response about the bug report that I submitted. 
> Here it is:
>  
>  Thanks for your report. This is a known issue. I've linked 
> the bug to the status on our internal bug for this. You 
> should be notified once the bug is resolved.

Thanks for the follow-up! 

We'll just hope it gets fixed, then.

- Kim



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

___
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 AhlquistSystems AnalystWebmasterhttp://www.patentlystupid.com
http://www.pcsites.com


Re: [DQSD-Users] IE7 bug and DQSD

2006-05-17 Thread rahlquist
Negative. I upgrade my machine from IE6 to the IE7 B2 and installed Avant, the search bar is still broken. Something else you have installed is apparently what fixed things.On 5/17/06, 
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Hi,
I'm not sure how this bug got fixed
on my pc, but Chris Pirillo of Lockergnome had mentioned that the IE7 website
had a few addons for the browser.
It mentioned different interfaces for
it too, like Maxthon and Avant Browser.
I had been using Maxthon and liked it,
but I figured I would give Avant Browser a try.
Well, I installed it and had been using
it for a couple of days.
Then I noticed that DQSD looked ok in
the toolbar, so I tried it and it works.

I can't explain why installing Avant
Browser fixed this seems to have fixed this, but that's the only change
I had made since installing XP SP2 and IE7 beta 2.
When y'all had replied that DQSD wouldn't
work with IE7 beta 2, I had downloaded IE6 SP1 to reinstall over IE7.
Just hadn't gotten around to it yet.

Maybe someone else can verify this?
 Cause it doesn't make much sense to me.

Dan






"Kim Gräsman"
<[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]

05/17/2006 01:15 AM



Please respond to
dqsd-users@lists.sourceforge.net





To
dqsd-users@lists.sourceforge.net


cc



Subject
RE: [DQSD-Users] IE7 bug
and DQSD








Hi Chuck,

> I just got a response about the bug report that I submitted. 
> Here it is:
>  
>  Thanks for your report. This is a known issue. I've linked 
> the bug to the status on our internal bug for this. You 
> should be notified once the bug is resolved.

Thanks for the follow-up! 

We'll just hope it gets fixed, then.

- Kim



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

___
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 AhlquistSystems AnalystWebmasterhttp://www.patentlystupid.com
http://www.pcsites.com


Re: [DQSD-Users] IE 7 Beta

2006-03-28 Thread rahlquist
Here you go Kim!http://blogs.msdn.com/ie/archive/2006/03/24/560095.aspxOn 3/28/06, 
Kim Gräsman <[EMAIL PROTECTED]> wrote:Hi John,
Mmm, nice way of thinking about it... Can we make it more likely byreporting and/or voting for the bug? Do you know if they accept publicreports somewhere?- Kim> -Original Message-
> From: [EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED]
] On Behalf Of> John W. Bairen, Jr.> Sent: den 28 mars 2006 04:56> To: dqsd-users@lists.sourceforge.net> Subject: RE: [DQSD-Users] IE 7 Beta
>>> Let me say this about IE 7 Beta... Microsoft will probably> fix the problem so we at DQSD should probably hold off until they do.>> I say this because even their own taskbar toolbar for Windows
> Media Player is broken as well as the taskbar toolbar for iTunes.---This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcastand join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642___To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-usersDQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601-- Richard AhlquistSystems AnalystWebmasterhttp://www.patentlystupid.com
http://www.pcsites.com


Re: [DQSD-Users] IE 7 Beta

2006-03-27 Thread rahlquist
Thats probably a good stance John, there seem to be significant issues in the current public build such as serious incompatibility with Google Desktop Search for one. RichardOn 3/27/06, 
John W. Bairen, Jr. <[EMAIL PROTECTED]> wrote:
Let me say this about IE 7 Beta... Microsoft will probably fix the problemso we at DQSD should probably hold off until they do.I say this because even their own taskbar toolbar for Windows Media Player
is broken as well as the taskbar toolbar for iTunes.JB---This SF.Net email is sponsored by xPML, a groundbreaking scripting languagethat extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___To unsubscribe visit:https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.nethttp://sourceforge.net/mailarchive/forum.php?forum_id=8601-- 
Richard AhlquistSystems AnalystWebmasterhttp://www.patentlystupid.comhttp://www.pcsites.com


Re: [DQSD-Users] IE 7 Beta

2006-03-27 Thread rahlquist
[HKEY_CLASSES_ROOT\CLSID\{7BA4C740-9E81-11CF-99D3-00AA004AE837}]@="Microsoft SendTo Service""flags"=dword:0001[HKEY_CLASSES_ROOT\CLSID\{7BA4C740-9E81-11CF-99D3-00AA004AE837}\InProcServer32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\  00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,48,00,\  45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"yes, its thereOn 3/27/06, Kim Gräsman <[EMAIL PROTECTED]
> wrote:Hi Richard,> Everything was working as well as it should. So to test
> John's problem I uninstalled IE 7 B2. Then rebooted, then> reinstalled it and rebooted again. Now my DQSD bar was gone.> Re-added it with the right click on the task bar and i get> the adjuster band on the left and the word sear ch on the
> right but thats it, no content no DQSD.Sorry to hear. I wish they wouldn't upgrade IE... No, wait, we've beenwaiting for a new version for 10 years. Scratch that! ;-)Do you have the HKEY_CLASSES_ROOT\CLSID\{7BA4C742-9E81-11CF-99D3-00AA004AE837}
registry key I asked about earlier?- Kim---This SF.Net email is sponsored by xPML, a groundbreaking scripting languagethat extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___To unsubscribe visit:https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.nethttp://sourceforge.net/mailarchive/forum.php?forum_id=8601-- 
Richard AhlquistSystems AnalystWebmasterhttp://www.patentlystupid.comhttp://www.pcsites.com


Re: [DQSD-Users] IE 7 Beta

2006-03-27 Thread rahlquist
Confirmed. Here is what i did to reproduce this on my box. I had the latest build of DQSD installed over a IE 7 B2 install. I had not uninstalled DQSD to install the new beta of DQSD simply installed it over. Everything was working as well as it should. So to test John's problem I uninstalled IE 7 B2. Then rebooted, then reinstalled it and rebooted again. Now my DQSD bar was gone. Re-added it with the right click on the task bar and i get the adjuster band on the left and the word sear ch on the right but thats it, no content no DQSD.
RichardOn 3/27/06, Kim Gräsman <[EMAIL PROTECTED]> wrote:
Hi John,> I am willing to help debug it.  Any ideas where to start with> it?  I am behind in reading for my class, so I may be> in-and-out with my time to work on this.  But let me know> where you think I should start.
Not sure, actually...From what you said, it seemed that you only get a blank deskband? That is,you see the little chevron or whatever it's called -- the vertical thin barthat you can move. That sounds like bad news.
DQSD without attempts at a custom host uses the Microsoft BrowserBand forhosting, so that must be registered. Do you have a key at:HKEY_CLASSES_ROOT\CLSID\{7BA4C742-9E81-11CF-99D3-00AA004AE837}?
I'm thinking maybe they retired it in IE7 :-/If it's there, I'm not sure what's wrong...- Kim---This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcastand join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642___To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-usersDQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601-- Richard AhlquistSystems AnalystWebmasterhttp://www.patentlystupid.com
http://www.pcsites.com