Hi,
I wrote a module to print the contents of my app using local printers.
I use wx.PrintDialog to retrieve print options from the user.
Then I us GetPrintDialogData and GetPrintData to use these informations.
Here the issue:copies = data.GetPrintData().GetNoCopies() works correctly under xp, but under Vista/seven and above this function gives always the value of 1.
Why?Gianluca