Hi,
When I send pages to a printer, I need to know if the user hits
"cancel" (the one, on MacOS X, which appears in the "Printing..."
window, when the data are transmitted to the printer).
Here's my test code:
Sub Test
dim g As Graphics
g=OpenPrinterDialog()
if g=nil then return
g.drawLine 0,0,g.width,g.height
end sub
The window I'm talking about is being shown after the "Test" method
has been called, when g goes out of scope.
Any idea?
_______________________________________________
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>