Re: [DQSD-Users] Dave's Quick Search Opens extra BLANK PAGE window when web address is entered

2009-01-06 Thread Kim Gräsman
Hi Michael,

Thanks for that tidbit, I guess that makes sense. DQSD's taskbar
instance of IE can't run in protected mode, so any window it launches
will probably inherit the non-protectedness.

I don't know of a way to force IE into protected mode -- even if it's
launched via double-click on a .html file, it gets Protected Mode:
Off, presumably because a local file is considered safer.

Maybe if there is a way to configure which sites require Protected
Mode, you can add DQSD's %PROGRAMFILES%\Quick Search
Deskbar\search.htm or the launch path used for the launchMode where we
write out a .html file to your temp dir.

Just some random thoughts,
- Kim

On Tue, Jan 6, 2009 at 03:35, Michael Kairys kai...@comcast.net wrote:
 I reported this over a year ago. The replies I got were along the lines of
 LITW (Life Is That Way). The problem is indeed caused by IE Protected Mode;
 note that the blank window has Protected Mode off while the window with
 content has it on.

 -Original Message-
 From: James Nix [mailto:ni...@charter.net]
 Sent: Monday, January 05, 2009 4:43 PM
 To: 'DQSD users mailing list'
 Cc: sh...@reliableanswers.com
 Subject: Re: [DQSD-Users] Dave's Quick Search Opens extra BLANK PAGE
 window when web address is entered - cause found.

 I have the cause/effect but can't explain why/what.

 Brief Update of Symptom:  DQSD entered specific addresses (i.e.
 www.newegg.com) opens additional blank page for each entry.

 Currently using:

 Vista Home Premium 32 Bit SP1 with IE7 in Tabbed Mode.
 Dqsd-400-rc3

 Problem Cause/Solution:  IE7 was running with Protected Mode enabled.
 Disabling Protected Mode caused DQSD to behave
 as expected when localprefs.js set to:

 *
 *  0=new window always [default]
 *  1=single window for all
 *  2=single window for each search type
 */
 reuseBrowserWindowMode = 0;

 Note that I had tried disabling all IE7 add-ons as well as various
 spyware/adware tools (AVG Free Edition, Spybot Resident Shiels and
 Tea=timer) with no luck.

 Seems like DQSD did not behave this way when I first upgraded to Vista
 Sp1.
 Maybe a new Vista IE7 security patch?

 Has no one else noticed this?  I mean I like feeling special but
 jez not like this! :)




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


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


--
___
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] Dave's Quick Search Opens extra BLANK PAGE window when web address is entered

2009-01-06 Thread James Nix
Launch mode...

I  click on DQSD, type in address/search criteria, press enter.  Nothing
fancy.

Try the sequence.  I would be concerned that something was wrong with my
personal setup but I just did a clean install on another system for client.
Same results.

Also, FYI.  If  Protected Mode is ON, attempting to turn off DQSD Toolbar
in the Taskbar results on Windows Explorer being re-started.

-Original Message-
From: Kim Gräsman [mailto:kim.gras...@gmail.com] 
Sent: Tuesday, January 06, 2009 2:47 PM
To: DQSD users mailing list
Subject: Re: [DQSD-Users] Dave's Quick Search Opens extra BLANK PAGE window
when web address is entered

Hi James,

Thanks, that's interesting. I can't really see why the regular URL
launch should end up un-protected -- intuitively for me, it should be
the other way around.

You definitely should not have to disable PM. DQSD should run with
system defaults, and PM is a good default.

What's your launchMode?

Thanks,
- Kim

On Tue, Jan 6, 2009 at 18:09, James Nix ni...@charter.net wrote:
 Kim,

 Well it seems DQSD IS starting SOME windows in Protected Mode (PM)
 correctly and some blank windows in UnProtected Mode (UPM) incorrectly, or
 so it seems.  Try this sequence if you are setup to do so (Vista 32 bit,
IE7
 in Tabbed Mode, DQSD reuseBrowserWindowMode = 0).

 With Protected Mode ON in Internet Options Security tab.

 1)  DQSD entry test search 1 creates PM Google Window 1 with search
field
 test search 1
 2)  DQSD entry test search 2 creates PM Google New Tab Window in Window
1
 with search field test search 2
 3)  DQSD entry gg newegg.com creates PM Google New Tab Window in Window
1
 with search field newegg.com
 4)  DQSD entry av newegg.com creates PM Alta Vista New Tab Window in
 Window 1 with search field newegg.com
 5)  DQSD entry newegg.com creates blank UPM Window 2 and reuses AV Tab
 Window from step 4 with WWW.NEWEGG.COM
 6)  DQSD entry cnn.com creates blank UPM Window 3 and reuses Tab Window
 from step 4 with WWW.CNN.COM
 7)  DQSD entry test search 3 creates PM Google New Tab Window in Window
