Re: Print dialog issues on win32

2006-02-03 Thread Alexander Larsson
On Mon, 2006-01-30 at 15:12 -0200, Daniel K. O. wrote: > Alexander Larsson wrote: > > I'm working on using the win32 print dialog (PrintDlgEx) behind the > > highlevel printing API I've been posting about. I've stumbled on an issue > > though. PrintDlgEx is a blocking call, so if you call it the

Re: Print dialog issues on win32

2006-01-30 Thread Daniel K. O.
Alexander Larsson wrote: I'm working on using the win32 print dialog (PrintDlgEx) behind the highlevel printing API I've been posting about. I've stumbled on an issue though. PrintDlgEx is a blocking call, so if you call it the mainloop won't execute until it returns. This means your other wind

Print dialog issues on win32

2006-01-30 Thread Alexander Larsson
I'm working on using the win32 print dialog (PrintDlgEx) behind the highlevel printing API I've been posting about. I've stumbled on an issue though. PrintDlgEx is a blocking call, so if you call it the mainloop won't execute until it returns. This means your other windows won't even repaint.