I moved from wxPython 2.8.11 frmo 2.8.10.1 and now extrastyle
attribute from FloatSpin in wx.lib.agw.floatspin module is not
recognized? has this been replaced by something else, simply removed
or is this a bug?
Hi,
I moved from wxPython 2.8.11 frmo 2.8.10.1 and now extrastyle
attribute from FloatSpin in wx.lib.agw.floatspin module is not
recognized? has this been replaced by something else, simply removed
or is this a bug?
Look at the source its on your machine
Andrea reworked most of the agw widgets style flags into 'style' and
'agwStyle' to fix conflicts in the bitmasks with the base wxWindow
style flags and the ones defined in the custom widgets. This is an api
breakage but was done on purpose.
http://svn.wxwidgets.org/viewvc/wx/wxPython/3rdParty/AGW/agw/floatspin.py?r1=62920&r2=63994
Cody
···
2010/5/27 Freyr Magnússon <freyr.magnusson@gmail.com>:
All of the AGW classes have been modified to be more consistent with each other, and that parameter is now named agwStyle.
···
On 5/27/10 4:06 AM, Freyr Magn�sson wrote:
I moved from wxPython 2.8.11 frmo 2.8.10.1 and now extrastyle
attribute from FloatSpin in wx.lib.agw.floatspin module is not
recognized? has this been replaced by something else, simply removed
or is this a bug?
--
Robin Dunn
Software Craftsman
Thanks guys, that resolves it nicely.
···
On May 27, 4:14 pm, Robin Dunn <ro...@alldunn.com> wrote:
On 5/27/10 4:06 AM, Freyr Magn sson wrote:
> I moved from wxPython 2.8.11 frmo 2.8.10.1 and now extrastyle
> attribute from FloatSpin in wx.lib.agw.floatspin module is not
> recognized? has this been replaced by something else, simply removed
> or is this a bug?All of the AGW classes have been modified to be more consistent with
each other, and that parameter is now named agwStyle.--
Robin Dunn
Software Craftsmanhttp://wxPython.org