On Friday 27 March 2009 09:19:10 am Paul McNett wrote: > johnf wrote: > > On Friday 27 March 2009 09:01:12 am Paul McNett wrote: > >> johnf wrote: > >>> For example there is no wrapper > >>> for the native printer dialog. I think the reason is there is no cross > >>> platform way making it work (just my guess). Therefore, the use of a > >>> native printer dialog is left to the developer to code > >> > >> We simply haven't wrapped it yet. > >> > >>> (wx.PrintDialog does not work > >>> on Linux). > >> > >> How so? I just did: > >> > >> import wx > >> app = wx.App() > >> pd = wx.PrintDialog(None) > >> pd.ShowModal() > >> > >> And got the Gtk print dialog. > > > > OK it does appear but try to get the printer selected from the dialog. > > Ok, the dialog won't dismiss. I assume this is a known bug. But, it isn't > things like this that keeps us from wrapping wxPython stuff... > > Paul
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. -- John Fabiani _______________________________________________ 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]
