On Monday 17 September 2007 19:23, Ed Leafe wrote:
> On Sep 17, 2007, at 9:48 PM, Brian Snipes wrote:
> > Seems like multiple=True no longer works for dabo.ui.getFile.  Is this
> > by design?
> >
> > Platform: GTK
> > Python Version: 2.5.1 on linux2
> > Dabo Version: Version 0.9a; Revision 3375
> > UI Version: 2.6.3.2 on wxGTK (gtk2)
> >
> > Dabo IDE version: 0.9a (Revision 879)
> > AttributeError: 'module' object has no attribute 'FD_MULTIPLE'
>
>       This is working fine in wxPython 2.8.4.2. If open a Python session
> and type:
>
> import wx
> print wx.FD_MULTIPLE
>
> ...does it throw an error, or print '32'?
>
> -- Ed Leafe
On my 2.6 wx it should be
style = style | wx.MULTIPLE

-- 
John Fabiani


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to