1
 with search field test search 3

 ... and so on...

 Like I said earlier, I can live with it by simply turning PM OFF on IE
 Security Options.  But I won't turn PM off for end users and I am not even
 going to try to explain the 'rules' governing the sequence above to them.

 Jim


 -Original Message-
 From: Kim Gräsman [mailto:kim.gras...@gmail.com]
 Sent: Tuesday, January 06, 2009 10:16 AM
 To: kai...@comcast.net; DQSD users mailing list
 Subject: Re: [DQSD-Users] Dave's Quick Search Opens extra BLANK PAGE
window
 when web address is entered

 Hi Michael,

 Thanks for that tidbit, I guess that makes sense. DQSD's taskbar
 instance of IE can't run in protected mode, so any window it launches
 will probably inherit the non-protectedness.

 I don't know of a way to force IE into protected mode -- even if it's
 launched via double-click on a .html file, it gets Protected Mode:
 Off, presumably because a local file is considered safer.

 Maybe if there is a way to configure which sites require Protected
 Mode, you can add DQSD's %PROGRAMFILES%\Quick Search
 Deskbar\search.htm or the launch path used for the launchMode where we
 write out a .html file to your temp dir.

 Just some random thoughts,
 - Kim

 On Tue, Jan 6, 2009 at 03:35, Michael Kairys kai...@comcast.net wrote:
 I reported this over a year ago. The replies I got were along the lines
of
 LITW (Life Is That Way). The problem is indeed caused by IE Protected
 Mode;
 note that the blank window has Protected Mode off while the window with
 content has it on.

 -Original Message-
 From: James Nix [mailto:ni...@charter.net]
 Sent: Monday, January 05, 2009 4:43 PM
 To: 'DQSD users mailing list'
 Cc: sh...@reliableanswers.com
 Subject: Re: [DQSD-Users] Dave's Quick Search Opens extra BLANK PAGE
 window when web address is entered - cause found.

 I have the cause/effect but can't explain why/what.

 Brief Update of Symptom:  DQSD entered specific addresses (i.e.
 www.newegg.com) opens additional blank page for each entry.

 Currently using:

 Vista Home Premium 32 Bit SP1 with IE7 in Tabbed Mode.
 Dqsd-400-rc3

 Problem Cause/Solution:  IE7 was running with Protected Mode enabled.
 Disabling Protected Mode caused DQSD to behave
 as expected when localprefs.js set to:

 *
 *  0=new window always [default]
 *  1=single window for all
 *  2=single window for each search type
 */
 reuseBrowserWindowMode = 0;

 Note that I had tried disabling all IE7 add-ons as well as various
 spyware/adware tools (AVG Free Edition, Spybot Resident Shiels and
 Tea=timer) with no luck.

 Seems like DQSD did not behave this way when I first upgraded to Vista
 Sp1.
 Maybe a new Vista IE7 security patch?

 Has no one else noticed this?  I mean I like feeling special but
 jez not like this! :)





 --
 
 

Re: [DQSD-Users] Dave's Quick Search Opens extra BLANK PAGE window when web address is entered

2009-01-06 Thread Kim Gräsman
Hi James,

On Tue, Jan 6, 2009 at 21:28, James Nix ni...@charter.net wrote:
 Launch mode...

 I  click on DQSD, type in address/search criteria, press enter.  Nothing
 fancy.

Sorry, I meant the launchMode setting in preferences.js/localprefs.js
-- do you have it?

 Also, FYI.  If  Protected Mode is ON, attempting to turn off DQSD Toolbar
 in the Taskbar results on Windows Explorer being re-started.

Sounds like another bug on Vista, we should look into it.

Thanks,
- Kim

--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
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] Dave's Quick Search Opens extra BLANK PAGE window when web address is entered

2009-01-06 Thread James Nix
Sorry, I misunderstood.  This it?

reuseBrowserWindowMode = 0


-Original Message-
From: Kim Gräsman [mailto:kim.gras...@gmail.com] 
Sent: Tuesday, January 06, 2009 3:41 PM
To: DQSD users mailing list
Subject: Re: [DQSD-Users] Dave's Quick Search Opens extra BLANK PAGE window
when web address is entered

Hi James,

On Tue, Jan 6, 2009 at 21:28, James Nix ni...@charter.net wrote:
 Launch mode...

 I  click on DQSD, type in address/search criteria, press enter.  Nothing
 fancy.

Sorry, I meant the launchMode setting in preferences.js/localprefs.js
-- do you have it?

 Also, FYI.  If  Protected Mode is ON, attempting to turn off DQSD
Toolbar
 in the Taskbar results on Windows Explorer being re-started.

Sounds like another bug on Vista, we should look into it.

Thanks,
- Kim


--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
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 - http://www.avg.com 
Version: 8.0.176 / Virus Database: 270.10.3/1878 - Release Date: 1/6/2009
7:56 AM


--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
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