Attached is the file to prove it.
Maybe I'm doing it wrong... am I missing something?
It works in 2.4.2.4 but in 2.5.1.0p7u it does not.
it seams that the files do not get wrapped right, the DropTarget works on both versions (I can drop files in the widget) but when I try to drag them out it dies (some kind of "the memory could not be writen" error)
I need it working in 2.5 as the rest of my app is coded with new stuff (Bind for events, tuples for parameters)
What can I do? (beside porting everything back to 2.4)
Any news about this topic?
it's 2.5.1.5 and still no fix...
any workaround?
attached is yet another proof that something is fishy with the wx.FileDataObject
dropping files from outside works but if I try to grab the list item and drop it KABOOOM
"Application Error".... The memory could not be "read"... etc.
On Mon, 23 Feb 2004 11:40:53 -0800, Robin Dunn <robin@alldunn.com> wrote:
Peter Damoc wrote:
Attached is the file to prove it.
Maybe I'm doing it wrong... am I missing something?
It works in 2.4.2.4 but in 2.5.1.0p7u it does not.
it seams that the files do not get wrapped right, the DropTarget works on both versions (I can drop files in the widget) but when I try to drag them out it dies (some kind of "the memory could not be writen" error)
I need it working in 2.5 as the rest of my app is coded with new stuff (Bind for events, tuples for parameters)
What can I do? (beside porting everything back to 2.4)
Wait for the next 2.5 preview, this seems to have already been fixed. It was probably related to some typemap fixes that I did a couple weeks ago.
On Mon, 23 Feb 2004 11:40:53 -0800, Robin Dunn <robin@alldunn.com> wrote:
Peter Damoc wrote:
Attached is the file to prove it.
Maybe I'm doing it wrong... am I missing something?
It works in 2.4.2.4 but in 2.5.1.0p7u it does not.
it seams that the files do not get wrapped right, the DropTarget works on both versions (I can drop files in the widget) but when I try to drag them out it dies (some kind of "the memory could not be writen" error)
I need it working in 2.5 as the rest of my app is coded with new stuff (Bind for events, tuples for parameters)
What can I do? (beside porting everything back to 2.4)
Wait for the next 2.5 preview, this seems to have already been fixed. It was probably related to some typemap fixes that I did a couple weeks ago.
Any news about this topic?
it's 2.5.1.5 and still no fix...
any workaround?
attached is yet another proof that something is fishy with the wx.FileDataObject
dropping files from outside works but if I try to grab the list item and drop it KABOOOM
"Application Error".... The memory could not be "read"... etc.
I must not have noticed that you were using the unicode version before. I am seeing the problem now, I'll see if I can figure out what is going on...
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!