[ wxwindows-Bugs-1531831 ] Print dialog data not return printer name
SourceForge.net
noreply at sourceforge.net
Mon Jul 31 09:00:55 PDT 2006
Bugs item #1531831, was opened at 2006-07-31 18:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1531831&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Printing
Group: Platform specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Michele Petrazzo (michelepetrazzo)
Assigned to: Nobody/Anonymous (nobody)
Summary: Print dialog data not return printer name
Initial Comment:
Trying on linux this simple code:
dlg = wx.PrintDialog(self)
dlg.ShowModal()
prName =
dlg.GetPrintDialogData().GetPrintData().GetPrinterName()
the prName has always an empty string. On windows it
work well.
Michele
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1531831&group_id=9863
More information about the wx-dev
mailing list