logo       

Re: 2.5.5 release soon: msg#00036

python.wxpython.devel

Subject: Re: 2.5.5 release soon

webmaster@xxxxxxxxxxxxx wrote:
Hi,

I have found any problems on the demo (wxPython 2.5.5.0rc2 unicode, python 2.3, windows 98):

Windows 98 has only very limited support for unicode and the "wide character APIs".



- wx.FileDropTarget on OnDropFiles(self, x, y, filenames), filenames returns an array with unicode characters.

ex: [u't', u'e', u's', u't', u'.', u't', u'x', u't']
If the string is no an unicode string, so the drop works fine.
I have tested with a windows explorer for the drag operation

I can't duplicate this. If I drag a file into the DragAndDrop demo the file(s) are correctly represented.


- this case is the same with the clipboard operation (copy, paste)

Probably because wxWidgets only puts a unicode object on the clipboard, or expects to find one there, and the other apps you are trying to copy.paste from are only using 8-bit ansi strings. I don't know if this can be resolved before 2.6 is released but I'll look into it.

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise