Re: win32ui CreatePrintDialog

2005-07-18 Thread Chris Lambacher
On Mon, Jul 18, 2005 at 09:18:45AM +0200, Eric Brunel wrote: > On Fri, 15 Jul 2005 18:08:35 -0400, Chris Lambacher <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > This question has come up a few times on the list with no one giving a > > public > > answer. How do you use CreatePrintDialog from win3

Re: win32ui CreatePrintDialog

2005-07-18 Thread Eric Brunel
On Fri, 15 Jul 2005 18:08:35 -0400, Chris Lambacher <[EMAIL PROTECTED]> wrote: > Hi, > > This question has come up a few times on the list with no one giving a public > answer. How do you use CreatePrintDialog from win32ui? > > About a year ago someone posted that: > dlg = win32ui.CreatePrintDial

win32ui CreatePrintDialog

2005-07-15 Thread Chris Lambacher
Hi, This question has come up a few times on the list with no one giving a public answer. How do you use CreatePrintDialog from win32ui? About a year ago someone posted that: dlg = win32ui.CreatePrintDialog(1538) dlg.DoModal() will give you the window, but the ok button does not work. Diging i