johnf wrote: > I'm not sure what you mean by "the dialog won't dismiss". On my linux > systems > (test on several) the printer names are not available via wx tools. But you > are saying that the fact the bug or bugs exist is not the reason the dialog > was not wrapped. OK then let's do it. I'm sure it would help with report > writer ability to print to a printer. Tell me what I need to do and I'll do > it.
As far as I can tell, you don't get printer names from the wx.PrintDialog; you get a wx.PrintDC to draw on. Report Writer "prints" to a pdf file, so I don't think it'll help here unless I switch report writer to no longer use reportlab but to draw onto wx DC's instead. I wouldn't know what to tell you to do until I'm almost doing it myself, at which point I may as well just do it myself. ;) Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
