Are you saying that I cannot "reuse" a PrinterSetup?..... I am not sure why that would be the case..... And as I understand it, the way to work around the larger Win32 print crash problem is to stop creating new PrinterSetups and just reuse a know good one.

Jim


On Mar 8, 2006, at 10:10 PM, realbasic-nug- [EMAIL PROTECTED] wrote:

Message: 21
Subject: RE: Another Win32 Print Problem?
From: "RBNUBE" <[EMAIL PROTECTED]>
Date: Wed, 8 Mar 2006 21:44:11 -0500

Since ps = new printersetup is only in the Open event of App, it can't
execute more than once.

Instead, add app.ps = new PrinterSetup to the current code in the Action
event of the PushButton on Window2.

  dim g as Graphics
  app.ps = new PrinterSetup
  g = OpenPrinterDialog(app.ps)


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

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

Reply via email to