From: John L. <jla...@gm...> - 2014-02-04 05:08:53
|
On Thu, Jan 30, 2014 at 1:22 AM, John Labenski <jla...@gm...> wrote: > On Tue, Jan 28, 2014 at 12:06 PM, Paul K <pau...@ya...> wrote: > >> Hi John, >> >> > It looks like there is nothing special with their URLDropTarget. I >> think that simply using the wxLuaTextDropTarget would work. I have added a >> few more methods to wxDropTarget, namely SetDataObject(), which is probably >> the key to making it work. >> >> Unfortunately I had to add a whole new class to handle it since the wxURLDataObject doesn't drive from wxTextDataObject in MSW as it does in the other ports. There is a very basic sample of its usage in htmlwin.wx.lua. Regards, John |