Re: altBrowser Print

2005-03-19 Thread Pat Trendler
Hi,
I got that message too. I had cut and paste from the email and the get 
shell.. line had changed to this:
Corrected it and it then ran ok.

get shell(rundll32.exe C:\\\.dll,PrintHTML  quote  theURLtoPrint  
quote)

Pat
- Original Message - 
From: [EMAIL PROTECTED]
To: use-revolution@lists.runrev.com
Sent: Saturday, March 19, 2005 5:55 PM
Subject: Re: altBrowser Print


Hi Derek:
On my win2k I get err The specified module could not be found.
/H

I've just found a workaround for printing with a dialog box in
altBrowser for Windows, and I felt like sharing it.  I know that this
works on WinXP Home SP2 with IE 6.  I don't know about older versions,
but anyone else who has it should be able to test it.
on  doPrint
set cursor to watch
set the  hideConsoleWindows to true
if NT is in the systemVersion then  set the shellCommand to
cmd.exe else set the shellCommand to  command.exe
get shell(rundll32.exe  C:\WINDOWS\System32\mshtml.dll,PrintHTML 
quote   theURLtoPrint  quote)
end doPrint

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution 
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: altBrowser Print

2005-03-18 Thread Chipp Walters
Hi Derek,
The latest version of altBrowser will print both on Mac and PC. But, 
your workaround is pretty cool :-)

best,
Chipp
Derek Bump wrote:
I've just found a workaround for printing with a dialog box in 
altBrowser for Windows, and I felt like sharing it.  I know that this 
works on WinXP Home SP2 with IE 6.  I don't know about older versions, 
but anyone else who has it should be able to test it.
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: altBrowser Print

2005-03-18 Thread Derek Bump
 The latest version of altBrowser will print both on Mac and PC. But,
 your workaround is pretty cool :-)
Thank you!  I am using the latest version, but it fails to bring up a 
dialog box to choose any print options (unless that's a bug).  I'm still 
working on Print Preview though, so we'll see.

Derek Bump
Dreamscape Software
___
Compress Images Easily with JPEGCompress 2.5
http://www.dreamscapesoftware.com/
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: altBrowser Print

2005-03-18 Thread FlexibleLearning
 
Hi Derek:  

On my win2k I get err The specified module could not be found.
 
/H
 

I've just found a workaround for printing with a dialog box in  
altBrowser for Windows, and I felt like sharing it.  I know that this  
works on WinXP Home SP2 with IE 6.  I don't know about older versions,  
but anyone else who has it should be able to test it.

on  doPrint
set cursor to watch
set the  hideConsoleWindows to true
if NT is in the systemVersion then  set the shellCommand to 
cmd.exe else set the shellCommand to  command.exe
get shell(rundll32.exe  C:\WINDOWS\System32\mshtml.dll,PrintHTML  
quote   theURLtoPrint  quote)
end doPrint



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution