Re: [DQSD-Users] Windows 7 RC 64 Bit Install Help needed

2009-05-19 Thread Shawn K. Hall
 There's a launch mode -- can't remember the name or number -- that
 writes out a temporary .html page, and then launches it via the shell.

It's the pagetemplate parameter:
  pagetemplate=maximized.htm;

If the user has the file association for that extension set to the 32bit
version, it should load that. Also, if they do not WANT to associate
that extension, they could use another custom extension and create that
association. This for localprefs.js:
  pagetemplate=dqsd.32bitie;

And this registry change:

'//  
REGEDIT4

[HKEY_CLASSES_ROOT\.32bitie]
PerceivedType=text
@=html32file
Content Type=text/html


[HKEY_CLASSES_ROOT\html32file]
@=HTML32 Document

[HKEY_CLASSES_ROOT\html32file\DefaultIcon]
@=C:\\Program Files\\Internet Explorer (86)\\IEXPLORE.EXE,-17

[HKEY_CLASSES_ROOT\html32file\shell]
@=opennew

[HKEY_CLASSES_ROOT\html32file\shell\open]
@=Open in Same Window

[HKEY_CLASSES_ROOT\html32file\shell\open\command]
@=\C:\\Program Files\\Internet Explorer (86)\\IEXPLORE.EXE\ -nohome
\%1\

[HKEY_CLASSES_ROOT\html32file\shell\opennew]
@=Open

[HKEY_CLASSES_ROOT\html32file\shell\opennew\command]
@=\C:\\Program Files\\Internet Explorer (86)\\IEXPLORE.EXE\ \%1\

'//  


I don't have a 64bit OS at my disposal at the moment to actually test
it, but if someone is up to it, let me know how it works out.


 There's also the problem with IE's security features; depending on
 where from a page is launched, it may get the lockdown restrictions,
 and the browser will run in a cramped mode.

Yep. I wonder if the -embedding switch would assist in this?

-Shawn



--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
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] Windows 7 RC 64 Bit Install Help needed

2009-05-19 Thread Kim Gräsman
Shawn,

On Tue, May 19, 2009 at 08:29, Shawn K. Hall sh...@reliableanswers.com wrote:

 If the user has the file association for that extension set to the 32bit
 version, it should load that. Also, if they do not WANT to associate
 that extension, they could use another custom extension and create that
 association. This for localprefs.js:
  pagetemplate=dqsd.32bitie;

Nice! It's a workaround if ever I saw one, but it should work :-)

 There's also the problem with IE's security features; depending on
 where from a page is launched, it may get the lockdown restrictions,
 and the browser will run in a cramped mode.

 Yep. I wonder if the -embedding switch would assist in this?

I don't know anything about the -embedding switch. I should read up...

Thanks,
- Kim

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
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] WolframAlpha search

2009-05-19 Thread Kim Gräsman
Shawn,

On Tue, May 19, 2009 at 00:53, Shawn K. Hall sh...@12pointdesign.com wrote:
 I've attached a search for WolframAlpha.com, which uses ww as so:

  ww what is the meaning of life
  ww 2001-09-11
  ww wdc

Committed, thanks!

- Kim

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
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