[wxPython-dev] 2.8.4.0 release
Roman Rolinsky
rolinsky at femagsoft.com
Fri Apr 27 13:44:12 PDT 2007
On Fri, 2007-04-27 at 12:18 -0700, Robin Dunn wrote:
> Robin Dunn wrote:
> * On Windows when trying to do a DnD I get this:
>
> Traceback (most recent call last):
> File "c:\PROJECTS\wx2.8\wxPython\wx\tools\XRCed\tools.py", line 171,
> in OnRightClick
> dragSource = wx.DropSource(self, icon)
> File "c:\PROJECTS\wx2.8\wxPython\wx\_misc.py", line 5293, in __init__
> _misc_.DropSource_swiginit(self,_misc_.new_DropSource(*args, **kwargs))
> TypeError: in method 'new_DropSource', expected argument 2 of type
> 'wxCursor const &'
>
It seems wxWIN does not like to make Cursor from Icon, while wxGTK does
not like Images. Mac requires an Icon argument too, but drag-and-drop
does not seem to work (BTW I did get a MacBook and installed wxPython
2.8.3 binary distribution so now can test things there. It seems some
basic controls are not fully implemented with native objects for example
ComboBox, and SpinCtrl I think too. Is this due to some compatibility
with previous versions of MacOS? Overall it's a very nice machine and
can run Linux in Parallels which is great).
Regards,
Roman
> --
> Robin Dunn
> Software Craftsman
> http://wxPython.org Java give you jitters? Relax with wxPython!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-dev-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-dev-help at lists.wxwidgets.org
More information about the wxpython-dev
mailing list