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

_______________________________________________
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]

Reply via email to