gettingstarted
[Top] [All Lists]

PC Printing

To: gettingstarted at lists dot realsoftware dot com
Subject: PC Printing
From: "Lennox Jacob" <lenpartico at hotmail dot com>
Date: Sat, 26 Feb 2005 02:37:39 +0000
Delivered-to: gettingstarted at lists dot realsoftware dot com
I am having similar problems like Elvin.
I have an app which works well on Mac, (Bought RB554 Pro today), when I compiled it for Windows 98/2000/NT/XP and tried it out on Win XP I noticed a few problems, the main one is Printing.
I get a tiny output in the top left hand corner.
This is what I have in Printersetup
 Dim ok as Boolean
 Dim ps as printersetup

 ps = new printersetup
 ' ps.maxverticalResolution = -1
 ' ps.maxhorizontalResolution = -1
 ok = ps.pagesetupdialog
 if ok then
   self.ps = ps 'store in property
   ' else
   ' self.ps = new printersetup
 end
 return ok

With Mac I had a similar problem, I had to use a magnification factor, (500), so I commented-out
 ps.maxverticalResolution = -1
 ps.maxhorizontalResolution = -1
as shown above and that solved tha problem.
Please advise.
Thanks.
Lennox.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>
  • PC Printing, Lennox Jacob <=